Click here to Skip to main content
15,909,445 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalencryption algorithm using cstring Pin
Francis K Antony6-Feb-08 21:42
Francis K Antony6-Feb-08 21:42 
GeneralRe: encryption algorithm using cstring [modified] Pin
Iain Clarke, Warrior Programmer6-Feb-08 22:50
Iain Clarke, Warrior Programmer6-Feb-08 22:50 
JokeRe: encryption algorithm using cstring Pin
kakan7-Feb-08 0:16
professionalkakan7-Feb-08 0:16 
JokeRe: encryption algorithm using cstring Pin
David Crow7-Feb-08 2:39
David Crow7-Feb-08 2:39 
GeneralRe: encryption algorithm using cstring Pin
David Crow7-Feb-08 2:38
David Crow7-Feb-08 2:38 
GeneralRequire help on self extracting .exe and cab file Pin
H4u326-Feb-08 21:26
H4u326-Feb-08 21:26 
GeneralRe: Require help on self extracting .exe and cab file Pin
Iain Clarke, Warrior Programmer6-Feb-08 23:00
Iain Clarke, Warrior Programmer6-Feb-08 23:00 
GeneralRe: Require help on self extracting .exe and cab file Pin
H4u327-Feb-08 0:10
H4u327-Feb-08 0:10 
I want to download exe and run that exe from decided/desired default directory(C:\Windows). But i am not able to download it. I also require WSOCK.dll for my EXE. I am attaching my INF file code snippet to make things clear. I hope that from this code snippet you will be able to understand and help me out.

[version]
signature="$CHICAGO$"
AdvancedINF=2.0
[Add.Code]
CaptureActivex.ocx = CaptureActivex.ocx // My OCX
msvcrt.dll=msvcrt.dll
mfc80.dll=mfc80.dll
olepro32.dll=olepro32.dll
[CaptureActivex.ocx]
file-win32-x86=thiscab
clsid={C3525B97-002E-4062-8CBE-2A3B06FD39FE}
FileVersion=1,0,0,1
RegisterServer=yes
[msvcrt.dll]
FileVersion=7,0,3790,3959
hook=mfc80installer
[mfc80.dll]
FileVersion=8,0,50727,762
hook=mfc80installer
[olepro32.dll]
FileVersion=5,2,3790,3959
hook=mfc80installer
[mfc80installer]
file-win32-x86=http://activex.microsoft.com/controls/vc/mfc42.cab
run=%EXTRACT_DIR%\mfc42.exe

Thanks & Regards,
Hemang
GeneralRe: Require help on self extracting .exe and cab file Pin
Waldermort7-Feb-08 1:18
Waldermort7-Feb-08 1:18 
GeneralRe: Require help on self extracting .exe and cab file Pin
H4u327-Feb-08 1:36
H4u327-Feb-08 1:36 
QuestionRe: Require help on self extracting .exe and cab file Pin
David Crow7-Feb-08 2:42
David Crow7-Feb-08 2:42 
GeneralQuestion about MFC dialog - and pointers to them .... Pin
Yanshof6-Feb-08 20:58
Yanshof6-Feb-08 20:58 
GeneralRe: Question about MFC dialog - and pointers to them .... Pin
Iain Clarke, Warrior Programmer6-Feb-08 23:04
Iain Clarke, Warrior Programmer6-Feb-08 23:04 
GeneralRe: Question about MFC dialog - and pointers to them .... Pin
Hamid_RT10-Feb-08 21:54
Hamid_RT10-Feb-08 21:54 
GeneralRe: Question about MFC dialog - and pointers to them .... Pin
Yanshof10-Feb-08 22:08
Yanshof10-Feb-08 22:08 
GeneralRe: Question about MFC dialog - and pointers to them .... Pin
Hamid_RT11-Feb-08 3:35
Hamid_RT11-Feb-08 3:35 
QuestionHow to call IE proxy setting dialog box from .net application Pin
Bala.A6-Feb-08 20:38
Bala.A6-Feb-08 20:38 
AnswerRe: How to call IE proxy setting dialog box from .net application Pin
Iain Clarke, Warrior Programmer6-Feb-08 23:05
Iain Clarke, Warrior Programmer6-Feb-08 23:05 
GeneralDLL function by ordinal v.s. by name Pin
George_George6-Feb-08 20:34
George_George6-Feb-08 20:34 
GeneralRe: DLL function by ordinal v.s. by name Pin
CPallini6-Feb-08 21:04
mveCPallini6-Feb-08 21:04 
GeneralRe: DLL function by ordinal v.s. by name Pin
George_George7-Feb-08 3:30
George_George7-Feb-08 3:30 
GeneralRe: DLL function by ordinal v.s. by name Pin
CPallini7-Feb-08 3:58
mveCPallini7-Feb-08 3:58 
GeneralRe: DLL function by ordinal v.s. by name Pin
George_George7-Feb-08 4:10
George_George7-Feb-08 4:10 
GeneralRe: DLL function by ordinal v.s. by name Pin
jhwurmbach7-Feb-08 4:49
jhwurmbach7-Feb-08 4:49 
GeneralRe: DLL function by ordinal v.s. by name Pin
George_George7-Feb-08 20:37
George_George7-Feb-08 20:37 

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.