Search 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 Article[RESOLVED] seperate txt file into 2 list boxes HELP PLEASE
i have a huge list like so firstname lastname fistname lastname i have 2 listboxes they need to go in i have the while loop like this so far open filename for input as #1 do while not EOF(1) line input...
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 ArticleListbox Numbers
This i'm sure has a very simple answer but its got me stuck How do i get my listbox items numbered so instead of having apple pear kiwi i have 1. apple 2. pear 3. kiwi in the listbox. i feel foolish to...
View ArticleCreate a self install for vlc with pluggins
I am trying to write a script in vbscript to do the following. To start it must search for a file on the compter with the name "VLC.exe". Return the path of "VLC.exe". Return the path of the vbscript...
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 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