Hi David, it is not a permission issue. Code is working both windows vista and windows 7. Also current code had been worked since one years on windows 8.1. This is not sense. We have checked latest windows updates, but we have nothing. :(.
zeki yugnak
Posts
-
Windows 8.1 Event log problem -
Windows 8.1 Event log problemI have been using Windows Event Log in order to catch events with a C++ Project on VS2008 for a couple of years. However, recently(means a couple of days), i cannot catch them on Windows 8.1. I have no problem with Windows 7 or Vista. Subscribe function "EvtSubscribeFn" returns success but callback does not work.
-
Windows 8.1 Event log problemI have been using Windows Event Log in order to catch events with a C++ Project on VS2008 for a couple of years. However, recently(means a couple of days), i cannot catch them on Windows 8.1. I have no problem with Windows 7 or Vista. Subscribe function "EvtSubscribeFn" returns success but callback does not work.
-
PowerPC based board...are there anyone who worked with PowerPC based boards like Matrox Odyssey?:confused: if there is, I want to ask a few question? Matrox boards; http://www.matrox.com/imaging/products/vision_processors.cfm[^]
-
PowerPC based board...are there anyone who worked with PowerPC based boards like Matrox Odyssey?:confused: if there is, I want to ask a few question? Matrox boards; http://www.matrox.com/imaging/products/vision_processors.cfm[^]
-
PowerPC based board...are there anyone who worked with PowerPC based boards like Matrox Odyssey?:confused: if there is, I want to ask a few question? Matrox boards; http://www.matrox.com/imaging/products/vision_processors.cfm[^]
-
How can I get a Text where mouse cursor is placed?thank you... I will try..
-
How can I get a Text where mouse cursor is placed?thank you very much...;P that code is working perfect
-
How can I get a Text where mouse cursor is placed?hi.. I want to make a Dictionary like babylon so I need to get Text by screen coordinate.But,I will not use OCR for bitmap or other picture. any ideas on how to do this? Thanks in advance.
-
OnkeyDown in dialoghi.. You can use like that..
BOOL CYourDlg::PreTranslateMessage(MSG* pMsg)
{
// TODO: Add your specialized code here and/or call the base class
if(pMsg->message==WM_KEYDOWN)
{
UINT nChar=(UINT)pMsg->wParam;
if(nChar==VK_UP )
{
//What you want to do......
}
}
return CDialog::PreTranslateMessage(pMsg);
}good luck....:)
-
MessageBox in MFChi... can you write your's code here?
-
string to inthi.. you can do it,like this;
CSting str;
str="5132";
int i=atoi(str);//i=5132Good Work...
-
CStatusBar problemhi.. firstly you should define indicators names,like that.
static UINT indicators[] ={ID_SEPARATOR};
then you must add "ID_SEPARATOR" to string table on your project.Lastly You must write this code in OnCreate.
m_wndStatusBar.Create(this);
m_wndStatusBar.SetIndicators(indicators,sizeof(indicators)/sizeof(UINT));it is not enough what you had only created for that. Good Work.
-
Color of a pixel set by coordinateshi.. if you know that coordinate's of pixel,you can use this function.
COLORREF GetPixel(
int x,
int y
)like this..
COLORREF color;
color=GetPixel(10,10);
int red=GetRValue(color);
int blue=GetBValue(color);
int green=GetGValue(color);Good Work...
-
MFC picture controlhi... you can use like that;
CStatic my_Static=(CStatic*)GetDlgItem(IDC_STATIC...);
myStatic.SetBitmap( ::LoadBitmap(NULL, MAKEINTRESOURCE(.....)) );Good Work....:)
-
requirements??as a new programmer i need to know about different sector types and their requirements like military software, medical software..etc. thank you...
-
Change wallpaper & Active Desktop ?soryy... I maked error.link did not work.. http://www.codeproject.com/tools/wallpaperq.asp?target=change%7Cdesktop%7Cwallpaper
-
Change wallpaper & Active Desktop ?hi. you can look this example. http://www.codeproject.com/tools/wallpaperq.asp?target=change|desktop|wallpaper good work!!;)
-
any suggestion?Hi, I'm studying C++, VC++, COM. I would like to know real world examples of various assignments programmers have worked on.:confused: For example, what the application did what role did they play. The examples would be using these kinds of technologies. If any programmers could provide some insight into their "real world VC++, MFC, COM experiences it would be very helpful. Any one who has worked on large scale apps, developing controls, database interfaces, or anything else they have done using these technologines, who can lend some insight into how they real world of programming is.
-
[Message Deleted][Message Deleted]