| Thread | Last Post | Replies |
|
| Dear Rick, Ken, and other super-gurus, regional date settings revisited | 14 Dec 2005 20:51 GMT | 7 |
I've got a rather unusual situation with my code. I've googled changing regional date settings and noticed a few threads in which Rick and Ken responded along with others. I totally agree that changing the regional settings is a bad idea, so I'm hoping that somebody can tell me ...
|
| The United States of India | 14 Dec 2005 19:44 GMT | 39 |
Between Cisco, Intel, and now Microsoft, India will get injected with at least $3.8 billion. http://ct.zdnet.com/clicks?c=895214-3512293&brand=zdnet&ds=5&fs=0
|
| Help with TerminateProcess! Please! | 14 Dec 2005 18:51 GMT | 3 |
Hi. I'm really no good at using the API stuff but i open a number of processes from my applications using ShellExecute and now I want to close them from the application. From searching I have come across TerminateProcess but I'm really not sure
|
| variable in string... | 14 Dec 2005 18:18 GMT | 2 |
hi... i'm a super newbie in this... but i'd really appreciate it if anyone could help me here... i'm trying to write a simple macro for excel, which goes something like this...
|
| How to update a label (toolbox) value via radio button in a MSWord doc | 14 Dec 2005 17:19 GMT | 1 |
I want to update the value (caption) of a label box acting on a series of radio buttons interted in a Word document. I've used the following procedure: Private Sub OptionButton4_Click()
|
| How to detect if an ActiveX is registered ? | 14 Dec 2005 17:15 GMT | 3 |
The question is in the subject ;O) "How to detect if an ActiveX component (not a DLL) is registered on a local machine ?" I sought the solution with Google, but any result.
|
| How to declare a pubic integer in module? | 14 Dec 2005 16:07 GMT | 10 |
I try this line in module: pubic totalbyte as Integer but it can't pass compliler.... could you please advice ?
|
| Dir$ - differentiate folder and zip files | 14 Dec 2005 15:20 GMT | 2 |
I've a little app which invokes l_sFolder = Dir$(m_sPath, vbDirectory) I'm finding that it is returning, certainly on XP, zip files as well as folders.
|
| SFTP | 14 Dec 2005 14:35 GMT | 3 |
I use the wininet API to FTP files. InternetOpen InternetConnect FtpGetFile
|
| Buffer = MSComm1.Input ( Buffer will be ReDim, right? ) | 14 Dec 2005 12:10 GMT | 2 |
If I assign: --------------------------------- Dim buffer() as byte ...
|
| Remote drives | 14 Dec 2005 09:39 GMT | 3 |
Is it true that all logical drives are merely mappings to the root of the drive? For example, I can use the GetFreeDisklSpace API to return SectorsPerCluster, BytesPerSector, FreeClusters, and TotalClusters for both
|
| Visual Basic Library Calls | 14 Dec 2005 09:30 GMT | 2 |
I'm trying to write a few quicktime scripts. I'm having trouble getting to all the routines that I think I should be. I drill to the call I want with the object explorer then when I use the fully qualified name it dosent find it. It appears that I'm able to access all the calls ...
|
| MScomm control send problem. | 14 Dec 2005 07:36 GMT | 4 |
These code can't work. Could you please advice ? Why can't I send a single byte by: ''''''''''''''''''''''''''''''''''''''''' dim a as byte
|
| VB Source code in 98 vs. XP | 14 Dec 2005 06:49 GMT | 62 |
My problem is with Source code it self and not in installation. I developed an application using VB6 on windows XP machine. Later I installed SP6 for VB6. The Application is running fine. But now I want to open the Porject on the machine having Windows 98. And
|
| script to create uniform odbc dsn | 14 Dec 2005 06:05 GMT | 4 |
I need to set up a list of odbc connections to a back end database server for a group of colleagues. I would like to write a short script where they can run it themselves and set them up. Can you share some thoughts and code? Thanks in advance.
|