12,425 Topics

Member Avatar for
Member Avatar for BombAppetit

greetings.. i'm suppose to make a programme that reads a notepad file generated by other programme interfacing with an device which tests components, and then generates a graph of it in Excel.. so far i've succeeded in reading from the notepad file and making a spreadsheet in excel, but not …

0
66
Member Avatar for Steinway

Like the title says, my VB6 hangman program freezes when I do a test run. I'm not a big expert in Visual Basic (in fact, I'm only a clueless highschool student..) so maybe you can help me. I'm not quite sure what causes freezing to occur, but I've pasted the …

Member Avatar for agrothe
0
273
Member Avatar for MrConfused

I have a program that produces various reports. I need a way to send the reports to MSWorks/MSExcel. At the moment the reports are sent to a locked scrollable text box on-screen. This allows you to copy and paste the information to most word processor programs o.k. Unfortunately as I'm …

Member Avatar for friedolin
0
112
Member Avatar for Marks256

Just wanted to say hey! Althoug i am a newb to this site, i have been working with computers(repairing, and configuring) for about 5 years now. I have no experience with Linux, but i know winddows like the back of my hand. I have been programming in QBASIC for about …

Member Avatar for Dani
0
46
Member Avatar for vjeshemv2000

hai all, i have a doubt in Datareport creation. i explian with an eg. i have a database named evaluation and it contains the following fields Slno, Fname,Scode,Batch,Emark1,Emark2,Avg. the following sample records are in the table 1 ram CMA B1 5 4 4.5 2 Sreedhar QNM B1 4 4 4 …

0
56
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
100
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
84
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
149
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
120
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
41
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
72
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
127
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
238
Member Avatar for senojjones

I manage pts in an HIV clinic. We keep a word file on each, and I use the comments and catagories tags in the directory listing to tell me who needs attention, revisits etc. The file name is the patient's name and unit number... Being able to copy the directory …

Member Avatar for mickwen
0
96
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
366
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
221
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
138
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
140
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
101
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
163
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
70
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
142
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
171
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
190
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
136
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
97
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
56
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
216
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
88
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
162
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
162
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
200
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
146
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
149
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
47
Member Avatar for hbmarar

hi, I could not help a friend of mine when shew asked me this .- She on creating a database and tables opted for encryption and she is now complaining that she is not finding it encrypt as she is able to get the data in not- deciphered form ... …

Member Avatar for Comatose
0
138
Member Avatar for bybruno

hi, i try to build a aplication in vb for detect on real time which files are under utilization like antivirus software do. any one can help me? thanks a lot bruno

Member Avatar for Comatose
0
148
Member Avatar for SebastianMWS

Recents escapades with "Red circles", followed by relentless attacks of unwanted "items" (one session with AdAware revealed 82 extras !!), like recent encounter with Alexa, found by AdAware (gave me some chills, reading description) and EzuLa, found by Spyware hunter 2.0, but not (I think) HijackThis and AdAware (logs posted …

Member Avatar for tayspen
0
292
Member Avatar for cheng

Write a script which run on each user's PC on login, and will append the current date and time (on separate lines is easier) to a text file stored on the server. The text file's name will be the same as the user name of the current user. Write a …

Member Avatar for Comatose
0
170
Member Avatar for patmac_100

I'm new at a company and one of my first tasks is.. 1. storing jpg images in a database 2. retrieving an image seperately and placing it on a pdf file. 3. the pdf file must then be able to be edited by text etc. I can do no. 1 …

Member Avatar for Comatose
0
182
Member Avatar for texandude

Hi, I have to compare 2 vaues in a procedure. One is the current change done by the user and one from the database. Here is what I have a logic understanding problem. Business Logic: A form let's say [I]form1[/I] opens with textboxes. There is a field [B]Vapor %[/B] which …

Member Avatar for Comatose
0
177
Member Avatar for llabelle

I am desparate, please can someone tell me how I can change a report title in an Access 2000 report from within my VB6 code? I did something like this but it is not changing thye title [code] Sub PrintReport(TheReport As String, TheCriteria As String, TheHeading As String) '------------------------- If …

Member Avatar for agrothe
0
135
Member Avatar for agrothe

I'm developing a custom instant messenger for the office as we have need of rather unique IM needs. So far I have two groups of users: Group and Individual. The group users can comunicate with their group and all other types of groups. Individual users can only communicate with one …

Member Avatar for agrothe
0
207
Member Avatar for Smooth_411_2000
Member Avatar for jchaike

[FONT=Comic Sans MS] :?: Ok, I am a pretty good with visual basic, i have almost mastered the basics and thoght it would be cool to make my own personal os, the way i want it, updating it whenever i feel, i am not sure if it is possible, but …

Member Avatar for Comatose
1
2K
Member Avatar for cabp

Hi all I have a problem in my application when load a form, I get runtime error 7 out of memory, the applicaton works in my computer (P4 2.8 Ghz 736RAM) until yesterday, today i got that error, i did uninstall styleXP from my computer and after restart it the …

Member Avatar for Comatose
0
2K
Member Avatar for bushlink
Member Avatar for Thong_Ispector

Is there an equivalent to Visual Basic for Linux. Is there a cross compiler that will take my old source codes?

Member Avatar for yavista
0
146
Member Avatar for RayWigley

Hi, I have a multipage rtf file called Invoice.rtf that I want to cnovert into single page rtf documents called invoice1.rtf, Invoice2.rtf etc etc. Can anyone suggest a way to do this please.

Member Avatar for sosco
0
72

The End.