Hi 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 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 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 ArticleKeep 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 ArticleCreating MS-SQL Database on SQL Server in a local network
Hi How we can create Database on SQL Server from client machine and then copying tables from existing database to a New Crated Database in a local network using VB as front end . Thanks
View ArticleNeed help for sql statement in vb6.0
hi all, i am trying to write a sql query in vb6.0. i want to exclude some fields in table for example if field 1 is empty and field 2 is filled then it should not be counted for record count all other...
View ArticleHow to check if a particual OCX/DLL is registered?
Hi, Greetings everyone.. hope all are fine.. ok. I need a help about how to detect whether a particular ActiveX control (ocx/dll) is registered or not :) for example: I have made a software that use...
View ArticleShowing Database Tables in FlexGrid
I want to show all tables with there records in a flexgrid along with Button or Label asking to Delete all records. The idea is as under Table Name Number of Records Action ABC 10 Delete ? BBC 5 Delete...
View Articlehow to fix "cant add the reference to the specified file"
hello guyzz... i have my project...in vb 6 and i have to add dll as reference in it... but getting this msg "cant add the reference to the specified file" that myfile.dll(asdecr.dll) is made in VC++...
View ArticleWhy the forms gets transformed when in game and not restored back when in...
I have an application that must works in background of a gamming enviroment. The problem by example, I have some window sized like 1000x400, continuing with the example, run a game that switch to...
View Articlegeting an error msdxm.ocx
Im trying to load up my program and an error came up saying that in need to Register MSXM.OCX. so I did that. (regsvr32 "c:\testprograme\MSDXM.OCX And I get this error The module...
View Articleusername and password
hi, i have a project, but i want to prompt first a form containing username and password (textbox) to open my project. thanks please help me
View Article