please help on check if process "notepad.exe" exist then wait to end
hello i need help on check if process "notepad.exe" running then wait "notepad.exe" until it is closed then Code: Â Â MsgBox "Just terminated.", vbInformation, "Shelled Application" End If End Sub i...
View Article[RESOLVED] Convert a string into a ''HTML'' object
Hello, I have a HTML Document with 2 Links. The entire HTML document is a string. How can I convert the String into a HTML object? I tried ... Set o.body.document = zz but it fails. I want to use a...
View ArticleUpdate , Delete,Insert Cant figure this out Via ComboBox
im sorry for opening this issue again but i am lost in this. i have been trying for 2 days to figure how to get this working tried all methods syntax you name it still back to the begining. i have 3...
View ArticleIs there a way to use a textbox to search for matches from a listbox with a...
Hi there everyone! I am working on a numbers program for students. I have a simple textbox search that I put numbers in only. MY textbox is called SearchTXT.text. I also have a listbox called list1...
View Article[RESOLVED] Is there a way to remove specific items from a listbox?
Hi there everyone! I am working on removing items from a listbox that end in a specific number. I use this code from an earlier project to search for items with the letter B and remove them from list1...
View ArticleAdvanced packet forwarding
Hey guys, I'm trying to make some kind of MITM monitor. I want to control all incoming and outgoing traffic on port 30000. Let's say I have an incoming data packet "00 00 0D 01 81 0C 00 00 01 CB BF 51...
View ArticleIs there a simple way to delete all textfiles in a directory, but keep the...
Hi there everyone! I am working on a prog to save students work for later review. Basically all of their work is saved in text files in a folder called studentwork. I was wondering if after a while if...
View ArticleBest way to restart an application
I have a program that dynamically loads cells (a cell is one UC) in a picturebox one below the other so they have to be scrolled to see all of them. User is allowed to add new cells (which will load at...
View Article[RESOLVED] Is there a way to create a blank textfile?
Hi there everyone. I am working on a card prog for students with numbers. I am using this code here to create a new textfile, but while I want to make a new textifle, I would like it to be blank. I...
View ArticleSearching a listbox for exact items?
Hi there everyone! I am working on a prog where I search for items in a wildlist listbox. I found code where I could search for items "like" the one I want. like this.. VB Code: Dim i As Integer  For i...
View Article[RESOLVED] Disabled Text Font Colour
Hello, I am setting the enable property of a text box to false as I do no want the user to be able to change this. This changes the text colour to grey, I still need the user to easily read this, so is...
View ArticleHow To Run VB6 Application on Local Network Computers
I Want To Install My Program On One Computer (Server) AND Run My Program On the Other Computers on the Local Network Without Installing it On all computers . So What i should make in .OCX , DLL . I...
View ArticleWith in a With
Can I have a With in a With? I have two objects that are indexed. One is a UC and the other is a UDT Instead of this.... Code: UC(index).Text = UDT(index).uText UC(index).Value = UDT(index).uValue...
View ArticlePrint Checks with VB6 & Windows 7
We have a VB6 application that prints checks using Crystal Reports. The problem is that the version of Crystal Reports that is compatible with VB6 is so old that it must run in XP. We've upgraded...
View ArticleMake Error MessageBox
Hi I am working on a basic program where you input 2 numbers into text boxes and it outputs the answer to a label after you click the divide button. I know you can obviously not divide by 0 and was...
View Articlecan you give code for Doctor Appointment Formin visual basic 6.0 ??
so iwnt to create appointment table in MS ACCESS in my database and i am stuck to appointment schedule for doctor can you give me code plz.... thanks in advance!!
View ArticleBlood Group Form in Visual Basic 6.0
so i want code to accept blood group from user as he will choose his blood group from A, B , AB , O..... also i want that to connect the user info to my ms access database as their will be many users!...
View ArticleVB6 Add-in
Hello guys, I am looking for an add-in which would allow us to collapse the code in the main module viewer. Has anybody ever made something like this ? Is it possible to include/have such a useful...
View ArticleProblem with serial port and over-lapping events
Hi all, I'm writing a relatively simple program which requires some data exchange over the serial port. I'm using the standard MSComm control that comes with VB6 (SP3). High level requirement: 1) Every...
View ArticlePopulating ListView
Hi I have a method below, that populates a listview. As it is now it ommits last two columns from array of data it's getting, I need to change that so that it can return everything. but I get incorrect...
View Article