Click here to Skip to main content
15,917,608 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralConvert a char* to a variant_t Pin
Paul Farry13-Apr-03 17:10
professionalPaul Farry13-Apr-03 17:10 
GeneralRe: Convert a char* to a variant_t Pin
Brian Shifrin13-Apr-03 17:46
Brian Shifrin13-Apr-03 17:46 
GeneralRe: Convert a char* to a variant_t Pin
Paul Farry13-Apr-03 19:25
professionalPaul Farry13-Apr-03 19:25 
Generaltemplate (ANSI compliance) question Pin
Anonymous13-Apr-03 15:18
Anonymous13-Apr-03 15:18 
GeneralRe: template (ANSI compliance) question Pin
Dave Bryant13-Apr-03 17:28
Dave Bryant13-Apr-03 17:28 
GeneralRe: template (ANSI compliance) question Pin
Joaquín M López Muñoz13-Apr-03 20:46
Joaquín M López Muñoz13-Apr-03 20:46 
Generalocx Pin
Shotgun13-Apr-03 11:35
Shotgun13-Apr-03 11:35 
GeneralIE Toolbar Problem Pin
DuFF13-Apr-03 10:41
DuFF13-Apr-03 10:41 
I made an IE toolbar but there is just one problem. It works perfectly on my system (Win98) when I compile it. The problem is when someone else tries to install. So far its only been tried on WinXP, not sure if that is the reason. What happens is that they can see the large Toolbar button at the top of IE but not the toolbar. Nothing happens when they click the large toolbar button and the toolbar does not show up under the toolbar menu. Why is this happening??

There is one thing that I changed that my be causing this, the top section of my Toolbar.rgs. I changed both the CLSID's and ForceRemove, could this be the problem? Right now it looks like this:
<br />
HKCR<br />
{<br />
KControl.ControlBar.1 = s 'K-Control'<br />
{<br />
CLSID = s '{E0DD6CAB-2D10-11D2-8F1A-0000F87ABD16}'<br />
}<br />
KControl.ControlBar = s 'K-Control'<br />
{<br />
CLSID = s '{E0DD6CAB-2D10-11D2-8F1A-0000F87ABD16}'<br />
CurVer = s 'KControl.ControlBar.1'<br />
}<br />
NoRemove CLSID<br />
{<br />
ForceRemove {E0DD6CAB-2D10-11D2-8F1A-0000F87ABD16} = s 'K-Control'<br />
{<br />
ProgID = s 'KControl.ControlBar.1'<br />
VersionIndependentProgID = s 'KControl.ControlBar'<br />
ForceRemove 'Programmable'<br />
InprocServer32 = s '%MODULE%'<br />
{<br />
val ThreadingModel = s 'Apartment'<br />
}<br />
'TypeLib' = s '{BA246564-5224-4427-9595-CC18617AF491}'<br />
}<br />
}<br />
}<br />


If that is the problem than how can I fix it?? Please help, Thanks.
GeneralRe: IE Toolbar Problem Pin
xxhimanshu13-Apr-03 20:28
xxhimanshu13-Apr-03 20:28 
Generalsubclass a button fail :( Pin
_skidrow_vn_13-Apr-03 9:52
_skidrow_vn_13-Apr-03 9:52 
GeneralRe: subclass a button fail :( Pin
PJ Arends13-Apr-03 10:14
professionalPJ Arends13-Apr-03 10:14 
GeneralRe: subclass a button fail :( Pin
_skidrow_vn_13-Apr-03 10:38
_skidrow_vn_13-Apr-03 10:38 
GeneralCString and std::string Pin
tomc13-Apr-03 8:50
tomc13-Apr-03 8:50 
GeneralRe: CString and std::string Pin
Chris Losinger13-Apr-03 9:18
professionalChris Losinger13-Apr-03 9:18 
GeneralRe: CString and std::string Pin
Michael Dunn13-Apr-03 16:02
sitebuilderMichael Dunn13-Apr-03 16:02 
GeneralLinking OBJ files Pin
#realJSOP13-Apr-03 7:40
professional#realJSOP13-Apr-03 7:40 
GeneralRe: Linking OBJ files Pin
Chris Losinger13-Apr-03 9:20
professionalChris Losinger13-Apr-03 9:20 
GeneralRe: Linking OBJ files Pin
#realJSOP14-Apr-03 5:04
professional#realJSOP14-Apr-03 5:04 
GeneralRe: Linking OBJ files Pin
#realJSOP14-Apr-03 11:33
professional#realJSOP14-Apr-03 11:33 
GeneralGet Listbox from Combobox Pin
peterchen13-Apr-03 5:20
peterchen13-Apr-03 5:20 
Generalscreen saver project error Pin
karanba13-Apr-03 4:46
karanba13-Apr-03 4:46 
Generalkeep-alive mechanism Pin
Dudi Avramov13-Apr-03 3:53
Dudi Avramov13-Apr-03 3:53 
GeneralRe: keep-alive mechanism Pin
Brian Shifrin13-Apr-03 17:37
Brian Shifrin13-Apr-03 17:37 
GeneralRe: keep-alive mechanism Pin
Dudi Avramov13-Apr-03 19:47
Dudi Avramov13-Apr-03 19:47 
QuestionOnQueryEndSession - how to delay its imlementation with some seconds? Pin
julych13-Apr-03 3:50
julych13-Apr-03 3:50 

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.