| Thread | Last Post | Replies |
|
| create instance of Dynamic Class | 11 Oct 2003 15:25 GMT | 3 |
How to create instance of class with name (String). No need hardcode e.g. dim instance as new somefunction
|
| vb | 11 Oct 2003 13:52 GMT | 2 |
can anyone tell me how i can add data to listview in vb
|
| Reading the Server's registry? | 10 Oct 2003 21:28 GMT | 1 |
I am wanting to use a client application to read a server's registry. Is this possible? What function call can be used?
|
| Data Persistence | 10 Oct 2003 17:44 GMT | 1 |
Apart from txt,ini & xml files and registry/propertybag stuff is there another method to cache data for persistence ? A noddy database system (not Access or DBase) I'm sure i saw a note somewhere about ISAM or COD files. Any ideas ?
|
| Script, Excel, Word and copy and paste | 10 Oct 2003 11:39 GMT | 4 |
i want VB Script to "copy and paste" an image, from an excel cell (pasted and saved to there before manually) to Word. i thought something by using the win clipboard, but i have no idea of the correct syntax and haven't found something anywhere.
|
| Create NTFS Shares | 10 Oct 2003 10:34 GMT | 1 |
Does anybody can help me with the VB code to create & modify ntfs shares. Thanx in advance
|
| String manipulation | 10 Oct 2003 05:06 GMT | 3 |
Can anyone give me a method of removing asterisks from a given string. i.e from "*******texttexttext*********"
|
| Subclassing | 08 Oct 2003 15:44 GMT | 4 |
Hi - really hope somebody can give me some clues on this: I am using SetWindowLong to define a custom function to respond to messages of my form's hwnd, before I call SetWindowLong I use GetWindowLong to return the address of
|
| combo1.AddItem problem | 08 Oct 2003 14:03 GMT | 7 |
i have this code: Data1.RecordSource = "select * from SUPPLY where NAME = '" & NIC & "' " data.refresh i want to add the values of data1.recordsource into a combobox or listbox
|
| %comspec% sytnax | 07 Oct 2003 21:45 GMT | 3 |
I am attepting to write a script that will map a network drive using %compsec% once I execute the run line (ex..) WshShell.Run "%comspec% /c net use j:
|
| VB6 ADO Add Field Problem | 07 Oct 2003 20:50 GMT | 2 |
This is a program to record an employee's time in and time out record. When the user enters an ID, the VB6 program will check the ID with the database ID. If it matches, then it will store the current time to the TimeIn field in the database, but the program will check if the field ...
|
| ShellExecute Question | 07 Oct 2003 18:59 GMT | 3 |
An application launches a .txt file using the associated program by calling ShellExec. Is there a way for the app when exiting to close the .txt file if it was still open? Here is the meat of the code...
|
| Hwnds | 07 Oct 2003 13:47 GMT | 1 |
How do you retrieve a form object just from and hwnd? Thanks
|
| Determining if a file is already open in VBscript | 07 Oct 2003 08:05 GMT | 1 |
Does anyone know of a property or something that I can access to determine if a file is opened for editing by anyone? Thanks!
|
| Opening a PDF file using VB 6.0 | 07 Oct 2003 04:42 GMT | 2 |
I want to open a PDf file from a VB application. I do not want to specify the path where the executable for PDF reader is installed in my program. In other words, the program should find the path where
|