Click here to Skip to main content
16,008,183 members
Home / Discussions / C#
   

C#

 
GeneralCreating web aplication NOT via IIS console Pin
michalJ15-Jun-04 3:39
michalJ15-Jun-04 3:39 
GeneralRe: Creating web aplication NOT via IIS console Pin
Heath Stewart15-Jun-04 5:03
protectorHeath Stewart15-Jun-04 5:03 
GeneralRe: Creating web aplication NOT via IIS console Pin
michalJ15-Jun-04 8:09
michalJ15-Jun-04 8:09 
GeneralMessages of Child applications Pin
T i T i15-Jun-04 2:13
T i T i15-Jun-04 2:13 
GeneralRe: Messages of Child applications Pin
Dave Kreskowiak15-Jun-04 3:01
mveDave Kreskowiak15-Jun-04 3:01 
GeneralRe: Messages of Child applications Pin
Heath Stewart15-Jun-04 3:42
protectorHeath Stewart15-Jun-04 3:42 
Generali want toserialize DataTable typed filed into Xml Pin
Member 114126615-Jun-04 0:53
Member 114126615-Jun-04 0:53 
GeneralRe: i want toserialize DataTable typed filed into Xml Pin
Dave Kreskowiak15-Jun-04 3:05
mveDave Kreskowiak15-Jun-04 3:05 
GeneralRe: i want toserialize DataTable typed filed into Xml Pin
Member 114126616-Jun-04 21:06
Member 114126616-Jun-04 21:06 
Generalsaving collection automaticaly into form`s resource. Pin
Member 114126615-Jun-04 0:43
Member 114126615-Jun-04 0:43 
GeneralRe: saving collection automaticaly into form`s resource. Pin
Heath Stewart15-Jun-04 3:39
protectorHeath Stewart15-Jun-04 3:39 
GeneralRe: saving collection automaticaly into form`s resource. Pin
Member 114126616-Jun-04 20:56
Member 114126616-Jun-04 20:56 
QuestionProgram to generate UML-diagram? MS Visio? Pin
anderslundsgard15-Jun-04 0:02
anderslundsgard15-Jun-04 0:02 
AnswerRe: Program to generate UML-diagram? MS Visio? Pin
Heath Stewart15-Jun-04 3:33
protectorHeath Stewart15-Jun-04 3:33 
GeneralRe: Program to generate UML-diagram? MS Visio? Pin
anderslundsgard15-Jun-04 3:50
anderslundsgard15-Jun-04 3:50 
GeneralRe: Program to generate UML-diagram? MS Visio? Pin
Heath Stewart15-Jun-04 4:01
protectorHeath Stewart15-Jun-04 4:01 
Generalvariable columns count in datagrid Pin
morfo14-Jun-04 23:51
morfo14-Jun-04 23:51 
QuestionAddMetafileComment () ? Pin
sachinkalse14-Jun-04 23:23
sachinkalse14-Jun-04 23:23 
AnswerRe: AddMetafileComment () ? Pin
Colin Angus Mackay14-Jun-04 23:38
Colin Angus Mackay14-Jun-04 23:38 
GeneralRe: AddMetafileComment () ? Pin
sachinkalse14-Jun-04 23:48
sachinkalse14-Jun-04 23:48 
GeneralRe: AddMetafileComment () ? Pin
Heath Stewart15-Jun-04 3:31
protectorHeath Stewart15-Jun-04 3:31 
GeneralRe: AddMetafileComment () ? Pin
Dave Kreskowiak15-Jun-04 5:03
mveDave Kreskowiak15-Jun-04 5:03 
GeneralRe: AddMetafileComment () ? Pin
sachinkalse15-Jun-04 15:08
sachinkalse15-Jun-04 15:08 
GeneralRe: AddMetafileComment () ? Pin
Dave Kreskowiak15-Jun-04 15:28
mveDave Kreskowiak15-Jun-04 15:28 
You would have to use the Graphics.EnumerateMetafileMethod to playback the metafile records and pick out the Comment type records you want. When you call this method, you have to supply a EnumerateMetafileProc delegate to the function so it can call your record handler with each record in the file. Your record handler wouldhave to pick out the Comments as they were sent to you...


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralGet trouble when binding data to combobox Pin
uyenchi14-Jun-04 23:19
uyenchi14-Jun-04 23:19 

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.