Click here to Skip to main content
15,900,378 members
Home / Discussions / C#
   

C#

 
AnswerRe: convert xsd to xml Pin
BoneSoft27-Jun-06 3:56
BoneSoft27-Jun-06 3:56 
Questionhow do I create a application simply linked list Pin
nguyenquang028426-Jun-06 19:43
nguyenquang028426-Jun-06 19:43 
AnswerRe: how do I create a application simply linked list Pin
Tamimi - Code27-Jun-06 1:26
Tamimi - Code27-Jun-06 1:26 
GeneralRe: how do I create a application simply linked list Pin
nguyenquang028427-Jun-06 2:54
nguyenquang028427-Jun-06 2:54 
GeneralRe: how do I create a application simply linked list Pin
Tamimi - Code27-Jun-06 3:24
Tamimi - Code27-Jun-06 3:24 
GeneralRe: how do I create a application simply linked list Pin
nguyenquang028427-Jun-06 3:51
nguyenquang028427-Jun-06 3:51 
QuestionClipboard copy UniCode Pin
TAREQ F ABUZUHRI26-Jun-06 18:58
TAREQ F ABUZUHRI26-Jun-06 18:58 
AnswerRe: Clipboard copy UniCode Pin
Nader Elshehabi27-Jun-06 5:49
Nader Elshehabi27-Jun-06 5:49 
Hello
The clipboard is just another space in the memory to exchange data between applications -or sometimes in the same application-. It doesn't matter what format that data is of.
You see, you have to make some sort of a Parse() method to get, validate, and parse the data.
It all depends on in what format you expect your data to be.
eg.
if in the clipboard the data is stored like this:
HHHH HHHH HHHH
you should follow these steps:
1- Read four bytes
2- Validate them
3- Add them to a StringBuilder -just an example-
4- Repeat the cycle Until you reach the end of data

Try checking ClipBoard class in your MSDN
QuestionDesign Help (ThinkPad Accelerometer) Pin
eggie526-Jun-06 18:42
eggie526-Jun-06 18:42 
QuestionHow to communicate Between Web And Desktop Application through remoting Pin
rizwan.afsar26-Jun-06 16:30
rizwan.afsar26-Jun-06 16:30 
QuestionThe IS operator Pin
martin_hughes26-Jun-06 13:47
martin_hughes26-Jun-06 13:47 
QuestionRe: The IS operator Pin
Mike Poz26-Jun-06 14:48
Mike Poz26-Jun-06 14:48 
AnswerRe: The IS operator Pin
Colin Angus Mackay27-Jun-06 0:07
Colin Angus Mackay27-Jun-06 0:07 
AnswerRe: The IS operator Pin
Graham Nimbley26-Jun-06 15:22
Graham Nimbley26-Jun-06 15:22 
AnswerRe: The IS operator Pin
Josh Smith26-Jun-06 16:20
Josh Smith26-Jun-06 16:20 
AnswerRe: The IS operator Pin
Guffa26-Jun-06 23:26
Guffa26-Jun-06 23:26 
GeneralRe: The IS operator Pin
J4amieC26-Jun-06 23:54
J4amieC26-Jun-06 23:54 
JokeRe: The IS operator Pin
Nader Elshehabi27-Jun-06 2:16
Nader Elshehabi27-Jun-06 2:16 
AnswerRe: The IS operator Pin
BoneSoft27-Jun-06 3:50
BoneSoft27-Jun-06 3:50 
QuestionHow can manipulate the subcontrols of a usercontrol Pin
Fco. Javier Marin26-Jun-06 11:30
Fco. Javier Marin26-Jun-06 11:30 
QuestionHelp with data source - jump to record. Pin
PyroManiak26-Jun-06 11:27
PyroManiak26-Jun-06 11:27 
Questionget point from onclick event Pin
reshsilk26-Jun-06 11:01
reshsilk26-Jun-06 11:01 
AnswerRe: get point from onclick event Pin
Josh Smith26-Jun-06 11:09
Josh Smith26-Jun-06 11:09 
GeneralRe: get point from onclick event Pin
reshsilk26-Jun-06 11:23
reshsilk26-Jun-06 11:23 
AnswerRe: get point from onclick event Pin
jjansen27-Jun-06 3:13
jjansen27-Jun-06 3:13 

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.