Click here to Skip to main content
15,892,537 members
Home / Discussions / C#
   

C#

 
GeneralRe: Click a tab control using the WinAPI Pin
Ista30-May-06 7:38
Ista30-May-06 7:38 
AnswerRe: Click a tab control using the WinAPI [modified] Pin
Ista30-May-06 8:07
Ista30-May-06 8:07 
QuestionCatpcha [modified] Pin
Nilob30-May-06 4:51
Nilob30-May-06 4:51 
AnswerRe: Catpcha [modified] Pin
J4amieC30-May-06 6:06
J4amieC30-May-06 6:06 
GeneralRe: Catpcha [modified] Pin
Ed.Poore30-May-06 14:19
Ed.Poore30-May-06 14:19 
GeneralRe: Catpcha [modified] Pin
J4amieC31-May-06 0:53
J4amieC31-May-06 0:53 
AnswerRe: Catpcha [modified] Pin
Allah On Acid30-May-06 8:56
Allah On Acid30-May-06 8:56 
QuestionString to GUID [modified] Pin
fracalifa30-May-06 4:17
fracalifa30-May-06 4:17 
Hi all,

I have stored a GUID in a FlexGrid as string and want to reconvert this string back to a guid. I didt't find a way.
There is not Convert.toGuid or something like that.
Also a simple cast brought no solution.

string st = Guid.NewGuid();<br />
Guid gid = Convert.to?????(st);<br />
<br />
or<br />
<br />
Guid gid = (Guid) st;     // doesn't work<br />

What's the way

Tnx in advance

-- modified at 10:18 Tuesday 30th May, 2006

Frank
AnswerRe: String to GUID [modified] Pin
CodyGen30-May-06 4:33
CodyGen30-May-06 4:33 
GeneralRe: String to GUID Pin
fracalifa30-May-06 5:43
fracalifa30-May-06 5:43 
QuestionGenerating an XML file from an XML schema Pin
El'Cachubrey30-May-06 4:11
El'Cachubrey30-May-06 4:11 
GeneralRe: Generating an XML file from an XML schema Pin
BoneSoft30-May-06 9:06
BoneSoft30-May-06 9:06 
GeneralRe: Generating an XML file from an XML schema [modified] Pin
El'Cachubrey30-May-06 20:47
El'Cachubrey30-May-06 20:47 
QuestionCustom DataGridColumnStyle with images eats up system resources / cpu Pin
Larantz30-May-06 4:06
Larantz30-May-06 4:06 
AnswerRe: Custom DataGridColumnStyle with images eats up system resources / cpu Pin
Wjousts30-May-06 5:44
Wjousts30-May-06 5:44 
GeneralRe: Custom DataGridColumnStyle with images eats up system resources / cpu Pin
Larantz30-May-06 6:23
Larantz30-May-06 6:23 
GeneralRe: Custom DataGridColumnStyle with images eats up system resources / cpu Pin
Larantz30-May-06 21:02
Larantz30-May-06 21:02 
QuestionHow to Implement RBAC pattern or other security pattern in c# Pin
Saeed Rezaey30-May-06 3:49
Saeed Rezaey30-May-06 3:49 
QuestionWhat is XML and XSL? Pin
NaNg1524130-May-06 3:33
NaNg1524130-May-06 3:33 
AnswerRe: What is XML and XSL? Pin
Support12330-May-06 3:52
Support12330-May-06 3:52 
AnswerRe: What is XML and XSL? Pin
Saeed Rezaey30-May-06 3:55
Saeed Rezaey30-May-06 3:55 
AnswerRe: What is XML and XSL? [modified] Pin
MCSD-Gandalf30-May-06 3:58
MCSD-Gandalf30-May-06 3:58 
AnswerRe: What is XML and XSL? Pin
AbdulRahmanOfpk30-May-06 4:08
AbdulRahmanOfpk30-May-06 4:08 
QuestionRe: What is XML and XSL? [modified] Pin
NaNg1524130-May-06 4:29
NaNg1524130-May-06 4:29 
AnswerRe: What is XML and XSL? Pin
Dustin Metzgar30-May-06 5:01
Dustin Metzgar30-May-06 5:01 

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.