[RESOLVED] Some MSDN links not working
This same info was posted on my earlier thread about MSDN links...BUT, I marked it as Resolved, and didn't know how to unmark it. So, hopefully, I won't get in trouble with this 'double posting'.....:(...
View ArticleGetExitCode for an already running process
Hello! I would like to do a crash reporter for my app as Firefox has one. I will use GetExitCode to monitor the exit code of my app. But I do not want to start my real app using another app. I would...
View Article[RESOLVED] winsock help chat urgent
hi alls again need your expert help am stuck please take a look at my image [IMG][/IMG] when i first join the chat listview1 adds my line in the listview list with correct username and computer specs...
View Articlewinsock email (hotmail) server commands
i have no idea how to work with winsock but i came up with this with a little bit of research on the internet just add winsock1 to form Code: Private Sub Form_Load() Me.Width = 5000 Me.Height = 5000...
View ArticleNeed help on developing a simple Facebook Messenger
Hello guys, I am wishing to develop a simple Facebook Messenger in vb6. By Messenger I mean, If a user logs in, He will see a list of all online friends and he can chat with them. But, I don't to how...
View ArticlePutting text from a textbox into a richtextbox
Okay, so i am developing this program, where you fill in the details and when you press create it pops up a window that had a bunch of code with the correct details from the textboxes in the code? So...
View Articlerichtexbox array
hi, greet to everybody i have a problem with vb6. I have 2 forms visualized at the same time. in form1 I have an array of richtextbox1; in form2 I have an array of richtextbox2; when I fill...
View ArticleNeed help on Coding - urgent
Hi All, Need help on below coding. I have a program which will receive data from RS232. But seems like cant display the output correctly as i needed. Pls refer to the pic. Indeed urgent please help to...
View Article[My Chat Server/Client] Router Port.
Hello, So i made a chat using Client/Server thigny But now i got one issues I got a router, my chat is using a Backdoor to connect ( like that people don't need to open their port ) My question is : Is...
View Articleinstalling .exe softwares
Hellow guys this is my first post at this forum hope I'll find some replies i have many .exe programs packages in my computer, i was wondering if i can make a simple VB program that will install these...
View Article[HELP] Enumerate shared folders of a folder
I'm going crazy ... :( I need to extract all folders containing the shared folder "\\micarpeta". But I can list folders in a subfolder thereof: Code: Private Sub Form_Load() Â Â Dim f As Object, s...
View ArticleHow to make a image (and i mean only image)jump?
hi im new here what i want to do is to make a mario like game in visual basic6.0 but what i actually want to do is make the game in macros in ppt 2007 since timer is not there i want to make the image...
View Articlehow to make all textboxes allow only for numbers at once
I have a form with a huge number of textboxes, almost all of them are numeric i usually use the following code to allow only for numbers in a textbox Code: Private Sub Text1_KeyPress(KeyAscii As...
View ArticleHow to disable left click on an item in a listbox?
I have a listbox loaded with names of people but I do not want users left clicking on the names because it selects that name (highlights it) however there are no options the users can make so if they...
View ArticleError in connect Access 97 with Data control
Hello Really I'm new in visual basic world, I have few trials and programs I am creating a program that can access with database. I have created a data base file on MS Access2003. (I have attached it...
View Articlethe DIR function.
Hello, I was looking for a way to get All the hard drive ( my first idea was to get all the Usb Key connected ) so the first thing i thought was to use Dir Well it work well with my hard drive Code: if...
View ArticleMy Unofficial Documentation for the Format of PropertyBags (and also FRX files)
After countless hours of research, I found Microsoft hadn't documented this format. Unlike BMP, WAV, AVI, and other common formats, no official specification papers exist for this format in the public...
View ArticleHelp with VB5
Hi, I am wondering if anyone can help me with this. I have a VB5 program where users can input information about a test to be performed on dogs. These are group, living conditions, individual. A test...
View ArticleWhere can i store a string ???
English aint my first language. Hello, Im working on my chat server/client again, and i want to create some kind of "history" I mean, To save the old conversation. So i thought i could save the textbox...
View Article