Listview control - column 1 appearance
My first column (with the checkbox) seems to inherit a blue 'selection' blob which moves to each row as you click to the right of the checkbox, Can that be turned off/not shown please ?
View Articleinvoice form
hi guys, i am making invoice form in vb6, i have to make grid view so that user can add item details in row just by clicking on it and new Grid is open when user want to add new item. like productname...
View ArticleMSCOMCTL.ocx could not be loaded
Hi When i open new Project & try add component Microsoft Windows Common Controls 6.0 SP6 , it gives error '' could not be loaded . I am using WIndows 7 Ultimate 64 Bit . I.E 9.0 is installed In...
View Article[RESOLVED] Need help to understand what this simple code does
Hi! I need your help to truly undestand the following code: Code: Function NullNum(ByRef X As Object) As Object Dim s As Object On Error GoTo NullNum_Err NullNum =...
View ArticleRandomizing Question
Hey guys, is it possible to randomize a specific number of strings to display in a label. If that doesn't make sense, what i'm trying to do is to randomize what operator will show in a maths quiz, for...
View Article[RESOLVED] Randomizing Question
Hey guys, is it possible to randomize a specific number of strings to display in a label. If that doesn't make sense, what i'm trying to do is to randomize what operator will show in a maths quiz, for...
View ArticleStore Default Gateway's IP Address as a Dimmed String Variable???
Hello I am looking to make my Network alot more sequre by making a Login Account to only be able to be accessed by the Default Gateway that has been specified by the Adminstrator of the Network. Eg:...
View ArticleLogin Page For Xp
im making a extra login page for xp Authentication for that i need to put the explorer at halt, is it possible ? if it is then how do we do it? Bino
View ArticlePlease help me! SOS!
I have to program 2 games for the final exam by VB6, but I don't know its source code. 1) Matching pair game (In this game there are 20 cards, I want to match 2 cards have the same meaning. For example...
View ArticleHow to know all bytes received sending byte array
The server sends via Winsock a byte array of a sound file to a client PC. How does the client know when all of the array bytes have arrived?
View ArticleIs this the correct way to receive a byte array? Is there a better way?
I have this code to receive a byte array sent from a Winsock connection. It works but I was wondering if it is the correct way to do it or if there is a better way. Code: Private MyByteArray() As Byte...
View Articlehow to fill treeview images using recordset dynamically
hello everyone... this is my first ever post here.. i'm having a treeview control and i want to add categories, products and images dynamically using recordset .. i m able to do for categories and...
View ArticleInvalid Data Element Key
I haven't worked in VB in years but I've using VB6 to parse file data into an Access database. The problem is that I keep getting an error message on the 4th field of every line and ONLY on the 4th...
View Article[RESOLVED] working with percentage's
this is a new project am working on , the software is similar to polling station what u normally se around i have 3 checkbox's good bad exellent how would i come around getting results of any of these...
View ArticleHow to monitor if file exists remotely via UNC?
I'm trying to monitor if a folder exists on a remote system by checking to see if a file exists in it. I have a batch file in the background that makes a network connection with user/pass so when I...
View ArticleSoftware edit file *.skin ?
UI Design with skin form, software can edit the *.skin file ? For example: http://www.planet-source-code.com/vb...xtCodeId=74755 http://www.caulacbovb.com/mp_details.php?pid=104432
View Article[RESOLVED] winsock close connection client server
its all in 1 project formload event Code: Winsock2(0).Close Winsock2(0).LocalPort = 8514 Winsock2(0).Listen Code: Winsock1.Close Winsock1.RemotePort = 8514...
View ArticleUsing Tri-State Images
Hi, I have downloaded 3 Images showing (Normal State, Hover State and Pressed State), I want to use these images as buttons using Image Control. How to code that these 3 images can work accordingly. I...
View Article[RESOLVED] How to put a Long data type in a byte array
I have this number 160043L which I need to put into a byte array as 4 bytes. The array bytes should look like this after the value has been placed in the array a(0) = 43 a(1) = 113 a(2) = 2 a(3) = 0...
View ArticleString to double array
I have a string of csv values. I want to get a double array from the string. If I split the string on comma I get an array of strings. can i convert the string array to a double array easily? For...
View Article