Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Browsing all 21192 articles
Browse latest View live
↧

post deleted?

james are u still working on that project , i dont se that post here has someone deleted it :(

View Article


[RESOLVED] text1 detect www.xxxxxx.jpg please read

hi ladies and gents em i have a text1 in form if text1.text = www.example.com/demo.jpg then text1 image link format ok Code: else  rest format not  ok www.example.com/demo. or www.example.com or www....

View Article


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 Article

[RESOLVED] Load a textfile into a label caption array starting at index 0?

Hello there everyone! I am working on a prog to help track student behavior. I have a textfile with the student names, and an array of label captions I am trying to load them into. It is from an...

View Article

passing 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 Article


deny 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 Article

dtr 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 Article


Big 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 Article


How 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 Article

2 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

FindWindow?

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 Article

Image may be NSFW.
Clik here to view.

Display 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 Article


Records 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 Article

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


select 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 Article

does anyone know how to solve 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


RichTextBox Popup Font Toolbar Selections

How can you make the standard text editor Font Toolbar appear as a popup window to control the text in a RichTextBox control ? Or even placing that standard text editor Font Toolbar on the top of the...

View Article

CDO.Message not working in 64bit

Hello everybody! I'm facing a problem related with CDO.Message in a VB6 aplication. The code below works fine but when executing in a 64-bit server it returns Automation Error: %1 is not a valid Win32...

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 Article
Browsing all 21192 articles
Browse latest View live