[Message Deleted]
neha agarwal27
Posts
-
[Message Deleted] -
[Message Deleted][Message Deleted]
-
[Message Deleted][Message Deleted]
-
[Message Deleted][Message Deleted]
-
GetLastError() :- 1814How can i remove this error??
-
GetLastError() :- 1814hi all, I am using FindResource api for getting Handle of a resource. but i am getting null in the handle and GetLastError is returning 1814... Can anybody tell me what might be the error.... thanks in advance
-
Basic concept of making a extractori have seen innosetup but i want a concept based on coding(Practically how an i implement it). I have seen a project that have used resource.....
-
Basic concept of making a extractorActually i want to make a single .exe of various file (like .exe,.txt,.dll)it can be using any extension, and when i click on that exe it should extract all the files back to a location....
-
Basic concept of making a extractorHi all, i want to make a extractor, but actually not getting the concept how to make it...... i have seen various codes on codeproject and code guru, but i don't want code i want concept of extractor..... can anybody help me in this.... Thanks in advance...
-
values of language,computer name and user nameHi all, i want to find out values of language,computer name and user name through coding.... I am unable to find it in registry. How could i find them Thanks in advance
-
deleting folder containting filesBut i want to do it through coding...
-
deleting folder containting filesHi all, I have a folder and in that i have some files, i want to delete that folder with files and for doing so i am using RemoveDirectory api.... but it is not deleting my folder... How can i do it???? Thanks in advance
-
Passing parameter through ShellExecutesorry i posted wrong code
CString CurrentPath = _T("C:\\test.exe");
CString para = _T("c:\\test.ini");
ShellExecute(NULL,_T("open"),CurrentPath,para ,NULL,SW_SHOW);what i want is i want to access para value in my test.exe code
-
Passing parameter through ShellExecuteHi all, I want to pass a CString parameter through ShellExecute() api to my exe.. I am doing this using this code:-
CString CurrentPath = _T("C:\\test\\test.ini");
ShellExecute(NULL,_T("open"),CurrentPath,NULL,NULL,SW_SHOW);My problem is i don't know how to access this parameter in my exe. Can anybody tell me how to do so?? Thanks in advance
-
files present in folderHi all, I want to find files which are present in a particular folder. how can i do it??? Thanks in advance
-
Dialog bo shouldn't show up..Hi all, I want to make a application in which when i click on my exe some files get copied to a specified path and after coping those file one of those files get executed. But i don't want any dialog box to be displayed or anything else to be displayed.... How an i do this??? Thanks in advance
-
Changing text of a static control as BOLDI am unable to get which type of variable is myFont
-
Changing text of a static control as BOLDHi all, I have made a static text box in my application. i want to make the text of that static dialog box as BOLD. I dont want to change the font just want to make it as bold.... How could i do so.... Thanks in advance
-
Vertical scroll bar in a list controlHi all, I have made a simple dialog box application, in that i have made a list control. In that list control items are being displayed one by one. My problem is as the number of items increases my list control shows a horizontal scroll bar. But i want that instead of horizontal scroll bar a vertical scroll bar should be displayed. How to do it... Thanks in advance
-
displaying result all at once...Hi all, In my application i am deleting files and want to display it in a list control as soon as i delete that file... my problem is that it is displayed after all the files are deleted not one by one..... How to resolve it.... Thanks in advance