Summary: hi, i have found codes which makes a date in mmddyy format here it is : for /f "tokens=2,3,4 delims=/ " %%i in ('date /t') do ( set my_month=%%i set /...
Summary: Here is an email in response to my suggestion that a seperate web design/web programming forum be created. This reply is from Justin Weber, Owner/Webm...
Summary: Iam facing a problem regarding to store my data in the database.Iam using Visual basic 6 as frunt end & back end Oracle8. The problem is that i hav...
Summary: hi all, i have made a batch file which is working perfectly now.. but i don't know how to set ERROR CONTROL in this batch file can any one suggest me ...
Summary: I have batch file that compares a file in one folder(SourceFiles Folder) with a file in another folder (ArchiveFiles folder) and if they are different...
Summary: I don't know which currency you want to use yet but I'll show you how it could work for British (UK) bank notes and coins. England has the following n...
Summary: Interesting test, but why is the text not put in the registry, as MSDN documentation suggests?. In my case, the XP version does not write to win.INI b...
Summary: Thanks micah. I don't care what Don, Dr. Nick, gpp, SCI-GUY, tech-fred, anonproxy, and the rest say about you, I think you're straight. Dimitri - No ...
Summary: Hi, I am having a visual Basic .Net Standard Edition. I want to upgrade some projects that i have created in Old version of Visual Basic (Visual Basic...
Summary: Could someone check this page in IE and Netscape and help me figure out why the virus info does not show in netscape? In Netscape 6.2 I see the actua...
Summary: Saddam: It is obvious that you have not been in this forum very long. Otherwise, you will realize that myself and about eight others are the main ones...
Summary: client running windows me our accounting software tends to lock up the system is there a way to check for memory leaks to show the coders so that they...
Summary: $ cat journal # journal: add journalentries to the file # $HOME/journal-file file=”$name” n >> $file date >> $file echo “Enter name of person or...
Summary: i go to start click on setting then to control panel then some ine told me that go to sound and audio devices then it was unchecked on place my taskb...
Summary: long post here: here's the info for the game: "We play with a deck of cards numbered from one to six which is divided into four suits. First, I deal t...
Summary: Please clarify. Are you saying that the autoexec.bat is empty or that the filename does not show in your folder listing. Is windows set to hide hidd...
Summary: Sulfurik, Great to hear that that little piece of code helped you out. I think it'd be really cool though if you went on and developed the same thin...
Summary: The culprit: oRs.Fields("FileData").AppendChunk = oFile.BinaryData & ChrB(0) The Error: Operation is not allowed in this context. The Cause: If the ad...
Summary: In textbox one and two's text_change functiion, just call the textbox3's getfocus routine. Be sure to check to see if the value has changed to a non ...
Summary: Does any one have Rational Rose Enterprise 2000 key ? such a shame to ask this question but i need to use it and cannot afford to buy it..and my boss ...
Summary: Hello, You should know that THE EXPRESSQUANTUMGRID is a very good component in datacontrolling in Delphi. But the price of this component is so high...
Summary: Get rid of the ZeroMemory line. It's not necessary in this case and ZeroMemory is not a standard C++ function. It must be specific to Sohaib's compi...
Summary: What type of strings are you using? There are two types: a character string and an STL string. First, the character string. If you have const char*...