| Thread | Last Post | Replies |
|
| _How do I end processes. | 02 Sep 2004 15:35 GMT | 2 |
How can I end other windows processes with VB. Thanks Henk
|
| How to load CUSTOM data from Resource File | 02 Sep 2004 15:26 GMT | 1 |
could someone tell me how i can load custom data from resource file as i have many gif files for buttons i used in my project. i can load icon, picture from resource file but couldn't manage to do the same thing with custom data.
|
| Using The SQLDMO Object | 02 Sep 2004 14:41 GMT | 3 |
i'm using the SQLDMO object. i'm looking for a simple example of how to add a new field to an sqlserver table . the table has 2 fields:
|
| selecting text in a rich text box... | 02 Sep 2004 14:26 GMT | 1 |
How does I select text when I double click the mouse button like as in notepad? In notepad if I had some text such as "mytext.now" when I double click it all of it is selected, but in my rich text box when I double click on the
|
| Trying to understand VB6 Events & separate programs | 02 Sep 2004 09:18 GMT | 9 |
Sorry if this is a dumb question. I'm trying to get a handle on VB Events. Is it possible to have two separate VB6 apps, one that raises an event and the other that services it? Both would be running at the same time on the same system.
|
| realsoftware ? | 02 Sep 2004 09:12 GMT | 6 |
Curious if anyone has tested out the stuff at www.realsoftware.com ? There's a BASIC compiler there that supposedly compiles to Linux, Apple/Mac and Windows.
|
| Is there an easy way to initialize arrays? | 02 Sep 2004 06:34 GMT | 22 |
I'm quite new to Visual Basic (version 6.0), but I am very proficient in C/C++. I'm trying to figure out how to initialize a byte array (of considerable size) in VB. One requirement is that I cannot read the data in from a
|
| VB and Word Bookmarks | 02 Sep 2004 03:49 GMT | 2 |
I'm trying to convert a VB6 program from the Early Binding of Word to Late Binding. With Early Binding, MyWord.Selection.GoTo What:=wdGoToBookmark, Name:="Machine"
|
| array question | 02 Sep 2004 01:55 GMT | 12 |
in vb, this is my code. dim a() as string then i 'redim' the array with the number of elements that i want to put them in.
|
| Network DLL Registration | 02 Sep 2004 01:55 GMT | 3 |
We have experienced a problem where an application installer has not correctly registered a DLL. The suggested solution is to run regsvr32 against the DLL from "run" but with hundreds of users this is not practical. Does anyone know a way to register a DLL for multiple users across ...
|
| Is RC.EXE free? | 02 Sep 2004 01:53 GMT | 10 |
Hi.. Can I distribute RC.exe without license?.. TIA
|
| [Creating an exe from another exe] | 02 Sep 2004 01:13 GMT | 1 |
Here is my question I hope I get some answers What Im trying to do is create an exe capable to write another exe that resides within itself. Like you have one game named "pacmac.exe" and when the user closes it, it gives the user the chance to install another game. See
|
| building PowerVB source | 02 Sep 2004 01:11 GMT | 1 |
I havn't seen any posts about this book, PowerVB, in over a year. the site www.PowerVB.com is 404. I got the tools source to build (Win2k sp3, VB6 sp5)
|
| Return code from app exe | 02 Sep 2004 00:51 GMT | 5 |
I need to write two VB apps and call one from the other. How can I program these two that a code is returned to the caller from the inner app when its calling(execution) is finished. Any help would be greatly appreciated.
|
| public enum question | 02 Sep 2004 00:44 GMT | 13 |
Is it possible to dynamically create a public enum data type? Say, for example, you have the last name of a customer in a MDB file and you wanted to create the following enum... Public Enum LastName
|