thats a huge task man. just go to rentacoder or odesk
aldo hexosa
Posts
-
Hotel reservation system with C# -
What's the best PDF to HTML program?try somepdf.com
-
View PDF file in winformDoes anyone know how to view PDF file in winform? thanks
-
How to replace the value of Img src [modified]Could you give me some example to do this using regular expression? thanks
-
How to replace the value of Img src [modified]I want to replace the value of src attribute of html source code. for example the html source code is
and i want to replace the folder path ("script" or anything) to C:\myfolder\ How to replace this Thanks in advance modified on Monday, February 9, 2009 11:33 PM
-
dissassemblerDoes anyone know how to dissassembler pe file? i need some example. :(( please help me
-
wav filedoes anyone know how to take a sample signal from a wav file? thank you
-
regular expressionit doesnt work
-
regular expression -
cdfsdoes anyone know how to convert FAT to CDFS? give me some source code please
-
regex -
fstream + vectorif i try to include fstream.h and vector.h like this #include #include some error occured, what should i do?
-
set width of button in VC++how to set width and height of button in VC++?
-
Check Files in usedmay be: HANDLE hFile = CreateFile("test.txt",GENERIC_WRITE,FILE_SHARE_READ,NULL,OPEN_EXISTING,FILE_ATTRIBUTE_NORMAL ,NULL); if(hFile == INVALID_HANDLE_VALUE){ if(GetLastError() == 5 || GetLastError() == 4) { //this file is being used } }else { CloseHandle(hFile); }
-
how to clear view in SDI formdoes anyone know how to clear view in SDI form ? thanx alot