| Thread | Last Post | Replies |
|
| ADO Filter | 09 Oct 2004 17:34 GMT | 9 |
.Filter = "SomeField <> '' " allows me to get all records with a non empty field. However .Filter = "SomeField = '' " which should normally return all records with an empty field does not work. I also tryed to use a string with a number of spaces equal to the field size but no way.
|
| How do I launch to applications as full screen on two monitors? | 09 Oct 2004 17:24 GMT | 1 |
I have a dual screen graphics card and have two monitors. I want to launch to applications that both take up the full screen. HOW CAN I have both applications be full screen BUT run on seperate monitors?
|
| Running a program before loading Windows Explorer during booting | 09 Oct 2004 03:02 GMT | 1 |
I would like to know how to load an run a program before windows explorer loads during the booting of Windows 98. This is similar to the loading and running of anti virus software such as Norton which load and run before the loading of windows explorer. I know this is possible by ...
|
| VB6 no TAB keyup event? | 09 Oct 2004 02:47 GMT | 4 |
VB6 no TAB keyup event? Best regards, Boki.
|
| storing plain text data in its own file | 09 Oct 2004 01:47 GMT | 10 |
Hi all i am just starting to get back into VB and i need a little help. I am writing a program that asks a user to type in a set of numbers/letters (in this case shipping containers). Once the data is entered i have my 4 letters and i want to be able to call
|
| checking for spaces | 09 Oct 2004 01:43 GMT | 7 |
How do I check for spaces in a string variable? Nothing but spaces or nothing. I am using if trim(x) = "" then
|
| sorting listview data (numeric) | 09 Oct 2004 01:09 GMT | 1 |
Is there an easy way to sort numeric listview data. It is easy to sort the text columns by simply setting the SortKey and the Sorted values and then refreshing the listview, but the default sort is a text sort and that doesn't work well on numeric columns. I can sort the
|
| filling a dataset | 09 Oct 2004 00:53 GMT | 1 |
I have tried everything in the () of the following code and still cannot get my combobox to fill with the ds that only returns 2004 and 2005 at this time. I have tried the designer, in code... I have a stored procedure
|
| Unique constraint violation when Filling a Dataset | 08 Oct 2004 22:45 GMT | 2 |
I am using Visual Studio to create a VB .NET application to run on Windows 2000. I am trying to display data in a form from a Sybase ASA table, allow the user to update the data, and then update the Sybase table.
|
| Problem with Printer.Orientation | 08 Oct 2004 21:25 GMT | 1 |
I am using VB6 SP6. I have an application that prints charts. Specifically, it prints line charts of plant process information nightly. The code is a mix of API calls and Printer methods. I am currently migrating to a new PC running XP. The charting application is hanging on a ...
|
| Tape Backup | 08 Oct 2004 18:20 GMT | 2 |
I'm looking for any info about using VB6 with a Tape Drive for backup purpose?
|
| Building text in a box at RunTime, Reading, Interpreting and writing the Text at RunTime. | 08 Oct 2004 18:03 GMT | 4 |
I am building an application (VB5) where I would like to build a list of lines of ASCII text in a control (a Text or RichText Box I presume), then read/interpret the lines in this box, possibly write text back to the box. The writing and reading to/from this box may be
|
| Visual Basic .Net 2003 install problem | 08 Oct 2004 17:15 GMT | 1 |
I am trying to install Visual Basic .Net 2003 version on my 2.8 GHz Intel machine running Windows XP Home Edition with Service Pack 2 installed. I have previosuly installed this edition before installing Service Pack 2, and it worked well. Now when I try to install I get the ...
|
| acquire from scanner | 08 Oct 2004 16:55 GMT | 5 |
i would to make a lotus notes or visual basic project that acquire one or more document from scanner and attach it in a document as a pdf format or other formata tiff ,gif, jpg . I'm looking for a component that permise to acquire image and to have
|
| checkbox in listbox? | 08 Oct 2004 13:52 GMT | 6 |
i was wondering if it is posible to add checkboxe in a listbox and if so how do i do it? thankyou Maarten
|