[RESOLVED] array help
im building up an array from a listview the Column across wont every go above 6 how do change Dim entrys(0 To 7000) As String to an unknown amount no limit Code: Dim strLine(0 To 6) As String...
View ArticleHi, Im new and want to ask if theres a way to make a fake loading screen like...
Hi My Name is Wykey, How is everyone doing today, well I want to make a fake loading screen like what linux does before it loads the operating system, I know I have to us timers but not show how to...
View Articleneed help connecting to server
got vps aka virtual private server , i put my server exe there and its listening state=2 when normally gets connected it says state=7 how ever i cannot get connected to that server. 1: i have dynamic...
View Article[VB-6] Microsoft Winsock Control 6.0 SP6 getData returns additional characters
Simply put, the getData command I am using adds one or two extra characters to the end of any message. Code in the client for receiving messages Code: Private Sub LAN_DataArrival(ByVal requestId As...
View ArticleWay to check if a specific PC is in my network
Hi all, well... the title says all. I wanna check if a pc exists on my network, for example "JOAN-PC". Now I'm doing something like this: Code: Dim oShell As Object Set oShell =...
View Articleanimating a pixel like circle or ellipse - need help!
i want to animate a pixel in the form like circle or ellipse but i'm suck at gfx stuff so i asked here. btw i'm using vb6.
View Articledetermining letters order
hey guys ,, I need help with this thing; I want to make list box that determine the alphabetical order of each letter in one word, for example: we have text " the quick sly fox jumps over the lazy...
View Articlejim need your help
here is the image of what i extracted from other project source i found in my folders my chat client uses webbrowser as chat window. when we change font styles in combo the symbols change i wish to add...
View ArticleHave a mouse pointer change while inside a form?
Hi there, I am working on a program to help students with math, but for the younger students, they have a hard time seeing the small default mouse cursor. I have made one that is bigger, and easier to...
View Article[RESOLVED] jim need your help
here is the image of what i extracted from other project source i found in my folders [IMG][/IMG] my chat client uses webbrowser as chat window. when we change font styles in combo the symbols change i...
View Article[RESOLVED] Have a mouse pointer change while inside a form?
Hi there, I am working on a program to help students with math, but for the younger students, they have a hard time seeing the small default mouse cursor. I have made one that is bigger, and easier to...
View ArticleHow Does VB I Want to Use MSAccess
I'm trying to create multiple instances to MSAccess. In doing so it raised the above question of "How Does VB Know I Want to Use MSAccess?". -------------------------- I currently use Access by: Code:...
View ArticleLaunch Webpage, then Change URL in Browser Window
I've created a simple script that will launch IE using my default browser (which is IE8 here at work), and goes to a specific URL and uses the send keys method. I'm stuck on how to then redirect the...
View ArticleMSFlexGrid Scrolling - Freeze first column
Hello! I have a FlexGrid Control on a form, with horizontal scrolling enabled. I want to have the first column always visible when scrolling to the right. Any idea on how to accomplish this? I do not...
View Article[RESOLVED] Special statements in VB6
Is there any way to change the color of the text in a VB project so that it stands out from the rest of the text? For example let's say I have a bunch of code line but I would like for some of them to...
View Articlelimit combo1 from 1-13 anything above 13 deny it
allow from 1-13 anything abouve should resett the combo1 back to 13 please:)
View Articlebuilding a demo flash screen
am really looking forward to making a startup flash screen demo introducing the product the demo should be 3 min and have a progress bar showing how long left till demo ends , and the demo should be...
View Article[RESOLVED] how to load files in richtextbox1 with combo1 selection
Please help how can i load .rtf file in richtextbox1 with combo1. e.g. in combo1 I have 5 different subjects like Science, Math, History, Economics, English and i want when user select Science from the...
View Article[RESOLVED] Take one piece string in webbrowser?
I want to ask, how to get the first string in the site via webbrowser? - In the form I have drawn one webbrowser and navigate it to the first webpage! - In the webpage which has one character, and I...
View Articlewinsock chat user to treeview help
this is my current cod Code: e 'Here we extract the number of user names in the message 'from the count value strCount = Split(strValue(1), COUNT_SEPARATOR)...
View Article