Click here to Skip to main content
15,914,370 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: fatal error c1189 Pin
Tomasz Sowinski4-Jul-01 5:12
Tomasz Sowinski4-Jul-01 5:12 
Questionhow to get access to the previous document in MDI Pin
mr20034-Jul-01 2:14
mr20034-Jul-01 2:14 
AnswerRe: how to get access to the previous document in MDI Pin
l a u r e n4-Jul-01 11:13
l a u r e n4-Jul-01 11:13 
Generaltwo string tables Pin
Maham Gilani4-Jul-01 2:00
Maham Gilani4-Jul-01 2:00 
GeneralRe: two string tables Pin
Tomasz Sowinski4-Jul-01 2:11
Tomasz Sowinski4-Jul-01 2:11 
GeneralRe: two string tables Pin
Maham Gilani4-Jul-01 2:17
Maham Gilani4-Jul-01 2:17 
GeneralRe: two string tables Pin
Tomasz Sowinski4-Jul-01 4:34
Tomasz Sowinski4-Jul-01 4:34 
GeneralRe: two string tables Pin
Erik Funkenbusch4-Jul-01 9:28
Erik Funkenbusch4-Jul-01 9:28 
There are two ways to do this, which way you choose depends on your needs.

1) If you are NT/2000/XP only, then you can simply change the language identifier in VC6 and type a new string. Then, in your app you use SetLocaleID (or something similar, don't have the exact call here) to change which Locale will be the default.

2) If you need to support Win95/98/ME, create seperate resource DLL's for each language and then load the right DLL at runtime. If you're using MFC, you can call AfxSetResourceModule() or something similar (Again, don't have my docs handy) to point to it. If you're not using MFC, then you'll need to specify the DLL's handle when getting the string.


GeneralCHttpFile::ReadString Pin
Winston,Dang3-Jul-01 23:43
Winston,Dang3-Jul-01 23:43 
GeneralRe: CHttpFile::ReadString Pin
Anders Molin4-Jul-01 2:02
professionalAnders Molin4-Jul-01 2:02 
GeneralRe: CHttpFile::ReadString Pin
Winston,Dang4-Jul-01 16:04
Winston,Dang4-Jul-01 16:04 
GeneralRe: CHttpFile::ReadString Pin
Winston,Dang5-Jul-01 23:29
Winston,Dang5-Jul-01 23:29 
Generalsmart pointer Pin
Gérald Mercet3-Jul-01 23:39
Gérald Mercet3-Jul-01 23:39 
GeneralRe: smart pointer Pin
Tomasz Sowinski4-Jul-01 0:05
Tomasz Sowinski4-Jul-01 0:05 
GeneralRe: smart pointer Pin
Erik Thompson4-Jul-01 7:36
sitebuilderErik Thompson4-Jul-01 7:36 
GeneralGrid and Databases in VC. Pin
Daniel Visan3-Jul-01 23:13
Daniel Visan3-Jul-01 23:13 
GeneralRe: Grid and Databases in VC. Pin
4-Jul-01 1:33
suss4-Jul-01 1:33 
GeneralProblem with throwing class objects Pin
Malcolm McMahon3-Jul-01 22:47
Malcolm McMahon3-Jul-01 22:47 
GeneralRe: Problem with throwing class objects Pin
Tomasz Sowinski3-Jul-01 23:54
Tomasz Sowinski3-Jul-01 23:54 
GeneralRe: Problem with throwing class objects Pin
Malcolm McMahon4-Jul-01 0:18
Malcolm McMahon4-Jul-01 0:18 
GeneralRe: Problem with throwing class objects Pin
Tomasz Sowinski4-Jul-01 0:35
Tomasz Sowinski4-Jul-01 0:35 
GeneralTHE STRANGEST WM_TIMER ISSUE (only for gurus) Pin
Daniel Visan3-Jul-01 22:41
Daniel Visan3-Jul-01 22:41 
GeneralRe: THE STRANGEST WM_TIMER ISSUE (only for gurus) Pin
Tomasz Sowinski4-Jul-01 0:17
Tomasz Sowinski4-Jul-01 0:17 
GeneralRe: THE STRANGEST WM_TIMER ISSUE (only for gurus) Pin
Daniel Visan4-Jul-01 1:31
Daniel Visan4-Jul-01 1:31 
GeneralRe: THE STRANGEST WM_TIMER ISSUE (only for gurus) Pin
Tomasz Sowinski4-Jul-01 1:51
Tomasz Sowinski4-Jul-01 1:51 

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.