Click here to Skip to main content
15,898,938 members
Home / Discussions / C#
   

C#

 
AnswerRe: typedef enum c header to C# Pin
Luc Pattyn26-Nov-07 10:57
sitebuilderLuc Pattyn26-Nov-07 10:57 
GeneralRe: typedef enum c header to C# Pin
schoetbi26-Nov-07 10:59
schoetbi26-Nov-07 10:59 
GeneralRe: typedef enum c header to C# Pin
Pete O'Hanlon26-Nov-07 11:01
mvePete O'Hanlon26-Nov-07 11:01 
AnswerRe: typedef enum c header to C# Pin
PIEBALDconsult26-Nov-07 11:27
mvePIEBALDconsult26-Nov-07 11:27 
AnswerRe: typedef enum c header to C# Pin
m026-Nov-07 13:05
m026-Nov-07 13:05 
Questionasp.net subdomain Pin
Eli Nurman26-Nov-07 10:07
Eli Nurman26-Nov-07 10:07 
AnswerRe: asp.net subdomain Pin
Paul Conrad26-Nov-07 16:01
professionalPaul Conrad26-Nov-07 16:01 
Questioncopy and paste Pin
netJP12L26-Nov-07 9:46
netJP12L26-Nov-07 9:46 
Bold, Copy and paste works fine but when i bold the text and click on copy and then paste  text on a new line the text formation is gone. It just paste the acutal text but loose the Bold format.  Am i doing something wrong in my codes.<br />
<br />
mshtml.HTMLDocument doc=(mshtml.HTMLDocument)this.axWebBrowser1.Document;<br />
doc.execCommand("Bold",false,null);<br />
doc.execCommand("Copy", false, null);<br />
<br />
text=Clipboard.GetDataObject().GetData(DataFormats.Text,true).ToString();<br />
doc.execCommand("Paste", false, text);


thanks
AnswerRe: copy and paste Pin
Skippums26-Nov-07 10:03
Skippums26-Nov-07 10:03 
GeneralRe: copy and paste Pin
netJP12L26-Nov-07 10:10
netJP12L26-Nov-07 10:10 
GeneralRe: copy and paste Pin
Skippums26-Nov-07 10:48
Skippums26-Nov-07 10:48 
QuestionCollecting code-snippets Pin
Johan Martensson26-Nov-07 9:41
Johan Martensson26-Nov-07 9:41 
AnswerRe: Collecting code-snippets Pin
Pete O'Hanlon26-Nov-07 9:56
mvePete O'Hanlon26-Nov-07 9:56 
AnswerRe: Collecting code-snippets Pin
schoetbi26-Nov-07 10:19
schoetbi26-Nov-07 10:19 
AnswerRe: Collecting code-snippets Pin
Paul Conrad26-Nov-07 16:02
professionalPaul Conrad26-Nov-07 16:02 
AnswerRe: Collecting code-snippets Pin
Johan Martensson26-Nov-07 20:12
Johan Martensson26-Nov-07 20:12 
QuestionBitBlt from minimized / not visible form ? Pin
gordon2426-Nov-07 9:04
gordon2426-Nov-07 9:04 
AnswerRe: BitBlt from minimized / not visible form ? [modified] Pin
Skippums26-Nov-07 10:05
Skippums26-Nov-07 10:05 
GeneralRe: BitBlt from minimized / not visible form ? Pin
gordon2427-Nov-07 4:52
gordon2427-Nov-07 4:52 
GeneralRe: BitBlt from minimized / not visible form ? Pin
Skippums27-Nov-07 6:33
Skippums27-Nov-07 6:33 
GeneralRe: BitBlt from minimized / not visible form ? Pin
gordon2427-Nov-07 15:48
gordon2427-Nov-07 15:48 
GeneralRe: BitBlt from minimized / not visible form ? Pin
Skippums28-Nov-07 4:50
Skippums28-Nov-07 4:50 
GeneralRe: BitBlt from minimized / not visible form ? Pin
gordon2413-Dec-07 0:14
gordon2413-Dec-07 0:14 
GeneralRe: BitBlt from minimized / not visible form ? Pin
Skippums13-Dec-07 6:41
Skippums13-Dec-07 6:41 
QuestionValues on Form 2 appears on Form 1 !!!! Pin
Phoenix_p326-Nov-07 8:55
Phoenix_p326-Nov-07 8:55 

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.