check if internet is conected if not disconnect winsock
check if internet connection is online or offline if offline then disconnect winsock please i need a method to check this not by using sites but to internally check if internet is connected, if not...
View Article[RESOLVED] how to fit application in windows xp and 7
hi guys, I am making an application to be used on windows xp and 7, the application containing pictures, frames, labels etc. When i run this application on windows 7, the pictures are shown small than...
View Article[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 Article[RESOLVED] Return 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 Articlecode correction
here is the ENTIRE VB code of my program and an output file. the information is me and i agree to have it shared. Lets try to optimize what i have sofar and comment on what I could do better Code:...
View ArticleRead Input file directly into listbox
Instead of reading a record into a variable and then using that variable as the item in .Additem to a listbox can the file record be read directly into the listbox? Example: Instead of this: Line Input...
View ArticleRuntime Error 20534, Error Detected by database DLL
Dear Friends, in my lp, crystal report 8.5 installed with VB6, i try to print crystal report from vb code, the above error message displayed, Could any one help me. Advance Thanks for your kind...
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 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 Article