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

C#

 
GeneralRe: Help Regarding panel.Hide Pin
tasumisra28-Jul-08 2:52
tasumisra28-Jul-08 2:52 
QuestionRetrieve the values of all checked checkbox controls in a repeater control Pin
vishnu_ajit27-Jul-08 19:27
vishnu_ajit27-Jul-08 19:27 
AnswerRe: Retrieve the values of all checked checkbox controls in a repeater control Pin
Christian Graus27-Jul-08 22:54
protectorChristian Graus27-Jul-08 22:54 
Question@PJL JOB USTATUS Pin
Rajesh_K_Sharma27-Jul-08 19:04
Rajesh_K_Sharma27-Jul-08 19:04 
QuestionCOM Object Problem Pin
dibya_200327-Jul-08 19:00
dibya_200327-Jul-08 19:00 
QuestionContextMenu Pin
reallyneedhelp27-Jul-08 18:22
reallyneedhelp27-Jul-08 18:22 
AnswerRe: ContextMenu Pin
Simon P Stevens27-Jul-08 22:23
Simon P Stevens27-Jul-08 22:23 
AnswerRe: ContextMenu Pin
Thomas Stockwell28-Jul-08 1:40
professionalThomas Stockwell28-Jul-08 1:40 
The reason you could do this before is because .NET 1.x used the original version of a menu control. In .NET 2.+ and 3.+, all menus derive from the ToolStrip (generic for both menus/toolbars). As the other poster said, all .NET libraries are backwards compatible, however you will have to look into how to target the Menu control from .NET 1.x. My suggestion would be to try to adapt to the new MenuStrip which is sticking around with future .NET frameworks.

Regards,
Thomas Stockwell

Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.

Visit my homepage Oracle Studios

Discounted or Free Software for Students:
DreamSpark - downloads.channel8.msdn.com
MSDN Academic Alliance - www.msdnaa.com

QuestionHow to write SQL connectionString on web.config file using c#? Pin
sacr8327-Jul-08 18:00
sacr8327-Jul-08 18:00 
AnswerRe: How to write SQL connectionString on web.config file using c#? Pin
Christian Graus27-Jul-08 18:26
protectorChristian Graus27-Jul-08 18:26 
GeneralRe: How to write SQL connectionString on web.config file using c#? Pin
Paul Conrad27-Jul-08 19:36
professionalPaul Conrad27-Jul-08 19:36 
AnswerRe: How to write SQL connectionString on web.config file using c#? Pin
sumit703427-Jul-08 20:06
sumit703427-Jul-08 20:06 
Questionhow to download files from other PCs within the same network? Pin
bug_aonz27-Jul-08 17:56
bug_aonz27-Jul-08 17:56 
AnswerRe: how to download files from other PCs within the same network? Pin
Christian Graus27-Jul-08 18:31
protectorChristian Graus27-Jul-08 18:31 
AnswerRe: how to download files from other PCs within the same network? Pin
Mycroft Holmes27-Jul-08 19:12
professionalMycroft Holmes27-Jul-08 19:12 
GeneralRe: how to download files from other PCs within the same network? Pin
bug_aonz27-Jul-08 23:33
bug_aonz27-Jul-08 23:33 
Questionc# Pin
lankaudaranga27-Jul-08 17:49
lankaudaranga27-Jul-08 17:49 
AnswerStep away from the computer Pin
Christian Graus27-Jul-08 18:29
protectorChristian Graus27-Jul-08 18:29 
JokeRe: Step away from the computer Pin
Paul Conrad27-Jul-08 19:05
professionalPaul Conrad27-Jul-08 19:05 
RantGO AWAY!!!! Pin
Harvey Saayman27-Jul-08 22:06
Harvey Saayman27-Jul-08 22:06 
GeneralRe: c# Pin
nelsonpaixao28-Jul-08 14:21
nelsonpaixao28-Jul-08 14:21 
QuestionInt.ToString Pin
George_George27-Jul-08 16:57
George_George27-Jul-08 16:57 
AnswerRe: Int.ToString Pin
C. L. Phillip27-Jul-08 17:39
C. L. Phillip27-Jul-08 17:39 
GeneralRe: Int.ToString Pin
George_George27-Jul-08 17:46
George_George27-Jul-08 17:46 
GeneralRe: Int.ToString Pin
J4amieC27-Jul-08 22:06
J4amieC27-Jul-08 22:06 

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.