| Thread | Last Post | Replies |
|
| How can VB6 Exe exit with a Return Code | 28 Jul 2005 18:30 GMT | 3 |
I want to run a VB6 Exe using Windows Scripting Host. I need to determine if the VB6 Exe ran successfully or failed with an error. I'm using the following VB Script to run the Exe: Dim liReturnCode
|
| View running processes of remote machine | 28 Jul 2005 14:11 GMT | 2 |
I have a small problem. This is what I'm running: visual basic code:--------------------------------------------------------------------------- Function IsProcessRunning(strServer, strProcess)
|
| Calculate age from now | 28 Jul 2005 04:43 GMT | 6 |
Hello. Does anyone have the code that would calculate the age of by using a persons birthday and todays date. Currently we are using this code and it does not work, becasuse it is calc by year and not the day. If IsDate(meDob.Text) Then
|
| Syntax for service descriptions | 25 Jul 2005 17:10 GMT | 2 |
This should be fairly simple, but I can't seem to make it work. I'm trying to use a script to stop a service. It works fine as long as the service name is a single word i.e. "Themes", but I can't get it to work if the service name is more than one word i.e. "Windows Audio".
|
| VB Form Description Structure | 21 Jul 2005 14:39 GMT | 2 |
Hiya, I'd like to know more about the structure of VB form descriptions. Given the followig form desc snippet, what does "Object" means after "Version"? I suppose it's sort of a control reference(almost like the
|
| VB attributes | 19 Jul 2005 18:16 GMT | 2 |
Hiya, Could you guys shed some light on VB declarations attributes? Here is the list of attributes I'd like to know the meaning of: VB_Name
|
| Exclamation (!) marks for property access | 15 Jul 2005 14:50 GMT | 2 |
I've been using the DAO in Excel and came across property access using ! marks. I would like to investigate the exclamation mark property access but do not known how to implement it in my own class.
|
| "Album art" tag on the mp3s | 11 Jul 2005 09:05 GMT | 2 |
I need to do for a school project a mp3 tag editor. I managed to make the common tags work (ID3v1 and ID3v2) but I'm not able to embedd a image in the Album art tag.Can someone please give me some starting points? (if you have some code it is perfect, also only some info is
|
| Display a pic in VB | 07 Jul 2005 17:41 GMT | 2 |
I'm doing an application for catalogue management and I have a form where I show the users the result of the research. For example, if I search for a catalogue number 3, it will show me in more detail what the catalogue 3 have and a small picture of the catalogue. My problem
|
| web page | 05 Jul 2005 16:49 GMT | 5 |
From a button press on a form in a Windows Application, I want to open a web page URL in the local IE browser. I can't figure out how to do it. Thanks for your help. Dan
|
| About $ sign | 05 Jul 2005 02:25 GMT | 7 |
Description: I dont know the purpose of $ sign in VB, sometimes I met the code like following ///////////////////
|