Click here to Skip to main content
15,893,401 members
Home / Discussions / C#
   

C#

 
QuestionProblem with moving picturebox with Cursor on Mouse_Move event. Pin
Chintan.Desai25-Oct-07 1:50
Chintan.Desai25-Oct-07 1:50 
AnswerRe: Problem with moving picturebox with Cursor on Mouse_Move event. Pin
Christian Graus25-Oct-07 1:55
protectorChristian Graus25-Oct-07 1:55 
GeneralRe: Problem with moving picturebox with Cursor on Mouse_Move event. Pin
Chintan.Desai25-Oct-07 22:59
Chintan.Desai25-Oct-07 22:59 
AnswerRe: Problem with moving picturebox with Cursor on Mouse_Move event. Pin
Abhijit Jana25-Oct-07 2:34
professionalAbhijit Jana25-Oct-07 2:34 
QuestionHow to store and retreave a word document in sql server data base using c#.net Pin
bobin scaria25-Oct-07 1:39
bobin scaria25-Oct-07 1:39 
AnswerRe: How to store and retreave a word document in sql server data base using c#.net Pin
Pete O'Hanlon25-Oct-07 1:46
mvePete O'Hanlon25-Oct-07 1:46 
Questioncustom control Pin
Tauseef A25-Oct-07 1:17
Tauseef A25-Oct-07 1:17 
AnswerRe: custom control Pin
Martin#25-Oct-07 1:40
Martin#25-Oct-07 1:40 
Hello,

Add a read property from Type System.Windows.Forms.Button to the UserControl, and return the button instanz.
//UserControl "UCListView" code:
public Button AcceptButton
{
    get
    {
	return okButton;
    }
}

//Forms code:
this.AcceptButton = ucListView1.AcceptButton;

Hope it helps!

All the best,

Martin

QuestionRe: custom control Pin
Tauseef A25-Oct-07 2:01
Tauseef A25-Oct-07 2:01 
QuestionGDI+ question Pin
ali_reza_zareian25-Oct-07 1:17
ali_reza_zareian25-Oct-07 1:17 
AnswerRe: GDI+ question Pin
Thomas Krojer25-Oct-07 5:27
Thomas Krojer25-Oct-07 5:27 
GeneralRe: GDI+ question Pin
ali_reza_zareian25-Oct-07 6:44
ali_reza_zareian25-Oct-07 6:44 
AnswerRe: GDI+ question Pin
Dave Kreskowiak25-Oct-07 7:31
mveDave Kreskowiak25-Oct-07 7:31 
Question"dot" Pin
new2pgrmg25-Oct-07 0:52
new2pgrmg25-Oct-07 0:52 
AnswerRe: "dot" Pin
Christian Graus25-Oct-07 1:00
protectorChristian Graus25-Oct-07 1:00 
GeneralRe: "dot" Pin
kabutar25-Oct-07 1:58
kabutar25-Oct-07 1:58 
GeneralRe: "dot" Pin
Christian Graus25-Oct-07 2:10
protectorChristian Graus25-Oct-07 2:10 
AnswerRe: "dot" Pin
azifaliazif25-Oct-07 2:31
azifaliazif25-Oct-07 2:31 
GeneralRe: "dot" Pin
sujithkumarsl25-Oct-07 2:48
sujithkumarsl25-Oct-07 2:48 
QuestionRe: "dot" Pin
wrzhi_200525-Oct-07 4:15
wrzhi_200525-Oct-07 4:15 
AnswerRe: "dot" Pin
sujithkumarsl25-Oct-07 4:25
sujithkumarsl25-Oct-07 4:25 
GeneralRe: "dot" Pin
wrzhi_200525-Oct-07 4:36
wrzhi_200525-Oct-07 4:36 
GeneralRe: "dot" Pin
sujithkumarsl25-Oct-07 5:02
sujithkumarsl25-Oct-07 5:02 
GeneralRe: "dot" Pin
new2pgrmg25-Oct-07 20:11
new2pgrmg25-Oct-07 20:11 
Questioncrystal report viewer using ms access in c# Pin
bhebhekoh25-Oct-07 0:38
bhebhekoh25-Oct-07 0:38 

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.