Click here to Skip to main content
15,912,578 members
Home / Discussions / C#
   

C#

 
QuestionHow to increase Web Service performance ? Pin
hdv21231-Jul-09 2:35
hdv21231-Jul-09 2:35 
AnswerRe: How to increase Web Service performance ? Pin
Dave Kreskowiak31-Jul-09 4:58
mveDave Kreskowiak31-Jul-09 4:58 
GeneralRe: How to increase Web Service performance ? Pin
hdv21231-Jul-09 6:37
hdv21231-Jul-09 6:37 
GeneralRe: How to increase Web Service performance ? Pin
Dave Kreskowiak31-Jul-09 7:28
mveDave Kreskowiak31-Jul-09 7:28 
GeneralRe: How to increase Web Service performance ? Pin
hdv2121-Aug-09 9:21
hdv2121-Aug-09 9:21 
GeneralRe: How to increase Web Service performance ? Pin
Dave Kreskowiak2-Aug-09 6:12
mveDave Kreskowiak2-Aug-09 6:12 
QuestionMiddle mouse click and scroll Pin
gwithey31-Jul-09 1:05
gwithey31-Jul-09 1:05 
AnswerRe: Middle mouse click and scroll Pin
gwithey31-Jul-09 1:27
gwithey31-Jul-09 1:27 
I have tried this:

private void trackBar1_Scroll_1(object sender, MouseEventArgs m)
{
if (m.Button == MouseButtons.Middle)
{
label1.Text = trackBar1.Value.ToString();
}
}

but dont know if it will work as havent got it to compile because its complaining about the delegate

this.trackBar1.Scroll += new System.EventHandler(this.trackBar1_Scroll_1);

I dont know how to change it, it works with eventArgs but i put in mouseEventArgs which i need and it does not like it.
GeneralRe: Middle mouse click and scroll Pin
Luc Pattyn31-Jul-09 1:38
sitebuilderLuc Pattyn31-Jul-09 1:38 
GeneralRe: Middle mouse click and scroll Pin
Baeltazor31-Jul-09 7:35
Baeltazor31-Jul-09 7:35 
GeneralRe: Middle mouse click and scroll Pin
gwithey2-Aug-09 20:51
gwithey2-Aug-09 20:51 
Questiondata synchronization between two client machine over the internet by Webservice? Pin
Tridip Bhattacharjee31-Jul-09 0:41
professionalTridip Bhattacharjee31-Jul-09 0:41 
AnswerRe: data synchronization between two client machine over the internet by Webservice? Pin
Dave Kreskowiak31-Jul-09 4:51
mveDave Kreskowiak31-Jul-09 4:51 
QuestionHow to know toolbar got clicked through a BHO (C#)? Pin
svt gdwl31-Jul-09 0:05
svt gdwl31-Jul-09 0:05 
Questioncode for updating datatable. Pin
Omar Akhtar Sheikh30-Jul-09 23:46
Omar Akhtar Sheikh30-Jul-09 23:46 
AnswerRe: code for updating datatable. Pin
Not Active30-Jul-09 23:51
mentorNot Active30-Jul-09 23:51 
JokeRe: code for updating datatable. Pin
Nagy Vilmos31-Jul-09 0:01
professionalNagy Vilmos31-Jul-09 0:01 
GeneralRe: code for updating datatable. Pin
PIEBALDconsult31-Jul-09 4:55
mvePIEBALDconsult31-Jul-09 4:55 
AnswerRe: code for updating datatable. Pin
PIEBALDconsult31-Jul-09 4:54
mvePIEBALDconsult31-Jul-09 4:54 
AnswerRe: code for updating datatable. Pin
Adam R Harris31-Jul-09 8:05
Adam R Harris31-Jul-09 8:05 
GeneralRe: code for updating datatable. Pin
Omar Akhtar Sheikh31-Jul-09 8:27
Omar Akhtar Sheikh31-Jul-09 8:27 
GeneralRe: code for updating datatable. Pin
Adam R Harris31-Jul-09 9:16
Adam R Harris31-Jul-09 9:16 
General[Message Deleted] Pin
Omar Akhtar Sheikh31-Jul-09 11:56
Omar Akhtar Sheikh31-Jul-09 11:56 
GeneralRe: code for updating datatable. Pin
Adam R Harris31-Jul-09 12:14
Adam R Harris31-Jul-09 12:14 
QuestionProblem in Filter Grid Pin
SwastikInfosystems30-Jul-09 23:29
SwastikInfosystems30-Jul-09 23:29 

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.