| Thread | Last Post | Replies |
|
| obtaining file information from another machine | 30 Nov 2004 23:31 GMT | 3 |
I need to know which programs are opn on another machine in my network, these programs are opened from a shared drive on the server. How can I do this ? I've already dowloaded a sample program form vbnet.mvps.org but it doesn't work??
|
| Data report | 30 Nov 2004 23:25 GMT | 1 |
I am using Data Report (VB6) without using Data Environment to create simple reports. I do this by creating a recordset, then binding the recordset to the Data Report. This works fine for simple reports.
|
| Recursion - change chars in Upper or Lower | 30 Nov 2004 21:25 GMT | 22 |
I'm looking for a function for converting the input to a regular text. Example: when the input is "aBCdefgHI jkLM ooPP" the return value of the function should be"Abcdefghi Jklm Oopp" Thanks in advance,
|
| inclusion | 30 Nov 2004 10:59 GMT | 1 |
can anyone help me abou tinclusion in VB6 i've read it's a kind of class heritage but i don't understand what i can do with , and how thanks
|
| En-/decrypt a file to/from memory | 30 Nov 2004 07:39 GMT | 4 |
Is there a ocx/class/dll to preform a file decryption to memory and an encryption to file? The file must never contain real readable data. thanks
|
| Newbie question | 30 Nov 2004 03:30 GMT | 2 |
Does someone know where to get the programming software for VB 5.0 for free ? I know MS doesn't maintain old VB versions anymore and the latest one, VB6.0 has to be paid for. Is there any possibility ?...
|
| Can you make a link to locking the workstation? | 29 Nov 2004 23:22 GMT | 5 |
Can you make a link in an application to lock the workstation the user is using, with windows XP specifically, and maybe also windows 95. Thank you.
|
| Dispalying Exported HTML from an MSFlexGrid | 29 Nov 2004 22:46 GMT | 4 |
I want to export a table in HTML from my MSFlexGrid which I might save to a text file. The file structure is simple and will display in any browser. However I would like to know if I can 'export'
|
| Noob question. Relationship lookup | 29 Nov 2004 20:39 GMT | 1 |
I have 2 Access tables, each with a field called ref_no, how do I get to show only records related to the record selected in table 1? Table 1 ref_no = autoinc, long int Table 2 is of type number, long int
|
| Newbie problem | 29 Nov 2004 18:35 GMT | 1 |
I need VB 5.0 and hope to get it somewhere for free, as MS doesn't maintain the older versions anymore AFAIK (on their website I found only VB 6.0 which you have to pay for). Do you know ?
|
| EnumPrinterDrivers fails when enum on Win9x | 29 Nov 2004 16:55 GMT | 8 |
I'm calling the EnumPrinterDrivers function on a WinXP system. For the first parameter I'm passing in the name of a Windows ME computer residing on the network. The MSDN indicates this is perfectly acceptable. The function fails with an error 1722 (RPC unavailable). This seems ...
|
| How do i set user priveleges with Visual Basic | 29 Nov 2004 13:19 GMT | 2 |
Im trying to do RegSaveKey and found out that i need to set the user privelege.. I have the code to do this with C++ - BOOL SetCurrentPrivilege( LPCTSTR Privilege, BOOL bEnablePrivilege )
|
| string subtraction | 29 Nov 2004 08:37 GMT | 4 |
The following subtraction and multiplacation of two strings appear to give correct answers without having to use Cint etc. Subtracting strings in this way could gain me
|
| Determining if my app is already running. | 29 Nov 2004 08:03 GMT | 3 |
VB6. SP5. I have a situation where users want to load two or three versions of the same app at the same time so that they don't have to search for certain stuff without leaving the place they are working in.
|
| searching a text file | 29 Nov 2004 04:13 GMT | 17 |
In my program, a user has to enter his name, ID and location n then when he clicks on Submit Interest, I would like the program to search in a text file to see if his ID is already submitted and if he has then dont write it again to the text file and if his ID is not in the text ...
|