[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 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 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 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 ArticleHow to install Visual Studio 6 in Windows 8 ?
I can´t install the visual studio 6 in windows 8. I proceed that install program suggests, but it hang up whent the messages "Setup is searching for installed components" and does not happen any more....
View Article[RESOLVED] Invalid file format? Error when trying to show a form
Hi there everyone. Over the weekend I was away from home, and was programming on my laptop. Now that I am home I copy my stuff from the laptop over to my desktop where I do my programming, and for one...
View ArticleHave a listbox randomly pick to remove either the odd numbers or the even...
Hi there folks. I got this math game to help show students the difference between odd numbers and even numbers between 1-25, but I was wondering if there was a way for vb6 to remove either all the odd...
View Article