Is it possible to retrieve information in an open desktop application (non vb.net) and browse through the screen to "copy" for example a telephone number? This application doesn't have a copy/paste feature or else I would have used this approach.
I heard of Screen Scraping but that's for...
Hello,
VB Windows App:
Is there a way to get the contents of a textbox from any existing client application (like a VB app, a textbox from a Web Page, Word, Excel etc.) I was thinking of using the double click event which selects all the contents in a foreign textbox and then using a...
Hello,
I have this code to create textboxes @ run-time based on however many database fields are loaded into a listbox, then one event handler to supposedly handle all the run-time textboxes.
I am using a special database program where I can search using a string like this...
I have this code:
strSQL = "SELECT Toc.Name AS [Document Name], ISNULL([ID Number], ''), ISNULL([Last Name], '') FROM TD4"
Supposedly that changes the (nulls) in my datagrid to blanks but instead it's showing 1/1/1900.
Any ideas on how to change it to a blank?
Chris
Hello,
I have a listbox w/ names of SQL Server 2000 fields loaded into it.
I looped through the listbox to include square brackets [ ] incase the fields have a blank.
Here is my code:
Dim i As Integer
strSQL = "SELECT Toc.Name AS [Document Name], "
For i = 0 To...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.