Transfer 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 ArticleOnly 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 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 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 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 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 Article2 list boxes with do while loop
I need a code that using a do while loop will display a message if: the text is in list box 1 the text is in list box 2 or the text is in neither list boxes this is the code i came up with, but it only...
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 Articlehow to fix "cant add the reference to the specified file"
hello guyzz... i am new on this forum i need help... i have made my project...in vb6.. and i have to add 1 myfile.dll (asdecr.dll)as reference this dll is made in VC++ 2010... when i am adding this dll...
View Article[RESOLVED] Error Path Not Found
Hi I have written this Code: sfile = \\PC\e:\folder\data\source.mdf tfile = \\PC\e:\folder\data\target.mdf If fso.FileExists(tfile) Then Else fso.CopyFile sfile, tfile, True End If It...
View Article[RESOLVED] Keep form in front
How can I keep a form in front of another form? I have a main form (frmMain) and I have another form (frmDialog). Pressing a command button on frmMain causes frmDialog to show, but if I switch to...
View Articlecommondialog.showprinter
Hi I had 2 points on the the pages input box 1. what if user enters a less than zero number it seem that there is a built in function to stop this 2. I only want the user to print single pages not a...
View Article[RESOLVED] Error - DataSource Name not found
Hi On this line it is giving me error "Data Source Name not found and no default driver specified" conFind.ConnectionString = "Driver=SQL Server;Data Source=" & ServerName & ";uid=sa;pwd=sql"...
View Article