how to display count up timer in database field
Hi, I've made a count up timer, but I want to display the running time in the listview or other database field, can you help me? Sorry my english is not good, I live in bali. Here the screenshot when...
View ArticleProblem Passing Byte-Array to a Class's Property
The property is defined in the class with this code: Code: Public Property Let PrivateKey(ByRef Prk() As Byte) The code in a command button defines an array to pass with this code: Code: Dim PrKey(39)...
View ArticleVB Program wont end...
Hi all, My VB6 Program wont end correctly unless I use END. It use to end with an unload me on the last form, but as soon as I open a particular form, it won't end from there. Can someone tell me how...
View ArticleFile Content Search
Hi all, expecting some ideas to create an application which search for the contents in a file. Microsoft Windows Search 4.0 or the Search included in Windows 7 does the same. I have already implemented...
View ArticleSolved::Left Padding with Space chars to align strings horizonaly won't work?
I have a horizontal array of Hyper-labels (OCX that does not support center alignment) that need to be 5 chars wide and all caps to horizontally align properly. I tried left padding with spaces but...
View ArticleIntegers in the string
I have a program that originally ignored the first 34 characters in the file because they appeared to be blank space. I now have learned that there is integer data stored in this area. how do i get VB...
View Articlepassing an ADODB parameter in a recordset into a Stored Procedure
I have a stored procedure called spPanLetterUpdate called in ADO in a VB6 app as seen here Code:    Set cn = New ADODB.Connection   With cn     .Open strConnectionString     .Execute...
View Articledeny application to open more then 1
please help in formload event i need to put code such as to load 1 executable not more then that force kill if it tries to open
View Articledtr structure
i would like to ask what is the best table structure for dtr in's and out's data record regardless of my point of view.
View Article[RESOLVED] winsock data arrival general question
in winsock dataarrival i have 1 question please check example code server sends the message to client in client Code: in instr(tempstring,"whatever") then text1.text tempstring tempstring=""...
View ArticleBig problem with FileList attributes of Date and Date Modified
Hello all. I have an engineering app that opens a file list of files that are created by the user. Essentially files are written using Print statement. In another area a user can change data on one or...
View ArticleHow to arrange numbering with line text properly
Hai experts.. I got 3 textboxes (txtInput, txtOutput, txtNumbers). After we put text in txtInput, it will be split based on "," character. Then the numbers will be produce in txtNumbers based on the...
View Article2 player online game
I have a vb game sth like tic tac toe. I have the client server codes too in vb6.but i dont know what to do to upload the game on server. What should i upload ? The exe file or the code? Or i must have...
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