Opening VB Project get strange message
It's begining to appear more and more often. When I open a VB project a messagebox popsup with this message: Method '~' of object '~' failed I haven't seen where it has caused any problems with the...
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 ArticleFindWindow?
Here's any interesting result for the Forum to contemplate. For two simple routines to test "FindWindow": Process "A" is simply a form that displays its own handle, and class ("ThunderFormDC") in a...
View ArticleDisplay data into datagrid with open file dialog
need help for my FYP....im new in vb i use open file datalog to open file but still i cannot display the data needed into datagrid.. it would be pleasure if someone can help me.. data i plan to use is...
View ArticleRecords missing from output by sub
The Routine used to copy the data is: Code: Dim Records As Integer Dim x As Integer Dim InputHandle As Integer Dim OutputHandle As Integer Dim FileData As String FileData = Space$(256) Open...
View Articlecheck 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 Articleselect case help
client Code: Private Sub dddddddd_Click() ConnSocket.SendData txtUserName.Text & "%" & "|yahoo|" End Sub server Code: AcceptedSocket(Index).GetData tempString, bytesTotal Select Case tempString...
View Articledoes anyone know how to solved for the following query to stored procedure...
*sigh * the directive from my lead programmer who has now pulled back from my project a subject matter expert meaning less time talking with him overall He directed me to build out code to generate a...
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 Article