Error handling
Hi, I'm using an error handler in my code Code: Private Sub Sampcode() On error goto procerror other code other code other code procerror: MsgBox ("error message sample") Now when I enter correct...
View ArticleSearch according to textbox serial no enter with adodc from database ms...
Dear Sir, I have tried to search using adodc from textbox with entered serial Number on it but it does not show me the correct data match with that serial number row from database to display data on...
View ArticleSybase to VisualBasic6
Sir/Mam. Does anyone here, know how to put the data from SYBASE(PowerBuilder) to chart/graph using Visual Basic6?? Need Help:ehh:
View Articleneed help about existing record
how to know if the records in listview is already exist in database. how to save all the new records and disregard existing? i need your help guys.
View Articleuser control as a custom toolbar
i want to disable a button each time i press another button this is the code for the custom control named ACPRibbon1 cant figure it out Code: Private Declare Function GetTempFileName Lib "kernel32"...
View ArticleHow to get the IP address of a Website?
Hi, I am currently working on a Site Blocker and i suppose to put there something that can get the IP Address of a Website after a user types the site name (in case they don't know the site's ip...
View ArticleToo many If statements
I want to make sure that the random values I create are unique. So this is the code I use.... Code: Do   For x = 1 To 3   thevalue(x) = Int((10 - 1 + 1) * Rnd + 1)   Next x   If thevalue(1)...
View Articleimage editor ico files ? is this easy as all i want to do is change a few pixels
is it easy to make an app that would accept ico files, let me edit a few pixels and then output to new file. is there a tutorial you could point me to please
View ArticleLosing USB keyboard, mouse while program is running
i have a VB6 Learning Edition program running on XP Pro SP3. The program is fairly simple: it opens and reads six tables in a Word document to populate several combo box drop-down controls, then shows...
View ArticleDataGrid causes VB 6-0. to Terminate
Here we go again. I have several programs for our office in VB 6.0. Not long ago, had VB 6.0 terminating whenever I tried to compile it...turned out...it was missing a file for a designer.... got that...
View ArticleCounting loop for printing a number of tables needed
I need a loop that will only print a certain number of items to a table. I currently have too many items printing to a table and only want 10 items per table. If I have 30 items I need a loop that will...
View ArticleWSAAsyncSelect Sends FD_READ yet recv fails with WSAEWOULDBLOCK
Hi Is this a bug or something? I am using this function to set the socket to non-blocking mode. However on MSDN it is said that in replying to FD_READ call recv since there is data to be received But...
View ArticleNeed Help?
Ok so I have Visual Basic 2010 and I want to make a program that runs a in browser fps game called Rush Team. This is a unity player game and I have downloaded the .unity3d file. How would I go about...
View ArticleDatagrid won't populate
Hi, I seem to be having a problem populating the datagrid in my project. I get no error message, the program run through with no problem it's just that the grid is still empty. I have run the program...
View Article[RESOLVED] Listview Selected Item
Hi, how do you get the contents of a column in the selected row (after clicking the checkbox)? I have a Stop after the click event and have tried everything .listitems(2) .selecteditems(3) etc but all...
View Articleown user control load from?
where does my own user control gets load from? The user controls are NOT compiled as ".ocx" files. They are simply user controls added to the project itself and are compiled "inside" the .exe file. so...
View Article[RESOLVED] Need Help to Send Email from a VB application
Hi All!!! I need to send email from my application. I tried the following code, but it didn't work. Please help me.. Code: Private WithEvents SendCodes As vbSendMail.clsSendMail Private Sub...
View ArticleCOM Plus: Socket unable to get Host Address intermittently
We have a COM+ application written in VB5. We are using the Catalyst SocketWrenchControl 2.15 Socket to interact with a Mainframe application. The application works fine for few days then all of a...
View ArticleExport full access database to excel
I want code to export the access database file to Excel file. The code should export all tables of the database. How it can be done?
View Article[VB6] i need help WebBrowser1 to send message
i want to send message to all in last1 i have last1 have Names and i have 3 Text 1 Label1 Text1 for "name" Text2 for "title" Text3 for "message" i want code like this Code:...
View Article