Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Community » Newbie corner » Maybe stupid qustions for UPP developers...
Re: Maybe stupid qustions for UPP developers... [message #29204 is a reply to message #29200] Sun, 10 October 2010 14:41 Go to previous messageGo to previous message
andrei_natanael is currently offline  andrei_natanael
Messages: 262
Registered: January 2009
Experienced Member
Hello,

1. Try the following code:
#include <windows.h>

int CALLBACK WinMain(HINSTANCE hI, HINSTANCE hP, LPSTR lC, int nC)
{
    MessageBox(HWND_DESKTOP, "Switched to value 0", "Switch", MB_OK | MB_ICONINFORMATION);
    return 0;
}
// hopefully correct, not tested

Observe the window. If same happen, then it's a Windows issue, not U++.

2. There is FileSel for file selection which is same on all platforms and FileSelector which is native for Windows and in Linux/Unix is a typedef for FileSel.

Andrei
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: A trouble with "select" from Oracle DB
Next Topic: Ptr_Pte and C++ auto_ptr
Goto Forum:
  


Current Time: Sat Jul 19 12:16:28 CEST 2025

Total time taken to generate the page: 0.03830 seconds