Click here to Skip to main content
15,897,226 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Which is faster... Pin
Tom Archer20-May-05 16:54
Tom Archer20-May-05 16:54 
GeneralUncaught Exceptions Pin
shawnf2220-May-05 12:23
shawnf2220-May-05 12:23 
GeneralRe: Uncaught Exceptions Pin
Kevin McFarlane20-May-05 12:59
Kevin McFarlane20-May-05 12:59 
GeneralRe: Uncaught Exceptions Pin
liquid_20-May-05 21:24
liquid_20-May-05 21:24 
GeneralRe: Uncaught Exceptions Pin
Tim Smith22-May-05 3:58
Tim Smith22-May-05 3:58 
GeneralRe: Uncaught Exceptions Pin
S. Senthil Kumar21-May-05 0:40
S. Senthil Kumar21-May-05 0:40 
QuestionHow to Add Data to a dataset and write to an xml file Pin
Mikan2320-May-05 11:02
Mikan2320-May-05 11:02 
Generaldll problem for mIRC.. Pin
da^hype20-May-05 10:56
da^hype20-May-05 10:56 
<br />
#pragma check_stack(off)<br />
#pragma comment(linker,"/OPT:NOWIN98")<br />
#include <windows.h><br />
#include <shellapi.h><br />
<br />
// general constants<br />
#define mFunc(x) int __stdcall x(HWND mWnd, HWND aWnd, char *data, char *parms, BOOL show, BOOL nopause)<br />
<br />
<br />
// checks if auto hide feature is enabled<br />
// Returns >0 if taskbar auto hide is on.<br />
//<br />
mFunc(IsTaskbarAutoHideOn)<br />
{<br />
  APPBARDATA ABData;<br />
  ABData.cbSize = sizeof(ABData);<br />
  return<br />
    SHAppBarMessage(ABM_GETSTATE, &ABData)<br />
    & ABS_AUTOHIDE;<br />
  wsprintf(data,"%d");<br />
  return 3;<br />
}<br />


any idea why this won't return a value to mIRC?
also what function do i use to enable or disable it? thanks

PS: i'm kind of a newb, so try and use simple english :p lol

"Don't fight with idiots, first they pull you down to their level, then they smash you with their experience"
GeneralChanging Display Options for Windows Taskbar Pin
wes21420-May-05 8:26
wes21420-May-05 8:26 
GeneralVS2005 - Disabling warning (project-wide) Pin
dandy7220-May-05 7:45
dandy7220-May-05 7:45 
GeneralRe: VS2005 - Disabling warning (project-wide) Pin
PJ Arends20-May-05 8:09
professionalPJ Arends20-May-05 8:09 
GeneralRe: VS2005 - Disabling warning (project-wide) Pin
dandy7220-May-05 8:35
dandy7220-May-05 8:35 
GeneralRe: VS2005 - Disabling warning (project-wide) Pin
David Crow20-May-05 8:35
David Crow20-May-05 8:35 
GeneralRe: VS2005 - Disabling warning (project-wide) Pin
Bob Stanneveld20-May-05 10:01
Bob Stanneveld20-May-05 10:01 
GeneralRe: VS2005 - Disabling warning (project-wide) Pin
dandy7220-May-05 10:17
dandy7220-May-05 10:17 
GeneralRunning Multiple Instances of a Static Library Pin
Islamax20-May-05 6:30
Islamax20-May-05 6:30 
GeneralRe: Running Multiple Instances of a Static Library Pin
Chris Losinger20-May-05 8:44
professionalChris Losinger20-May-05 8:44 
GeneralRe: Running Multiple Instances of a Static Library Pin
Islamax20-May-05 17:40
Islamax20-May-05 17:40 
GeneralRe: Running Multiple Instances of a Static Library Pin
doublebug21-May-05 1:43
doublebug21-May-05 1:43 
Questionhow to change font while printing in MFC Pin
Member 94878020-May-05 5:31
Member 94878020-May-05 5:31 
AnswerRe: how to change font while printing in MFC Pin
lynchspawn20-May-05 7:08
lynchspawn20-May-05 7:08 
GeneralRotation in VC++ Pin
manishnayyar20-May-05 5:00
manishnayyar20-May-05 5:00 
GeneralRe: Rotation in VC++ Pin
Christian Graus20-May-05 14:00
protectorChristian Graus20-May-05 14:00 
QuestionDuplicate a file? Pin
mcgahanfl20-May-05 4:36
mcgahanfl20-May-05 4:36 
AnswerRe: Duplicate a file? Pin
Tom Wright20-May-05 4:52
Tom Wright20-May-05 4:52 

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.