Click here to Skip to main content
15,890,609 members
Home / Discussions / C#
   

C#

 
AnswerRe: Insert Byte/int to TextBox Pin
Guffa23-Mar-06 2:33
Guffa23-Mar-06 2:33 
QuestionConvert binarydata to Image Pin
albCode22-Mar-06 23:03
albCode22-Mar-06 23:03 
AnswerRe: Convert binarydata to Image Pin
Nicholas Butler22-Mar-06 23:35
sitebuilderNicholas Butler22-Mar-06 23:35 
GeneralRe: Convert binarydata to Image Pin
albCode23-Mar-06 0:17
albCode23-Mar-06 0:17 
Questionweb browser Pin
dimx222-Mar-06 22:35
dimx222-Mar-06 22:35 
AnswerRe: web browser Pin
LongRange.Shooter23-Mar-06 4:28
LongRange.Shooter23-Mar-06 4:28 
QuestionSecuring My Font Pin
alaa eldin 12345622-Mar-06 22:23
alaa eldin 12345622-Mar-06 22:23 
QuestionUsercontrol weirdness at designtime Pin
pxp22-Mar-06 22:03
pxp22-Mar-06 22:03 
Hi there,

i have a usercontrol with an image/canvas. When i add it to a form it goes bezerk. The form flashes some 10 times and in the top of the InitializeComponent it adds stuff like Size and some other parameters like RectangleF.

'Normal' behaviour would be that it would add it like:

this.myControl1 = new Demo.MyControl();

but it also adds

MyDotNet.MyMath myMath1 = new MyDotNet.MyMath();


and later on in the InitializeComponent:

this.myControl1.Cursor = System.Windows.Forms.Cursors.Cross;<br />
this.myControl1.Dock = System.Windows.Forms.DockStyle.Fill;<br />
myMath1.Value1 = true; // WHY IS THIS ADDED ???<br />
myMath1.Value2 = 100; // WHY IS THIS ADDED ???<br />
this.myControl1.Math = myMath1; // WEIRD ???


The myMath1 above is added by the designer [C# Visual Express] and i cannot see why this happens.


In my control i have the following events:

* Load
* Resize
* SizeChanged

Basically when the usercontrol size is changed i set the size of the image to be the same as the usercontrol.

Anyone knows what could be going on here?

Thanks,

Jan
AnswerRe: Usercontrol weirdness at designtime Pin
pxp24-Mar-06 12:34
pxp24-Mar-06 12:34 
Questiondatagrid, new form, selectrow Pin
Rmokkenstorm22-Mar-06 21:34
Rmokkenstorm22-Mar-06 21:34 
QuestionCan DirectShow be used for recording video files Pin
Litty7422-Mar-06 20:07
Litty7422-Mar-06 20:07 
Questionhow to serve usercontrol to clients thru webservice Pin
anurajju22-Mar-06 19:50
anurajju22-Mar-06 19:50 
GeneralRe: how to serve usercontrol to clients thru webservice Pin
Guffa22-Mar-06 21:55
Guffa22-Mar-06 21:55 
GeneralRe: how to serve usercontrol to clients thru webservice Pin
anurajju23-Mar-06 0:46
anurajju23-Mar-06 0:46 
GeneralRe: how to serve usercontrol to clients thru webservice Pin
J4amieC23-Mar-06 2:16
J4amieC23-Mar-06 2:16 
Generalhelp me out Pin
anurajju23-Mar-06 3:11
anurajju23-Mar-06 3:11 
GeneralRe: help me out Pin
J4amieC23-Mar-06 4:01
J4amieC23-Mar-06 4:01 
GeneralRe: how to serve usercontrol to clients thru webservice Pin
Guffa23-Mar-06 5:49
Guffa23-Mar-06 5:49 
QuestionHow to send and receive data using HTTPS Pin
R.Shylaja22-Mar-06 18:58
R.Shylaja22-Mar-06 18:58 
AnswerRe: How to send and receive data using HTTPS Pin
fearless stallion22-Mar-06 19:58
fearless stallion22-Mar-06 19:58 
QuestionReading two mdf files for differences Pin
nosherwan22-Mar-06 18:40
nosherwan22-Mar-06 18:40 
Questionhow to open a IE from a cs file Pin
vamsimohan2122-Mar-06 16:51
vamsimohan2122-Mar-06 16:51 
AnswerRe: how to open a IE from a cs file Pin
Vasudevan Deepak Kumar22-Mar-06 18:14
Vasudevan Deepak Kumar22-Mar-06 18:14 
GeneralRe: how to open a IE from a cs file Pin
vamsimohan2122-Mar-06 20:53
vamsimohan2122-Mar-06 20:53 
QuestionI got a problem in using DataAccess Application Block to update database Pin
seeger12322-Mar-06 13:28
seeger12322-Mar-06 13:28 

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.