Click here to Skip to main content
15,899,679 members
Home / Discussions / C#
   

C#

 
QuestionHelp in form cpu Utilisation Pin
superda23-Nov-07 0:23
superda23-Nov-07 0:23 
AnswerRe: Help in form cpu Utilisation Pin
Bekjong23-Nov-07 1:17
Bekjong23-Nov-07 1:17 
AnswerRe: Help in form cpu Utilisation Pin
Pete O'Hanlon23-Nov-07 3:20
mvePete O'Hanlon23-Nov-07 3:20 
QuestionCalling SatelliteAssembly in C#.NET Pin
PranavThakur23-Nov-07 0:13
PranavThakur23-Nov-07 0:13 
AnswerRe: Calling SatelliteAssembly in C#.NET Pin
NassosReyzidis23-Nov-07 4:14
NassosReyzidis23-Nov-07 4:14 
GeneralRe: Calling SatelliteAssembly in C#.NET [modified] Pin
PranavThakur25-Nov-07 21:32
PranavThakur25-Nov-07 21:32 
GeneralRe: Calling SatelliteAssembly in C#.NET Pin
PranavThakur4-Dec-07 23:47
PranavThakur4-Dec-07 23:47 
QuestionDropDown in propertygrid Pin
Tanuja12323-Nov-07 0:00
Tanuja12323-Nov-07 0:00 
I have a customized propertygrid derived from base propertygrid. Dropdown properties are populated using the following code -

objPropertyView.Item.Add(objProperty.Label, _strDefault, _bIsEdit, objProperty.Category, objProperty.Help, true, objProperty.Id, ControlConstants.CONTROL);

objPropertyView.Item[objPropertyView.Item.Count - 1].ValueMember = objTable.Columns[ControlConstants.VALUE].ToString();

objPropertyView.Item[objPropertyView.Item.Count - 1].DisplayMember = objTable.Columns[ControlConstants.TEXT].ToString();

objPropertyView.Item[objPropertyView.Item.Count - 1].Datasource = objTable;


Now when i press Down key using keyboard for that dropdown ,i am unable to get the next item. Keypress/KeyDown/KeyUp events nor mouse events are raising. How can i move to the next item in dropdown using down /up arrow of keyboard.

Any help please..
Questionhow to run client/server program in c# Pin
sivaramireddy p22-Nov-07 23:06
sivaramireddy p22-Nov-07 23:06 
AnswerStay away Pin
Andrei Ungureanu22-Nov-07 23:15
Andrei Ungureanu22-Nov-07 23:15 
AnswerRe: how to run client/server program in c# Pin
Pete O'Hanlon23-Nov-07 1:13
mvePete O'Hanlon23-Nov-07 1:13 
GeneralRe: how to run client/server program in c# Pin
Andrei Ungureanu23-Nov-07 1:15
Andrei Ungureanu23-Nov-07 1:15 
GeneralRe: how to run client/server program in c# Pin
Vasudevan Deepak Kumar23-Nov-07 3:47
Vasudevan Deepak Kumar23-Nov-07 3:47 
GeneralRe: how to run client/server program in c# Pin
Dave Kreskowiak23-Nov-07 5:26
mveDave Kreskowiak23-Nov-07 5:26 
GeneralRe: how to run client/server program in c# Pin
Luc Pattyn23-Nov-07 5:49
sitebuilderLuc Pattyn23-Nov-07 5:49 
GeneralRe: how to run client/server program in c# Pin
Rei Miyasaka23-Nov-07 13:30
Rei Miyasaka23-Nov-07 13:30 
QuestionPrint question Pin
Xmen Real 22-Nov-07 23:06
professional Xmen Real 22-Nov-07 23:06 
AnswerRe: Print question Pin
Pete O'Hanlon23-Nov-07 1:19
mvePete O'Hanlon23-Nov-07 1:19 
GeneralRe: Print question Pin
Xmen Real 23-Nov-07 2:00
professional Xmen Real 23-Nov-07 2:00 
Questionhow to convert an html file into pdf format(without lost of any information) Pin
chithra.r22-Nov-07 22:58
chithra.r22-Nov-07 22:58 
AnswerCross post - please ignore Pin
pmarfleet23-Nov-07 0:04
pmarfleet23-Nov-07 0:04 
QuestionHow can I run this command through c#? Pin
dan!sh 22-Nov-07 22:55
professional dan!sh 22-Nov-07 22:55 
AnswerRe: How can I run this command through c#? Pin
Andrei Ungureanu22-Nov-07 22:58
Andrei Ungureanu22-Nov-07 22:58 
Questiondisplaying data from 1 form to another Pin
csanda122-Nov-07 22:46
csanda122-Nov-07 22:46 
AnswerRe: displaying data from 1 form to another Pin
Andrei Ungureanu22-Nov-07 22:48
Andrei Ungureanu22-Nov-07 22:48 

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.