[Help] Subscript out of range
Hey, I've read the FAQ and my VB knowledge is quite lacking. Without too much explanation, this code is a snippet from a script for a bot that manages battle.net chat. (stealthbot) I'm having trouble...
View Articlecolour coding or grouping records in Hierarchical Data Grid
I have a HFG as in Pic 1. Attachment 96009 I would like to make it a little easier to see different groups by separating or colour coding them as in the next two pics. Attachment 96011Attachment 96013...
View ArticleIs something wrong with app.path?
Hi there! I am working a student attendance prog that saves the attendance to a txt file. The program uses this line to create and save the textfile. myFile = App.Path &...
View Articlepost 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 ArticleOpening 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 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 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 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 Article