Click here to Skip to main content
15,911,848 members
Home / Discussions / C#
   

C#

 
QuestionADO question, how to change database from a file .mdb? Pin
cuongmits26-Mar-08 10:39
cuongmits26-Mar-08 10:39 
AnswerRe: ADO question, how to change database from a file .mdb? Pin
Christian Graus26-Mar-08 10:55
protectorChristian Graus26-Mar-08 10:55 
GeneralRe: ADO question, how to change database from a file .mdb? Pin
cuongmits26-Mar-08 13:14
cuongmits26-Mar-08 13:14 
GeneralControl Scaling Pin
netJP12L26-Mar-08 10:26
netJP12L26-Mar-08 10:26 
GeneralRe: Control Scaling Pin
Christian Graus26-Mar-08 10:40
protectorChristian Graus26-Mar-08 10:40 
GeneralRe: Control Scaling Pin
netJP12L26-Mar-08 10:50
netJP12L26-Mar-08 10:50 
GeneralRe: Control Scaling Pin
Christian Graus26-Mar-08 10:56
protectorChristian Graus26-Mar-08 10:56 
GeneralRe: Control Scaling Pin
netJP12L26-Mar-08 11:21
netJP12L26-Mar-08 11:21 
You are right if I have createad my user control and from the ToolBox Explorer in Visual studio i can drag and drop on my form.cs. I even see the selection box around the userControl. That's exactly what I want to show when i run my applicaion while i click on it. Is there anyway to turn on the designMode of the usercontrol when i run my app

That's how i am creating my userControl


public class Circle:UserControl
{

public Circle()
{
Size =new Size(100,100);
}
protected override void OnPaint(PaintEventArgs e)
{
//drawing circle here
}
}
GeneralRe: Control Scaling Pin
Christian Graus26-Mar-08 11:39
protectorChristian Graus26-Mar-08 11:39 
GeneralRe: Control Scaling Pin
netJP12L26-Mar-08 17:38
netJP12L26-Mar-08 17:38 
GeneralCrossing threads problem (editing labels from another thread) Pin
oscarderooij26-Mar-08 10:19
oscarderooij26-Mar-08 10:19 
GeneralRe: Crossing threads problem (editing labels from another thread) Pin
led mike26-Mar-08 10:30
led mike26-Mar-08 10:30 
GeneralRe: Crossing threads problem (editing labels from another thread) Pin
oscarderooij27-Mar-08 5:16
oscarderooij27-Mar-08 5:16 
GeneralRe: Crossing threads problem (editing labels from another thread) Pin
led mike27-Mar-08 5:27
led mike27-Mar-08 5:27 
GeneraldataContext.storedProcedure(params).Skip(4).Take(3) - where is it executed Pin
Seishin#26-Mar-08 10:04
Seishin#26-Mar-08 10:04 
GeneralRe: dataContext.storedProcedure(params).Skip(4).Take(3) - where is it executed Pin
led mike26-Mar-08 10:10
led mike26-Mar-08 10:10 
GeneralRe: dataContext.storedProcedure(params).Skip(4).Take(3) - where is it executed Pin
Seishin#26-Mar-08 10:19
Seishin#26-Mar-08 10:19 
GeneralRe: dataContext.storedProcedure(params).Skip(4).Take(3) - where is it executed Pin
Not Active26-Mar-08 10:50
mentorNot Active26-Mar-08 10:50 
GeneralRe: dataContext.storedProcedure(params).Skip(4).Take(3) - where is it executed Pin
Seishin#26-Mar-08 10:51
Seishin#26-Mar-08 10:51 
GeneralForm position relative to form control Pin
dannytsang26-Mar-08 9:40
dannytsang26-Mar-08 9:40 
GeneralRe: Form position relative to form control Pin
Gareth H26-Mar-08 10:04
Gareth H26-Mar-08 10:04 
GeneralRe: Form position relative to form control Pin
dannytsang27-Mar-08 13:37
dannytsang27-Mar-08 13:37 
Questionc# code request Pin
jadtls26-Mar-08 9:27
jadtls26-Mar-08 9:27 
GeneralRe: c# code request Pin
Giorgi Dalakishvili26-Mar-08 9:45
mentorGiorgi Dalakishvili26-Mar-08 9:45 
QuestionHow to create a progressbar for a web browser control???? Pin
Aditya Baraya26-Mar-08 7:41
Aditya Baraya26-Mar-08 7:41 

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.