[RESOLVED] Controls Collection ?
Is there a way to tell which controls are directly on the parent form and which are in a container using the Controls Collection? I thought this would be simple but apparently I am missing something If...
View Articleneed help with storing multiple input on the same form
hello, I am new to programming as a whole and would like some assistance. Apologies in advance if the title is misleading. I am making a simple program for a restaurant and it has to keep track of...
View ArticleList box to sequential file
My program takes data from text boxes A, B and C and puts it into a txt.file as a comma delimited sequential file. I can then retrieve the data into a ListBox for editing and am having trouble trying...
View Article[RESOLVED] User Control Picture Error Problem
I have a user control with a picture property User Control code: Code: ' ' Public Property Get Picture() As StdPicture Set Picture = UserControl.Picture End Property Public Property Let...
View ArticleRecords Count
Hi, iam using VBA Dim cmdsqldata As ADODB.Command Set cmdsqldata =New ADODB.Command Dim cmdSQLdata1 As ADODB.Command Set cmdSQLData1=New ADODB.Command cn1.opem GetDBconnectionString_source Set...
View ArticleCombobox Question
I see that a Combobox allows you to type characters into the text field. What's the point of this? I'm trying to find a way that if user types into text field it will stay and also become part of the...
View Article[RESOLVED] Unexpected Issue With setting cdlg Properties At Runtime
This was written by Mickeysoft and inserted into this form because I used a Wizard to create it. (Needed some pretty stuff.) This line causes the problem. '.CancelError = False' See below for the...
View Article[RESOLVED] How About A Problem With Accessing the MSDN?
I guess that other question wasn't much of a challenge. How about a question about something that has been bothering me for years and is driving me crazy tonight? As part of my standard VB 6...
View ArticleWhat to do if the textbox is blank?
Hi there everyone! I am working on a program where students makes cards with numbers, the program saves them so I can view their work later. I use a textbox. I type in the name of their file, and their...
View ArticleUnable to call ActivexExe from StandardExe unless i keep both of them in same...
Hello, I'm struggling with Activex exe :(. Here is the problem 1. Created a Activex exe which has class with instancing property set to Multiuse 2. Created standard exe which referenced activex exe...
View Articleplease 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