11,868 Topics

Member Avatar for
Member Avatar for mungelwar

Hi friend, I need to print picturebox or form in vb6, which contain other controls & user controls. I used several methods like capture screen or printform method but the form size which i m using is large and during printing visible area of the screen print ok but the …

0
130
Member Avatar for marsg2

can someone tell me a code for a countdown timer to a date set in a msgbox pop up

Member Avatar for Comatose
0
491
Member Avatar for Comatose

[CENTER][B]For Starters...[/B][/CENTER] I was recently helping someone with Random Files, and I realized as I googled along, that it took me some time to find any kind of information about random files, and how to go about working them. I had to pop in an old 3 1/2 inch floppy, …

0
103
Member Avatar for jackpro

We need some Visual Basic programmers. To hunt talent we are putting this small project to test skills and reliability. This is 5-6 hour work. You have to build a clone of photo upload editor found in IM [url]http://meetro.com[/url] You must download the IM to view how that editor works …

Member Avatar for Comatose
0
177
Member Avatar for FredNg

Hi !! Our front end software produces a text file everytime an input is saved. That text file is saved in a folder in the c drive, say folder xxx. I would like to write a script to decode the text file and export the data to a database, move …

Member Avatar for Comatose
0
88
Member Avatar for sbmarsh

Hi, i'm trying to create a project where i can click an option button and it will overwrite a file. i know the code to overwrite it but the problem is i don't know how to get it to work :P if that makes sence.. what i'm trying to do …

Member Avatar for Comatose
0
340
Member Avatar for shamil_gawas

I Want To copy tables and data from 1 database and paste it to another database how can i do it in VB with MsAccess as back end

Member Avatar for postmaster
0
68
Member Avatar for Smooth_411_2000

How Do I make My Program Execute Multiple Programs At One Time Like Windows Update. If I have to make make a batch file or something could some one tell me how so i can get it done.... Thanks

Member Avatar for Comatose
0
109
Member Avatar for NewVBguy

Hi there Can somebody teach me how to add records from one recordset to another recordset. rs.clone style is ok but this method will just replace whatever I have. Is there any way to do this beside rs.addnew? Take note that 2 rs are opened at the same time. Please …

0
71
Member Avatar for indangasy

Hello guys I would some help on how to easily let a system user browse for a picture and see it in a image handler. For this case am using textbox to hold a picture. How can i do it? Rgds

Member Avatar for Mayo
0
172
Member Avatar for janeane_tho12n

whenever i run the program i can actually write something on it. should combo box's value depend on its drop down list? isn't it?

Member Avatar for Comatose
0
105
Member Avatar for Smooth_411_2000

I am trying to write a program that will execute programs in Visual basic from a CD. The Programs need to be compiled with the program that i am writing so even if i move it to another computer it will know where to find it. I need it to …

Member Avatar for Smooth_411_2000
0
262
Member Avatar for russell214

i want to populate the datagrid1 based on the given value below. i'm using VB6 as my frontend and MSACCESS as my backend. how to accomplish this? NET 9,500.00 'Given value INTEREST 1,200.00 'Given Value INT DUE 48 'Given Value IRR 0.69867 'Given Value TERM 25 'Given Value RELEASE 05/02/06 …

Member Avatar for russell214
0
116
Member Avatar for up2you

Hi all, For example i have a database like, Customer A B C ----------- --- --- --- alfa 1 0 0 tango 0 1 1 omega 0 1 0 beta 1 1 1 cobra 0 0 1 and i have 3 checkbox. checkbox1 checkbox2 checkbox3 what i try to is …

0
78
Member Avatar for russell214

i have a 2 textbox and 1 listbox. i'm using vb6. how can i populate the listbox based on the given below? begindate.text = "05/02/06" 'begindate.text + 7 noofinstallment.text = 25 this should be the output in listbox control. 5/2/06 5/9/06 5/16/06 5/23/06 5/30/06 6/6/06 6/13/06 6/20/06 6/27/06 7/4/06 7/11/06 …

Member Avatar for russell214
0
121
Member Avatar for xenophobia

I had a MDI form. I need a function that are going to create a MDI child form when i call the function. But things is i want to clone the MDI child form, because the child form that going to be create are all the same form. [U]Example:[/U] 1st …

Member Avatar for xenophobia
0
122
Member Avatar for janeane_tho12n
Member Avatar for xenophobia

I was developing a database software where by every month it will automatically create a new database with the same table i had specified. So what is the code for creating the database? HELP!! Thx

Member Avatar for Comatose
0
92
Member Avatar for kamitsin

I was saving some data to a new XML file using the following code [CODE] Public myFileName, NewFileSave As String Dim xml As New ChilkatXml Dim outXml As New ChilkatXml Dim node As ChilkatXml Dim nextNode As ChilkatXml Private Sub Command47_Click() CommonDialog1.ShowSave NewFileSave = CommonDialog1.FileName MsgBox NewFileSave xml.SaveXml NewFileSave MsgBox …

Member Avatar for Comatose
0
120
Member Avatar for robertlees

I want to create popup menu. There will be a variable number of items in the popup menu (dont know how many). If an item is clicked, some action might be performed (I'll work that out), but a sub-popup menu might need to be produced. Can anyone get me started …

Member Avatar for Comatose
0
1K
Member Avatar for nawal

hi please I want information in object awrem32 and how install awrem32 in vb thank you nawal

Member Avatar for nawal
0
127
Member Avatar for Geek-Master

Visual Studio .NET 2003 comes with version 8 of Crystal Reports. If I were to buy the complete package of Crystal Reports XI can I use the version XI Report Viewer instead of what comes with Visual Studio 2003?

0
124
Member Avatar for purplegerbil

Hi, I have a toolbar on an MDI form, this works fine. I am trying to add a Buttonmenu to one of the buttons on the toolbar to add extra options. This is the problem, I cannot get it to work. Any ideas? pG

Member Avatar for purplegerbil
0
167
Member Avatar for janeane_tho12n

can anyone help me w/ this one? code: [CODE] dim msg as boolean msg = msgbox ("Save this one?", vbyesno) if msg = true then 'code goes here else 'code goes here end if [/CODE] when i run this one my code jumps to [U]else[/U] though i choose yes to …

Member Avatar for janeane_tho12n
0
633
Member Avatar for dpacamalan

Im using Data Report Designer on my VB project how do i group using the report designer. Im also using ODBC on my Database. Please Help me. Thank s Lot

0
100
Member Avatar for Smooth_411_2000

How do i use a preset password on my visual basic program that will check first the username and and then the password and make sure that if username is this then the password should be that...

Member Avatar for Sinha's
0
109
Member Avatar for jm50328

I am having a problem I am using a VB form that will complete the web form as the vb form will be loading info to our mainframe system and a database the issue is with the first part. I have it completeing the web form then it submits the …

0
63
Member Avatar for creex

Hey, I need to write program, which will do some action after 11 minutes. I have that action done, but I dont know how to write to wait 11 minutes, and how to write to wait 20 secs after 1 action. [code] Private Sub Command1_Click() Dim hWnd As Long hWnd …

Member Avatar for Comatose
0
197
Member Avatar for yair_hak

[LEFT][COLOR=#000000]Hi,[/COLOR] [COLOR=#000000]How I can change slection of radio button in VB using shdocvw.internetExplorer object ? :sad: [/COLOR][/LEFT]

0
96
Member Avatar for k_en

i have created a textbox, and if the user have enter an invalid value, the textbox must be able to check whether the value enter by the user is a string or an integer. I have set the CausesValidation to true. If i tried to enter a character, and the …

Member Avatar for purplegerbil
0
129

The End.