Click here to Skip to main content
15,914,225 members
Home / Discussions / Mobile
   

Mobile

 
GeneralCoInitialize(NULL) Failing in Pocket PC! Pin
Dani10000118-Mar-04 16:07
Dani10000118-Mar-04 16:07 
GeneralLocalization Pin
Rassul Yunussov17-Mar-04 0:43
Rassul Yunussov17-Mar-04 0:43 
GeneralRe: Localization Pin
João Paulo Figueira17-Mar-04 4:25
professionalJoão Paulo Figueira17-Mar-04 4:25 
GeneralRe: Localization Pin
Rassul Yunussov17-Mar-04 22:54
Rassul Yunussov17-Mar-04 22:54 
QuestionHow To Read Data From Compact Flash GPS??? Pin
Rassul Yunussov17-Mar-04 0:01
Rassul Yunussov17-Mar-04 0:01 
GeneralDll or driver for ISA bus? Please help me! Pin
GuilhemMtp16-Mar-04 22:12
GuilhemMtp16-Mar-04 22:12 
GeneralInvoking a script from PPC 2002/PPC2003 application programmatically Pin
Anonymous16-Mar-04 18:51
Anonymous16-Mar-04 18:51 
GeneralTool Bars Problem Pin
Rassul Yunussov15-Mar-04 22:32
Rassul Yunussov15-Mar-04 22:32 
I've got some problem with it. I try to make 2 toolbars with rebars, and when i show them all - everything is OK, but when i try to hide one of them - another toolbar doesn't repaint it self fully (just buttons that it has), and doesnt get the full avaluable area.
Here how i make them:
if (!m_wndToolBar.CreateEx(this) ||
	    !m_wndToolBar.LoadToolBar(IDR_GPS_PANEL))
	{
		TRACE0("Failed to create toolbar\n");
		return -1;      // fail to create
	}
	if (!m_wndDBToolBar.CreateEx(this) ||
	    !m_wndDBToolBar.LoadToolBar(IDR_TOOLBAR_DBLAYER))
	{
		TRACE0("Failed to create toolbar\n");
		return -1;      // fail to create
	}

	if (!m_wndReBar.Create(this) ||
	   !m_wndReBar.AddBar(&m_wndDBToolBar) ||
	   !m_wndReBar.AddBar(&m_wndToolBar))
	{
		TRACE0("Failed to create rebar\n");
		return -1;      // fail to create
	}


And It Looks Like This:
||Button1(from first toolbar)|Button2(from first toolbar)||Button1(from second toolbar
When i hide the first toolbar i have this:
||Button 1(from second toolbar)||...And this area doesnt repaint!!!
Only the Buttons on this panel are still ok...
Please help...
GeneralRe: Tool Bars Problem Pin
Daniel Strigl17-Mar-04 8:15
Daniel Strigl17-Mar-04 8:15 
QuestionDoes ADOCE support GROUP BY in SQL Command? Pin
Bui Huy Kien15-Mar-04 16:16
Bui Huy Kien15-Mar-04 16:16 
AnswerRe: Does ADOCE support GROUP BY in SQL Command? Pin
João Paulo Figueira15-Mar-04 22:08
professionalJoão Paulo Figueira15-Mar-04 22:08 
QuestionHow do you catch the Power off Pin
zandro7215-Mar-04 10:11
zandro7215-Mar-04 10:11 
AnswerRe: How do you catch the Power off Pin
Daniel Strigl15-Mar-04 20:12
Daniel Strigl15-Mar-04 20:12 
GeneralC# and the registry Pin
Adrian Stanley15-Mar-04 9:06
Adrian Stanley15-Mar-04 9:06 
GeneralRe: C# and the registry Pin
Daniel Strigl15-Mar-04 20:06
Daniel Strigl15-Mar-04 20:06 
GeneralRe: C# and the registry Pin
Adrian Stanley15-Mar-04 22:23
Adrian Stanley15-Mar-04 22:23 
GeneralHelp to choose a book or to find samples Pin
GuilhemMtp15-Mar-04 5:26
GuilhemMtp15-Mar-04 5:26 
GeneralRe: Help to choose a book or to find samples Pin
Daniel Strigl15-Mar-04 8:28
Daniel Strigl15-Mar-04 8:28 
GeneralProcess class substitute Pin
RB@Emphasys15-Mar-04 4:10
RB@Emphasys15-Mar-04 4:10 
GeneralRe: Process class substitute Pin
RB@Emphasys15-Mar-04 8:30
RB@Emphasys15-Mar-04 8:30 
GeneralDebugView for WinCE Pin
vikramlinux14-Mar-04 22:31
vikramlinux14-Mar-04 22:31 
GeneralRe: DebugView for WinCE Pin
GDavy15-Mar-04 3:29
GDavy15-Mar-04 3:29 
GeneralRe: DebugView for WinCE Pin
Daniel Strigl15-Mar-04 8:25
Daniel Strigl15-Mar-04 8:25 
GeneralRe: DebugView for WinCE Pin
vikramlinux15-Mar-04 17:00
vikramlinux15-Mar-04 17:00 
GeneralRe: DebugView for WinCE Pin
Daniel Strigl15-Mar-04 20:03
Daniel Strigl15-Mar-04 20:03 

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.