| Thread | Last Post | Replies |
|
| Problem to create instances of arrays as properties of array | 27 Jun 2007 21:16 GMT | 1 |
Hello I run into problems on how to create array instances. I'm playing around for hours now and can't find a solution for this. How can I assign an instance of the Mysegment class to the rendition segments property?
|
| Best way to determine installed version of MS Office | 27 Jun 2007 18:15 GMT | 4 |
I wrote a small Exe that simply runs Shell to load PowerPoint and launch a particular file, depending on the day of the week. However, it was set up for office 2003 (hardcoded path). I now want to have the program run the Shell for either Office 11 or Office 12, depending upon ...
|
| searching a file | 22 Jun 2007 14:49 GMT | 2 |
I want to search a file in some specified directory. The result i am expecting is whether the file exists in that particular directory or not. Example: if i give search "c:\x.bin", the result should say whether file exists or not.
|
| determining system time | 21 Jun 2007 13:06 GMT | 2 |
I want to determine the system time and display it in a text box. I am using Time() function for this. Time() function returns time in " hh:min:sec" format. I need the result only in "hh:mm" format. Is any other function available
|
| determining size of data | 21 Jun 2007 11:27 GMT | 4 |
I have a type as follows public type Employee intEmpId as long sEmpName as string
|
| convert Hex to Byte | 18 Jun 2007 07:44 GMT | 14 |
Hi, I'm new in VB6 Anybody knows how to convert Hex to Byte?? Thank you
|
| ServiceController Example Needed in VB 2005 | 03 Jun 2007 17:34 GMT | 1 |
Hello all. I am relearning my VB and was trying to write a program to stop and start one specific service. I have been all over the place looking for code samples but they all
|