Summary: Well this seems to me to be a silly question to ask and I didn't realize it would be so hard to find an answer to. How can I declare global arrays in ...
Summary: I'm also trying to perform this action: For SearchNo = 0 To 10000 If FileInfo(SearchNo) = "" Then FileInfo(SearchNo) = TotalFileToMove Reference = S...
Summary: I'm having an issue every now and then with the first script failing. Without seeing the script and without an error message, we can't help. I'm using...
Summary: Thanks for the replies. I will be sure to check out that program. To the poster who suggested I use #define, I don't think I'm comfortable with that y...
Summary: I'm using visual c++ 6 (as part of visual studio 6), and this morning it was all working fine. I added another line of code in to my program then tri...
Summary: Here's my dilemma of the day. I'm writing a batch program built around 7za.exe to xcopy files to a destination then zip the directories, replacing t...
Summary: Hi, this is my first post here, so please be understanding and forgiving if I screw up and break some rule or something. I'm having trouble figuring o...
Summary: OK...first of all, I'm running Visual C# .NET 2003 on a Windows 2000 virtual machine with Virtual PC... Now...the problem is that, every single one pr...
Summary: I've got an unfortunate problem. I'm using Visual C++ Introductory Edition (provided in the class book). Suddenly today, when I press compile (or link...
Summary: I got a baaaad driver problem. My voodoo3 is running under winXP The Voodoo3 drivers proivided with XP should work properly, but they don't. Now I'm u...
Summary: When I'm using the class of Regex in Visual Basic 8, the code editor says the Regex is undeclared identifier. Do I need to re-install my visual stud...
Summary: I'm using Borland TurboC++ 3.0 con WinXP and can't use sleep(int milsec) from dos.h i think it must be about hardware rights on XP, but i need a delay...
Summary: I'm making a MFC app, my question is, how can i make the program execute without needing the standard MFC DLL's. If i need to change anything in my c...
Summary: Alright, I feel stupid. I'm using Visual C++ 6 for the first time in a while and just created a quick MFC dialog based app. Now my problem is that I'...
Summary: I've recently installed a java decompiler in my computer and try to see what it is. I don't know if it has changed the file type of the files.After I'...
Summary: I'm writting a form in outlook and use such code : Dim App,U2,Dep Set App = Application.GetNameSpace("MAPI") Set U2 = App.CurrentUser Dep = U2.Fields....
Summary: I'd like a way to find the current path the program is in when it's run. Like %cd% in batch except I'm using visual basic. I want this because when I ...
Summary: I'm using Visual studio 6.o and working on a MFC Program.In order to make it run faster,I select Project-Setting-C/c++-optimizations:Maximized Speed,B...
Summary: My name Is Michael i'm writing you with the hope that you'll be so kind to give me some advice or just to direct me to the place that someone can help...
Summary: server: apache - php - redhat hello, how can that my script can't do any session at some people? these people claims that they use standard IE6 HTTP_U...
Summary: Hi I have been working on a simple decoding program. The basic presumption is that you take an encoded file and the scheme for this encoding is that e...
Summary: I'm using visual c++ express 2005 and working my way through the book-Object Oriented Programming in c++, and every time I have to include the <iom...
Summary: Hey guys, this is quite an easy and obvious question, but I couldn't find the answer in my textbooks or online. Here's a problem: I have a class A, a ...
Summary: When create a program using batch mode, my program can't read the input text file after I have created. Instead after successful compilation the progr...