10,987 Topics

Member Avatar for
Member Avatar for NewVBguy

Hi Everyone, This is probably simple but I don't know how. Can someone show me a code the test if the child form is currently active or currently the one open in front of my screen. Thanks in advance. newvbguy

Member Avatar for NewVBguy
0
96
Member Avatar for vjeshemv2000

Dear all, i have a project created in VB. and the database in MS Access. I created a menu driven programme. in file menu i inserted command named exit and in the click event i wrote End. it is working but when i click on the close button of the …

Member Avatar for Comatose
0
80
Member Avatar for RanmaSaotome

Just a quick question. Is it possible to have only say, a quarter of the form use directx? and is it possible to move this area around the form? Or, would the solution for this be to have two forms on screen simultaneously? Help appreciated, Joe.

Member Avatar for agrothe
0
134
Member Avatar for INI

Good Morning Guys, I am having difficulties in figuring out if a file exist. Below is the code I have; for some reason, the code does not pass through the if .Execute() > 0 line, instead it jumps to the else statement.I know that the file exist, please can someone …

Member Avatar for Comatose
0
108
Member Avatar for vjeshemv2000

Hai all, i am created a vb project and i want to know the code for selecting the contents in a textbox control when i press the Shft+tab key. vijesh

Member Avatar for Comatose
0
38
Member Avatar for shalini_roy

can anybody tell me how to generate unique numbers say of 5 digits each starting with the letter C? I have a form where i want to generate a code in a textbox for one product when i click on the generate button. not random numbers but in ascending order …

Member Avatar for sosco
0
67
Member Avatar for vjeshemv2000

Dear all, i created a vb project for faculty evaluation. for that i also created a database in MS Access. Now I want to include one of the field in table into the section 4 of the datareport. is it possible?. if yes what will be the code. below i …

Member Avatar for vjeshemv2000
0
121
Member Avatar for joe935

I have written this code to Display the time every 15 minutes using MSAgent: (Private Sub Form_Load() On Error Resume Next CenterForm LoadAgent "merlin" theAgent.Speak "Hello" theAgent.Hide Gettime: Do Mytime = Time Myhour = Hour(Mytime) Myminute = Minute(Mytime) Mysecond = Second(Mytime) If Myminute = 15 And Mysecond = 0 Then …

Member Avatar for Comatose
0
234
Member Avatar for robertlees

I just want a simple text-to-speech facility. I just want a digit to be spoken. I'm sure it can be done with an OCX. Could play a wav file, but want this ability within an exe.

Member Avatar for Comatose
0
360
Member Avatar for shalini_roy

I have just started to learn VB.i'm making a database using oracle and vb6. i have a listbox of items and a search button. one can see the details of a particular item in the listbox in a couple of textboxes in that same form by clicking on the search …

Member Avatar for Comatose
0
217
Member Avatar for s0312001

Hello Guys..:cool: I have developed a small speech recognition application,the application works fine, so when a person speaks a word, the first letter of the words appears in text box.. Now for the next part, i am planning to improve the accurecy rates, and I was told that I could …

0
135
Member Avatar for BombAppetit

hello i am trying to create a list box of some sort to display time and date when a certain table has been modified in microsoft access i included this line of code [inlinecode] Dim cat As New ADOX.Catalog cat.ActiveConnection = "Provider='Microsoft.Jet.OLEDB.4.0';" & _ "Data Source='C:\Osman\cobaan.mdb';" [/inlinecode] it gives me …

0
137
Member Avatar for vlntine82

I am working on a large VB 6 application. When I go to compile it, I am getting an Out of Memory error. The computer has 1.5 GB of RAM and is running XP. The total size of the program is about 6MB. I have tried changing the compiling options …

Member Avatar for vlntine82
0
96
Member Avatar for rlutia66

Hello there, I need to write a simple app in VB and I need to know if is it possible to run code written in a string variable and evaluate . I.e., let's say I have this: ___________________________________ Dim s as string s="""The current year is "" & CStr(year(date))" msgbox …

Member Avatar for Comatose
0
159
Member Avatar for bulanhagui

Hi everybody. I am developing a back-end of customer relationship management system. The system must be capable of producing a report by representation of using a graph. I dont know where to start. Can somebody help me on this. Thanks

0
67
Member Avatar for marcin

hi y'll I've got problem with uninstalling Visual Studio Pro 6.0 At the end of installation, I recieve the followng error, "Visual C++ 6.0 Professional Setup was not completed successfully." When I go to un-install I recieve the following errors, Dialogn Box Setup Error 544 "Setup is unable to open …

0
139
Member Avatar for Smooth_411_2000

How would i make visual basick remember selections from other forms so it will excute the disired outcome at the end of my process.

Member Avatar for bulanhagui
0
159
Member Avatar for Smooth_411_2000

How do i execute multi programs in at one time using maybe a batch file or something like that so that way they would be like embeded in the program.

Member Avatar for Comatose
0
183
Member Avatar for kohkohkoh

Hello, Can i know if it is possible to show/ display windows task scheduler information such as: 1) process status -> if it is running or stopped 2) time the scheduler starts and other related info... on vb i've beeeen searching for the sources on yahoo and google... yet still …

