Click here to Skip to main content
15,903,203 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to create directories using visual c++ Pin
Anonymous13-Nov-02 17:11
Anonymous13-Nov-02 17:11 
AnswerRe: How to create directories using visual c++ Pin
Chris Richardson13-Nov-02 18:02
Chris Richardson13-Nov-02 18:02 
GeneralRe: How to create directories using visual c++ Pin
Anonymous14-Nov-02 2:25
Anonymous14-Nov-02 2:25 
AnswerRe: How to create directories using visual c++ Pin
Dave Bryant13-Nov-02 18:08
Dave Bryant13-Nov-02 18:08 
AnswerRe: How to create directories using visual c++ Pin
Michael Dunn13-Nov-02 18:35
sitebuilderMichael Dunn13-Nov-02 18:35 
Questionservice? Pin
imran_rafique13-Nov-02 16:48
imran_rafique13-Nov-02 16:48 
AnswerRe: service? Pin
Stephane Rodriguez.13-Nov-02 18:59
Stephane Rodriguez.13-Nov-02 18:59 
GeneralRe: service? Pin
imran_rafique14-Nov-02 16:28
imran_rafique14-Nov-02 16:28 
first of let me say that
i am very sorry for that.
a bundle of thanks for your previous help .

yes you told me the win32 api i know that.

[DllImport("advapi32.dll", CharSet=CharSet.Auto)]
public extern static IntPtr CreateService(IntPtr databaseHandle, string serviceName, string displayName, int access, int serviceType, int startType, int errorControl, string binaryPath, string loadOrderGroup, IntPtr pTagId, string dependencies, string servicesStartName, string password);


MY service has been created in csharp may i have to
re-create it in vc++ to do this ?
or it is possible with the existing service?
i am very much confused about this win32 api?
there are a number of perameters although i study the msdn?
but i am confused where i have to call it in my code existing code or i have to creat it again in vc++?

r00d0034@yahoo.com
GeneralScripting within an application Pin
vijayaramaraju13-Nov-02 16:12
vijayaramaraju13-Nov-02 16:12 
GeneralRe: Scripting within an application Pin
Christian Graus13-Nov-02 16:16
protectorChristian Graus13-Nov-02 16:16 
GeneralRe: Scripting within an application Pin
vijayaramaraju14-Nov-02 16:05
vijayaramaraju14-Nov-02 16:05 
Questionhow to convert valied strings into int? Pin
imran_rafique13-Nov-02 15:16
imran_rafique13-Nov-02 15:16 
AnswerRe: how to convert valied strings into int? Pin
Christian Graus13-Nov-02 15:27
protectorChristian Graus13-Nov-02 15:27 
GeneralRe: how to convert valied strings into int? Pin
imran_rafique13-Nov-02 16:02
imran_rafique13-Nov-02 16:02 
GeneralRe: how to convert valied strings into int? Pin
Christian Graus13-Nov-02 16:05
protectorChristian Graus13-Nov-02 16:05 
AnswerRe: how to convert valied strings into int? Pin
wabc13-Nov-02 15:46
wabc13-Nov-02 15:46 
Generalascii coded hex ! Pin
peter ho13-Nov-02 13:28
peter ho13-Nov-02 13:28 
GeneralRe: ascii coded hex ! Pin
Chris Losinger13-Nov-02 13:37
professionalChris Losinger13-Nov-02 13:37 
GeneralCTabCtrl problems Pin
Anonymous13-Nov-02 13:28
Anonymous13-Nov-02 13:28 
Generaltime&date formatting Pin
mariuszpopiolek13-Nov-02 12:42
mariuszpopiolek13-Nov-02 12:42 
GeneralRe: time&date formatting Pin
dabs13-Nov-02 13:03
dabs13-Nov-02 13:03 
GeneralError using GetOpenFileName in debug version, and not in release Pin
Mario M13-Nov-02 12:04
Mario M13-Nov-02 12:04 
GeneralRe: Error using GetOpenFileName in debug version, and not in release- Solution Pin
Mario M13-Nov-02 17:40
Mario M13-Nov-02 17:40 
GeneralSubclassing.......heh heh heh Pin
nebbish13-Nov-02 11:58
nebbish13-Nov-02 11:58 
GeneralRe: Subclassing.......heh heh heh Pin
Joaquín M López Muñoz13-Nov-02 12:23
Joaquín M López Muñoz13-Nov-02 12:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.