Click here to Skip to main content
16,005,178 members
Home / Discussions / C#
   

C#

 
GeneralRe: Hidden MainForm at startup Pin
Alex Korchemniy15-Dec-04 7:33
Alex Korchemniy15-Dec-04 7:33 
GeneralRe: Hidden MainForm at startup Pin
Matt Gerrans15-Dec-04 7:48
Matt Gerrans15-Dec-04 7:48 
GeneralRe: Hidden MainForm at startup Pin
Alex Korchemniy15-Dec-04 8:16
Alex Korchemniy15-Dec-04 8:16 
GeneralRe: Hidden MainForm at startup Pin
Matt Gerrans15-Dec-04 8:50
Matt Gerrans15-Dec-04 8:50 
GeneralRe: Hidden MainForm at startup Pin
LannieK16-Dec-04 4:01
LannieK16-Dec-04 4:01 
GeneralRe: Hidden MainForm at startup Pin
Matt Gerrans16-Dec-04 9:51
Matt Gerrans16-Dec-04 9:51 
GeneralRichTextBox loosing embedded objects Pin
benjymous15-Dec-04 5:34
benjymous15-Dec-04 5:34 
GeneralRe: RichTextBox loosing embedded objects Pin
Judah Gabriel Himango15-Dec-04 7:43
sponsorJudah Gabriel Himango15-Dec-04 7:43 
We've seen this problem. I believe if you copy an image from mspaint, the RTF is saved differently than if you copied an image out of Word or a web browser. Give it a try and see for yourself.

Basically, when you're copying image data from paint, the RTF emitted is some simple codes basically telling it to embed the image data on the clipboard. It does NOT embed the image as a WMF as it should. But when copying an image out of Word or many other apps, the data is written as a WMF into the RTF, thereby keeping it persistent between sessions.

Any remotely useful information on my blog will be removed immediately.

There are 10 kinds of people in the world. Those who have heard of the ubiquitous, overused, worn-out-like-an-old-shoe binary "joke" and those who haven't.
Judah Himango


GeneralTimer in Win Service not Ticking Pin
Doug Wilson15-Dec-04 1:50
Doug Wilson15-Dec-04 1:50 
GeneralRe: Timer in Win Service not Ticking Pin
Doug Wilson15-Dec-04 2:01
Doug Wilson15-Dec-04 2:01 
GeneralRe: Timer in Win Service not Ticking Pin
Stefan Troschuetz15-Dec-04 2:23
Stefan Troschuetz15-Dec-04 2:23 
GeneralRe: Timer in Win Service not Ticking Pin
thuchv8714-Sep-10 21:28
thuchv8714-Sep-10 21:28 
GeneralGDI+ VS DirectX Pin
G.Ringbom15-Dec-04 1:25
G.Ringbom15-Dec-04 1:25 
GeneralRe: GDI+ VS DirectX Pin
Daniel Turini15-Dec-04 1:40
Daniel Turini15-Dec-04 1:40 
GeneralRe: GDI+ VS DirectX Pin
Alex Korchemniy15-Dec-04 7:34
Alex Korchemniy15-Dec-04 7:34 
GeneralRe: GDI+ VS DirectX Pin
Andres Coder15-Dec-04 10:03
Andres Coder15-Dec-04 10:03 
GeneralLoop through Error Pin
Vector715-Dec-04 0:34
Vector715-Dec-04 0:34 
GeneralRe: Loop through Error Pin
spif200115-Dec-04 0:54
spif200115-Dec-04 0:54 
GeneralRe: Loop through Error Pin
Vector715-Dec-04 1:11
Vector715-Dec-04 1:11 
GeneralRe: Loop through Error Pin
DavidNohejl15-Dec-04 1:23
DavidNohejl15-Dec-04 1:23 
GeneralRe: Loop through Error Pin
Vector715-Dec-04 1:50
Vector715-Dec-04 1:50 
GeneralRe: Loop through Error Pin
J4amieC15-Dec-04 3:36
J4amieC15-Dec-04 3:36 
Generalpopup with textbox Pin
hornox14-Dec-04 23:55
hornox14-Dec-04 23:55 
GeneralRe: popup with textbox Pin
Stefan Troschuetz15-Dec-04 2:09
Stefan Troschuetz15-Dec-04 2:09 
GeneralUI Thread in C# Pin
Member 1697714-Dec-04 23:33
Member 1697714-Dec-04 23:33 

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.