[RESOLVED] How to create property of class
Hello, I would like to ask how to create property of class like example below? I saw it in Object browser of other object and I would like to create similar property in my class. Here is info from...
View Articleport blocker
do we have a program or vb6 source code for port blocker here? I would like to block some ports in windows (outgoing and incoming). Our network is infected by worm so I would like to block the ports...
View Articlerecord pc activities
We are having a research project wherein we can record the activities or applications in a pc run by a user.It is similar to the internet history but in our case, we would like to record the...
View ArticleVB 6: Help with searching + displaying results.
Hi, I am a student wanting some help with my school project. Any help would be grately appreciated. The project is a "afterschool register system". The post is pretty long so sorry for that. So, my...
View ArticleHow to make sure all validate event fired
I have 10 textbox and 7 command button in textbox.. the first to get focus is textbox no.2, there is a validate event in textbox 5 to 9.. and there is a command button name cmdAdd that have...
View Articleserver specs
guys I would like to ask if I can create a server out of the following computer specs 1. Intel Pentium Dual Process 2. 2 gigabyte memory 3. 500 gb hard disk 4. windows xp operating system 5. mysql...
View ArticleReturn text string from a number value, Lookup table
Is there any way to return a text string, from a number value. As in a lookup table, without calling up another program? I just want to have a simple table within my code to be able to reference. I am...
View ArticleWhy am I getting Run-time error '62'?
Hi all. I'm new to pragramming and also new here. I am having this weird problem. Everything in my code and my input file seems fine. But i Get Run-time error '62'. This is a snapshot of my code:...
View Articlegeneral question about sending out data
i have 4 command button 1 of them are report button so i need help working with the report button , generally when a user clicks the report button they fill out small form and then click send the data...
View ArticleMSComm Framing Error 1004 Help!
Hey Guys, So I am working on a pretty old program that we use to flash memory but for some reason doesnt work on some machines. [CODE]/CODE] For some reason on some of the machines I get a Framing...
View ArticleMs Flexgrid Ordering
Hello everybody, I got a problem ordering data in a msflexgrid control. Let's say that we have a flexgrid like the one below Date |Head1|Head2|Head3|Head4|Head5 2011 |0 |300 |40 |0 |200 i want to...
View Articlehow to save details to oracle database using vb6?
Hi all, I am new to vb6. I am trying to save details in oracle database using vb6. I dont know how is the steps, I already try to search about it but I can barely understand the idea of this thing. can...
View Articleplsss. help combox filtering !!!
Good Day! I'm searching for how to auto filter the combobox while im typing inside it ex. if i type A in the combo box, all the records in the certain field in my table in database that begins with...
View Articlemysql network access
Can I connect the client to server on the network using user root ?
View Article[RESOLVED] To color vb6 MSHFlexGrid is very slow.
Hallo, I use VB6 and I have an MSHFlexGrid with about 50 fields and 8000 rows ( but with the time rows can be more ). I scroll grid for all cells to paint every cell with different colors bases to...
View ArticleRefine this code
hi! there this may be my first post there but please someone help me refining this code :thumb: Code: Private Sub Command1_Click() 'transfer data in textbox 1, 2, 3 to database(login) With...
View ArticleOpen Connection to MDF file
I've tried to connect to mdf file, but with no success.. My connection string is like this Code: sCon = "Server =.\SQLEXPRESS;Integrated Security = true; AttachDbFilename" & _ " = E:\Project...
View ArticleBinary Operations
I have some code I'm tinkering with but ran into an if statement I could possibly eliminate but not sure if I should. The code is this: vb Code: If Sprite_Number = 0 And (PPU_Status And 64) = 0 Then...
View ArticleHow to Fix Error 429?
Run-time error '429 ': ActiveX component cant create object Due to the fact that several reasons can cause the error, I decided to post my particular situation. I'm doing an update on an application...
View ArticleKeep RTB Text Selection Active While Selecting Highlight Color
I have a combobox as part of a toolbar where I select a text background highlight color. Once the combobox receives focus, the RTB (richtextbox) loses the selected text highlight (text is there just...
View Article