I want some help to convert an int (number) into an string
for example I have the int 65 an after i convert it i want to get the string A
and if I have int 75 an after i convert it i wan...
Hi,
Is there any way to extract files out of a BIN file?
NeoTek
Would anyone have even the slightest idea what might be going wrong with the following code?
Sometimes it works fine, but most of the time I get a 'runtime 1004: application-defined or object...
Where would I find the serial keys for each of the following microsoft products in the registry :
Office 97
Office 2000
Office xp
Office 2003
Is it possible to create a bat file that when run, will shutdown or restart your computer. If so where would I find information on doing this?
I wrote a vbscript that I need to run (client side) everytime someone visits an intranet page. Basically the vbs creates an excel.application object writes some data to the spreadsheet and the...
is there any program to decompiler .dll files?
thanks a million
Hi everybody,
I want to send an email to multi users through my VB application.
I don't know if I can use a VB class for this case or I should download a smtp mail component.
I would be t...
I've tried using this MD5 encryter/decrypter: http://www.md5decrypter.com/ to decipher certain MD5 hashes like 62f75a320a5b1a0c61879a57dac58352=test.klwn.com but I have not been able to crack ...
I lost my visual basic source code file.But I have only exe file .so where can I find Vb6 Decompiler to restore the source code. Please any body help me
In some strange way i'm not able to use the vb left function in my application.
dim test as string = left("TEST",1)
Results in an error:
Public Property Left() As Integer' has no para...
Does anyone know if its possible to COPY one folder (with all its content) to another directory using CMD?
I don't want to use the MOVE function but i just need to make back up copy somewhe...
Hi I am trying to create a Dictionary that will allow a user to search and retreive values. I am very new to this so not sure what is the best way to approach. Could someone point in the corre...
I have been searching a lot online and nowhere can I find a VBA solution for Deleting Blank Cells found in a column, without deleting the entire row) and shifting cells up.
My Spreadsheet H...
I'm using a DOS batch file to call a VBscript file (among other things). I'm wondering how I would be able to pass a value, such as an errorlevel, back to the batch file once the VBscript has...
Hi,
I have a Dataset whose values i have to insert into another Sql Server table with 5 columns.
How do i insert these values? there maybe more than 1 row of data involved.
This is the ...
I have a CSV File of the format:
Header,01-01-2005,8-CG-3386-,Kelleher P/8-4758,,414-524-312,Linda.P.Grus@jci.com
Detail,180438,1,H03247,DATA TRAVELER 512MB USB 2.0 FULL SPEED
Distribution,...
My Windows app has a help file in PDF format.
How do I display this file when user clicks on Help command?
Thanks.
Help!
I am charged with investigating corporate computer usage by key executives within a company. One of these executives' laptops was examined using forensic software, and a particular fi...
I have an ini file that I would like to read using .net
I am creating a program that will work off the ini file. Can anyone show me how to program for it, or better yet if ini is not the wa...
Numega says SoftICE 4.05 is compatible with Windows XP.
I Installed SoftICE 4.05 on my Windows XP with SP2 and all available Updates.
Manual Start Option
When I run it on CMD by
NET STAR...
I want to have a function that I can call that will call another script or process and wait for it to finish before it completes. Help please.
I need a syntax to run a VBScript file(.vbs) from a batch file(.bat)
thanks
Anybody have a simple way to do the following:
- App that watches a particular folder.
- When a new file arrives in that folder, the app then makes a backup of that folder like fldrBACKU...
is there any decompiler that converd exe file into source file