| Thread | Last Post | Replies |
|
| VB COM+ Hangs | 30 Sep 2003 15:07 GMT | 1 |
Setup: VB 6 Client in Citrix enviroment VB 6 COM+ components hitting SQL Server 2000 Every evening COM+ components hang, the call time just
|
| validation rule | 29 Sep 2003 20:06 GMT | 5 |
I don't know where I can post question for MS Access. I think I will post it here just for now. I've seen the following in a field's Validation Rule property. I don't know what this is. Would you give me some pointers please?
|
| Difference between...??? | 29 Sep 2003 17:51 GMT | 3 |
What is the difference between creating an object using New and using the CreateObject method ?
|
| Best way to print on dot matrix printer | 29 Sep 2003 17:25 GMT | 1 |
What do you think is the best way to print on a dot matrix printer? I tried all these ways, but still finding the best one: 1. Using the printer as a filke and so opening it with - open "Lpt1:" for output as #1
|
| Control Array Count ... | 28 Sep 2003 19:00 GMT | 2 |
Writing a control to be loaded as a control array. I need to be able to retrieve the number of controls in the array from code inside the control. Is there a simple way to retrieve this property ?
|
| Help with VB Maximized code please read entire message | 27 Sep 2003 15:39 GMT | 1 |
I tried to respond to this message but i am new to news groups pleas reply i am running my code within frmloadfirst i have a tab control and when you clik on sstab1 2 this
|
| not know how to named this!!! | 25 Sep 2003 20:46 GMT | 3 |
i have a textbox in which the user writes words and push the button i want when the user write any word beggining with ant... and push the button a message box to appear
|
| Pass class interface reference | 25 Sep 2003 06:07 GMT | 1 |
My application uses an ActiveX exe and a couple of ActiveX dll's, all of which are of my own making. The exe has references to all the dlls it uses, but now I would like the dlls to have a reference to the activex exe. Therefore I've made a function in all my dlls:
|
| Compatibility | 25 Sep 2003 00:01 GMT | 3 |
I am trying to make my application compatible with as many windows platforms as possible.I am using VB 5.0 Pro.I know that there is a VB 6 Runtime File, but I do not know for certain if it will work on VB 5.0 I would like for my
|
| JPG-Pictures | 23 Sep 2003 21:32 GMT | 2 |
Somebody know how to read a jpg-file without using loadpicure I mean if I have a byte array from a file, how do I draw it directly, withowt saving it to a file
|
| PrevInstance | 22 Sep 2003 23:33 GMT | 2 |
I need to know if the instance of the app being started is the only instance on the system. App.PrevInstance does not seem to work for this. I can have the same app running in a different context (perhaps under a different user ) and App.PrevInstance will return false. Also, if ...
|
| ActiveX calling remote COM objects and Outlook | 22 Sep 2003 15:32 GMT | 2 |
I have an intranet-based CRM application that I'm customizing. The application uses business objects running in the COM+ Services app on the IIS server. I need to be able to communicate with these objects from a client machine. Basically, I've built an ActiveX control that is loaded ...
|
| is this possible? | 22 Sep 2003 15:19 GMT | 6 |
I have one database (access2002) one table "table1" and 3 fields "code" , "date" and "describe" first field contains all my invoices
|
| Using ADO to access data from Microsoft Active Directory | 22 Sep 2003 14:03 GMT | 3 |
Folks: I am really enjoying my first course in VB6. Just started an ADO tutorial ADO. Here I learned that ADO can be used to access data from ANY source: Microsoft Active Directory, other database, etc.
|
| Word docs | 22 Sep 2003 10:39 GMT | 1 |
I have a feature to open word documents from my vb app. Is it possible that when a user saves a word document, my vb app gets the name under which the document is saved and the date and time of saving, so I can keep a history of all word documents?
|