| Thread | Last Post | Replies |
|
| How to database with VS | 18 Feb 2004 06:50 GMT | 1 |
I have decided that I would like to create a database which will store all the information that my project requires. The only problem is that I am new to VB programing and I know nothing about this. how would I get started developing my database? I was told that I should get a copy ...
|
| Creating a background application | 17 Feb 2004 01:28 GMT | 6 |
I am attempting to create an application that displays an Icon in the Tray and not in the Task List of the taskbar. This application should mirror the behavour of an Antivirus or a Volume Control.
|
| How to set Digital Signatures for Documents thru Vb Code | 16 Feb 2004 15:21 GMT | 1 |
i have a digital signature. i generate reports in different formats in my application , now i need my signature to be attached to the reports i generate.
|
| TaskVisible and NotifyIcon | 16 Feb 2004 05:49 GMT | 1 |
TaskVisible property not supported in VB.Net Is there any WinAPI around this problem? Why do you support NotifyIcon when you do not support TaskVisible property in VB.Net? Your help says similar interface as Antivirus, this is not true.
|
| USB magnetic card reader | 13 Feb 2004 08:51 GMT | 2 |
Does anyone know how to read from that device?
|
| Creating a background application | 13 Feb 2004 08:26 GMT | 1 |
I am attempting to create an application that displays an Icon in the Tray and not in the Task List of the taskbar. This application should mirror the behavour of an Antivirus or a Volume Control.
|
| Fil_open Dialog box | 12 Feb 2004 19:58 GMT | 2 |
Is there an api to invoke the old style file_open dialog? -Lou
|
| Old Style File_Open Dialogh | 12 Feb 2004 19:56 GMT | 2 |
How can I get the old style File_open Dialog box? -Lou
|
| Setting Print Job Description | 11 Feb 2004 22:40 GMT | 3 |
Can anyone advise how to set the description that is displayed in the Print Manger? I would like to be able to give more accurate descriptions of the prints from my apps.
|
| Creating/Editing Excel spreadsheets | 11 Feb 2004 21:15 GMT | 1 |
where can I find samples of using excel spreadsheets in VB 6? Please help Thanks
|
| Check MaskEditBox | 11 Feb 2004 08:02 GMT | 4 |
I want to used maskeditbox control for date entry. I defined short date format for mask property. I had problem when I assign to date type of field ( a table of access type) , It couldn't work when text property of maskeditbox is empty ( User had not entered anything to this ...
|
| VB6 issue!! | 11 Feb 2004 04:25 GMT | 3 |
We are developing an app in VB6 and Win XP. There are many orms that open up here in the MDI. I want my application to be resolution independent. i.e It should work in 1024 and above resolution without disturbing any of the other
|
| Draw a line in a RichTextBox | 10 Feb 2004 14:53 GMT | 1 |
Is it possible to draw a horizontal line in a RichTextBox, using VB6. "googeling" gives me no result. The only answers i found was using the " - " or " _ " character. But i' d like to draw a real line.
|
| Instantiate object based on String | 10 Feb 2004 10:54 GMT | 5 |
I have a string for example mystr = "object.GetTax" I would like to use this: Set ob = mystr how can I do this in VB
|
| Richtestbox: How to add an object programmatically to a text | 10 Feb 2004 07:31 GMT | 2 |
Hi all... I am using richtextboxes to prepare a well formatted text for printout. Some parts of the texts are already rtf coded. My problem is to add a picture or something similar to that rtf box
|