Click here to Skip to main content
15,891,033 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: How to catch usb event Pin
Ravenet21-Apr-08 2:16
Ravenet21-Apr-08 2:16 
QuestionHow can I monitoring dial and how to Disconnect for POCKET PC Pin
smsm365011-Apr-08 3:36
smsm365011-Apr-08 3:36 
QuestionHow to launch pword.exe in .NET 2005 'Smart Device project' Pin
tony_Udz11-Apr-08 0:14
tony_Udz11-Apr-08 0:14 
GeneralRe: How to launch pword.exe in .NET 2005 'Smart Device project' Pin
Arjun Marwaha15-Apr-08 21:32
Arjun Marwaha15-Apr-08 21:32 
QuestionHow to Program with Wireless Sensors Pin
csnovice9-Apr-08 18:40
csnovice9-Apr-08 18:40 
QuestionIs my C.F. 2.0 crazy?.....Or not? Pin
Hurricane30009-Apr-08 10:47
Hurricane30009-Apr-08 10:47 
AnswerRe: Is my C.F. 2.0 crazy?.....Or not? Pin
Mitch F.9-Apr-08 19:35
Mitch F.9-Apr-08 19:35 
GeneralRe: Is my C.F. 2.0 crazy?.....Or not? [modified] Pin
Hurricane300010-Apr-08 3:56
Hurricane300010-Apr-08 3:56 
Hi Mitch,

Thanks for reply.

I have .Net CF SP2 installed on both device and emulator (Windows Mobile 2003 SE).

I know that the code that I would need to use is:

TextBox1.BackColor = Color.FromArgb(255, 255, 0)

The problem I described in the post is born while I was trying to resolve another previous and primary problem (actually unresolved).


This is the main problem:

1)- I need to get an RGB vatue from a txt file (I.E. 65535 for Yellow).
2)- Convert it in Integer or Color (Result is the identical: Appl. retuns a color like Aquamarine instead of Yellow.
3)- Use this value as BackColor property for a TextBox.

But........

TextBox1.BackColor = Color.FromArgb(255, 255, 0)

work correctly (Colorize TextBox Yellow), but it's not good for my application.
------------------------------------------------------
TextBox1.BackColor = Color.FromArgb (65535)
'Color.FromArgb can accept also an RGB Value as single argument.
'65535 is the RGB value of Yellow

Don't work correctly (Colorize TextBox like Aquamarine instead of Yellow).
--------------------------------------------------------

Are 3 days I'm working around....... But Nothing!

modified on Thursday, April 10, 2008 10:54 AM

GeneralRe:Resolved! [modified] Pin
Hurricane300010-Apr-08 6:34
Hurricane300010-Apr-08 6:34 
Questionhow can i get x,y from GPS using PPC in C# code ? Pin
E_Gold9-Apr-08 9:29
E_Gold9-Apr-08 9:29 
AnswerRe: how can i get x,y from GPS using PPC in C# code ? Pin
Ed.Poore12-Apr-08 12:26
Ed.Poore12-Apr-08 12:26 
Generalupload picture Pin
nannie0018-Apr-08 22:11
nannie0018-Apr-08 22:11 
GeneralRe: upload picture Pin
AlexeiXX312-Apr-08 11:47
AlexeiXX312-Apr-08 11:47 
QuestionHow to Distribute CF2 SP2? Pin
ackabacka8-Apr-08 3:22
ackabacka8-Apr-08 3:22 
QuestionMicrosoft Device Emulator StandAlone [modified] Pin
Pryzrak7-Apr-08 22:31
Pryzrak7-Apr-08 22:31 
GeneralRe: Microsoft Device Emulator StandAlone Pin
R. Giskard Reventlov7-Apr-08 22:36
R. Giskard Reventlov7-Apr-08 22:36 
GeneralRe: Microsoft Device Emulator StandAlone Pin
leppie7-Apr-08 22:49
leppie7-Apr-08 22:49 
GeneralRe: Microsoft Device Emulator StandAlone Pin
NormDroid7-Apr-08 22:54
professionalNormDroid7-Apr-08 22:54 
GeneralRe: Microsoft Device Emulator StandAlone Pin
NormDroid7-Apr-08 22:51
professionalNormDroid7-Apr-08 22:51 
GeneralRe: Microsoft Device Emulator StandAlone Pin
Pryzrak7-Apr-08 23:06
Pryzrak7-Apr-08 23:06 
GeneralRe: Microsoft Device Emulator StandAlone Pin
R. Giskard Reventlov7-Apr-08 23:14
R. Giskard Reventlov7-Apr-08 23:14 
GeneralRe: Microsoft Device Emulator StandAlone Pin
NormDroid7-Apr-08 23:16
professionalNormDroid7-Apr-08 23:16 
JokeRe: Microsoft Device Emulator StandAlone Pin
benjymous8-Apr-08 0:27
benjymous8-Apr-08 0:27 
GeneralRe: Microsoft Device Emulator StandAlone Pin
NormDroid8-Apr-08 0:32
professionalNormDroid8-Apr-08 0:32 
GeneralRe: Microsoft Device Emulator StandAlone Pin
blackjack21508-Apr-08 0:59
blackjack21508-Apr-08 0:59 

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.