[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 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 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 ArticleHi what is the main size of an icon on the top where the name displayed is at
Hi, I have tried many different icons and none of them work is there a size that I need to put in my program where the name is, I want to change that. thanks:wave:
View ArticleWinsock connect And Send Issue :(
Hey all I'm Trying to connect With Winsock and Send Data With One Command I have problem to do that becouse the state connection is 6 when he try to send data i try to put delay timer but its not work,...
View ArticleBackground Music?
Hey guys! I want to make a program in which background music starts playing at the form load event. Now, I don't know the code to specify a music file to play at form load event. Help anybody? Thanks.
View ArticleHow do you make your form ontop
Hi, I fogot the code on how to make your form ontop, can someone till me how thanks and im sorry for fugeting.
View ArticleVisual Basic image splitter/resizer help
Hiya guys, I'm a bit of a VB noob so please excuse my inexperience plus am only 14. I am trying to create a script that allows the user to upload a image which is then split into 2,3,4,6 or 9 smaller...
View ArticleOptical Character Recognition
Hello, everyone, I'm working on the task to create a character recognition application. I use zhang Suen algorithm, does anyone know that algorithm?? if anyone know, please let me know the workings of...
View Article[RESOLVED] How do you make your form ontop
Hi, I fogot the code on how to make your form ontop, can someone till me how thanks and im sorry for fugeting.
View ArticleCheck If Item Is In Listboxes Using Do While Loops
I need a code that: Displays text in a label if item is in list box 1 Displays different text if item is in list box 2 And displays different text if item is in neither Heres what i came up with, but...
View Article