Member Avatar for Comatose
0
135
Member Avatar for Smooth_411_2000

How do i capute text entered in a text box, enter that text in to the software program at the appropriate time. and do it all while minimized or hidden from view?

Member Avatar for Comatose
0
94
Member Avatar for sumanonline

s.o.s...are there any FREE tools to build a help system using .hlp files in vb 6.0??

0
53
Member Avatar for larmit

I was wondering if anybody has used the audio level detection software available at [url]http://www.vbcodesource.com/downloads/audiolevel.zip[/url] When I download the source code and run it I get two errors: "Couldn't get wavein meter" "Couldn't get waveout meter" I am a beginner programmer and appreciate any advice or suggestions. Thanks! Joe PS …

Member Avatar for sirWest
0
3K
Member Avatar for evil_dude_01

Please help me !!!!! I want to know how to sort a list of records in a text file. I want to sort them by customer number. Here's whats in my module Public CustomerArray() As CustomerRecord Public Type CustomerRecord Number As String Name As String Address As String Town As …

Member Avatar for strick9
0
210
Member Avatar for INI

Hi Guys, Below is a code that searches for a value in a cell in excel. I want a code that would check to see if the word has been found or not. When I do the search and the word is not found, I get an error message " …

Member Avatar for INI
0
85
Member Avatar for naramis

hello there, im doing a program of consolidate database. however, my scope is to do it automatically. so far, i have designed a timer and also codes to insert the data from excel file into MySQL database. then, my idea is whenever there is an error occured in a particular …

Member Avatar for Comatose
0
156
Member Avatar for INI

Hi Guys, I am trying to design a program whereby the user will click on button in a form and the system will upload a form from a different excel/vb file entirely. Please could someone tell me how that works or if it is possible at all? Thanks. Ini :?:

Member Avatar for INI
0
158
Member Avatar for tk005x

I got most of it done except one part to it. I also took out the part that picks the word.. I used the compare string command for each guess to see if the letter matches with what the user put in or not. But I wanted it so that …

Member Avatar for agrothe
0
195
Member Avatar for INI

Guys, I have a question, is there any way in code to determine if a button has been clicked? I want to use one form when a control button on a second form is click; I do not know how to do that, though I know it goes something like …

Member Avatar for INI
0
140
Member Avatar for INI

I have a question for anyone; I am writing a program that will create a record in excel; I have a working program. I am having difficulties using the .findNext. Below is what I have so far (it would find the first word for me), I will like for it …

Member Avatar for williamrojas78
0
147
Member Avatar for niraj.ks

Hi, I am making an application in VB 6.0 and using C:\Program Files\Microsoft Visual Studio\VB98\Wizards\PDWizard\MAKECAB.EXE to make Setup.exe file. If the application is uninstalled and again installled then it gives Version Conflict error messages "A file being copied is older than the file currently on your System.It is recommended that …

0
45

The End.