[RESOLVED] looping through the variables
hi .. how are you all iam trying to loop between variables but i couldn,t .. i realy dont know why here is the examble dim a1 as integer dim a2 as integer dim a3 as integer for i = 1 to 3 msgbox ("a"...
View ArticleDisplay Date in specific format
How do i display the date in a specific format of MM - DD- YYYY I can pull the date but its seperated by / and only single digit i need the - seperators Code: Text1.Text = Date gives me the date as...
View Article[RESOLVED] Anyway to get rid of a background pic?
Hello everyone. I am working on a program to help teach elementary subjects, and I am working on a whiteboard of sorts to write stuff on. In the first version I made, it did not resize, and I had a...
View ArticleNeed Help..... How To Controll / Access WMP Plugin from Form ? plugin sample...
Dear Master, Im Newbie in VB. and now i'm learning VB6. i found a good DLL plugin for Windows Media Player. My Question is.... When I Emeded Windows Media Player to The Form, How to controll / access...
View ArticleText Localization with VB6?
So, I have coded in Visual Basic using Tesseract OCR, but now I am stuck at a problem, that is to localize the texts. I'll give the breakdown, to help you understand better, I get an RGB image, then...
View ArticleSorting a Listbox
Is it possible to sort the entries in a listbox by the value in the ItemData Property? I need to sort a listbox first by the ItemData value and then by the List value
View ArticleOutlook NewEmailEx event won't fire in small VB6 application
I'm needing to run a small VB6 app that will sit in the system tray with the purpose of detecting specific incoming Outlook email messages and depending on the sender, subject and time of day, initiate...
View Articlevb6 and the shell command.
Hey there everyone, I am back again with another stumper that I can't seem to figure out. I have a program That I am trying to launch with the shell command. Only problem is that it wont run when I...
View ArticleError installing VB6 application.
Hi to everyone, I am new in this forum, and I have a problem I can't resolve. I have a VB6 application that uses ADO to open an Access Database; the connection string is...
View Article[RESOLVED] Outlook NewEmailEx event won't fire in small VB6 application
I'm needing to run a small VB6 app that will sit in the system tray with the purpose of detecting specific incoming Outlook email messages and depending on the sender, subject and time of day, initiate...
View Article[RESOLVED] vb6 and the shell command.
Hey there everyone, I am back again with another stumper that I can't seem to figure out. I have a program That I am trying to launch with the shell command. Only problem is that it wont run when I...
View Article[RESOLVED] Error installing VB6 application.
Hi to everyone, I am new in this forum, and I have a problem I can't resolve. I have a VB6 application that uses ADO to open an Access Database; the connection string is...
View Articlehelp xml in vb6
how to read below xml in vb6 from any location of txt file Code: <quiz> <number>1</number> <question>what is xml</question> <option>1</option>...
View ArticleAccess My Tuner Card
Having a problem with something. In order to gain access to my tuner card do I need to add it or make it available in VB6 when I start writing the code. I have an ocx that allows me to draw the control...
View ArticleTransfer Data from Excel sheet to Sql DB?
Hello All, Usually i tansfer data from Excel sheet to access DB, this app developed by Doogle. All thanks to him. Now i upgrade my DB from Access DB to SQL server 2008 as you can see in code below but...
View Article[RESOLVED] hey yall when you save a project frm file its saved as a text file...
when you save a project frm file its saved as a text file right? what i was wondering is can u alter a form1.frm file in word pad ,and save it ,then open your project without harming the program?...
View Article[RESOLVED] VB6 DTPicker MinDate/MaxDate
Hi! Would you please help me with the following problem: I'm using the DateTimePicker from [Components]>[MS Windows Common Controls-2 6.0 (SP6)]. DTPicker Name: dtpDOB Format: 3 - dtpCustom...
View ArticleVB6 TLS Implementation
I am attempting to add TLS support to my email program, and I am running into difficulty. TLS1 (Version 3.1) is quite similar to SSL3 (Version 3.0), as evidenced by the version numbers. There is a lot...
View Article[RESOLVED] Only copy if textbox has been text inside of it
I need some help with how id code this, i've struggled for quite a while and just can't get it to work. Basically say i've got three text boxes on a form - User Enters Information Against Each One...
View ArticleSecurity Question
If wrong forum please move I have a Gateway program (written in Java by some company) which allows me to login to a business sever(not mine nor in anyway controlled by me). Once logged in I receive...
View Article