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

C#

 
AnswerRe: HOW TO : BUild Dynamic Templatecolumn. Help Pin
Heath Stewart22-Oct-04 21:08
protectorHeath Stewart22-Oct-04 21:08 
Generalplease convert this method :) Pin
SeaMonkey00722-Oct-04 13:42
SeaMonkey00722-Oct-04 13:42 
GeneralRe: please convert this method :) Pin
Paul Lyons22-Oct-04 17:01
Paul Lyons22-Oct-04 17:01 
GeneralRe: please convert this method :) Pin
SeaMonkey00722-Oct-04 20:40
SeaMonkey00722-Oct-04 20:40 
GeneralRe: please convert this method :) Pin
Paul Lyons23-Oct-04 3:48
Paul Lyons23-Oct-04 3:48 
GeneralRe: please convert this method :) Pin
SeaMonkey00723-Oct-04 15:10
SeaMonkey00723-Oct-04 15:10 
GeneralGroup box text will not display an Ampersand Pin
Tony D. Abel22-Oct-04 13:36
Tony D. Abel22-Oct-04 13:36 
GeneralRe: Group box text will not display an Ampersand Pin
Colin Angus Mackay22-Oct-04 13:57
Colin Angus Mackay22-Oct-04 13:57 
Tony D. Abel wrote:
Using the Text property in the Form design. I created a text line with the Ampersand in the text. The designer does not display the symbol, nor does running the app.

That is correct. What displays instead is an underline on the character after the ampersand indicating that is is used as part of a keyboard shortcut (like the underlines on single characters in a menu).

If you want to display an ampersand you need to type it twice.

This & That will display as This _That
This && That will display as This & That

Does this help?


Do you want to know more?


Vogon Building and Loan advise that your planet is at risk if you do not keep up repayments on any mortgage secured upon it. Please remember that the force of gravity can go up as well as down.
GeneralRe: Group box text will not display an Ampersand Pin
Tony D. Abel22-Oct-04 14:03
Tony D. Abel22-Oct-04 14:03 
GeneralTabPage OnClick Pin
quilkin22-Oct-04 12:14
quilkin22-Oct-04 12:14 
GeneralRe: TabPage onclick Pin
Heath Stewart22-Oct-04 12:43
protectorHeath Stewart22-Oct-04 12:43 
GeneralActive FTP and C# Pin
mrfricke200222-Oct-04 10:28
mrfricke200222-Oct-04 10:28 
Generaldrawing on the main menu background Pin
jcl55522-Oct-04 9:44
jcl55522-Oct-04 9:44 
GeneralRe: how to open url and login Pin
Heath Stewart22-Oct-04 12:45
protectorHeath Stewart22-Oct-04 12:45 
GeneralSerializing an object with two events; need to store the hooked-up event handlers somehow Pin
PilsnerDk22-Oct-04 8:32
PilsnerDk22-Oct-04 8:32 
QuestionRegOpenKey and similar .... marshal/P-Invoke?? Pin
Paolo Ponzano22-Oct-04 7:56
Paolo Ponzano22-Oct-04 7:56 
AnswerRe: RegOpenKey and similar .... marshal/P-Invoke?? Pin
Nick Parker22-Oct-04 10:57
protectorNick Parker22-Oct-04 10:57 
AnswerRe: RegOpenKey and similar .... marshal/P-Invoke?? Pin
Ami Bar22-Oct-04 13:56
Ami Bar22-Oct-04 13:56 
GeneralRe: RegOpenKey and similar .... marshal/P-Invoke?? Pin
Paolo Ponzano23-Oct-04 1:35
Paolo Ponzano23-Oct-04 1:35 
GeneralRe: RegOpenKey and similar .... marshal/P-Invoke?? Pin
Ami Bar23-Oct-04 5:01
Ami Bar23-Oct-04 5:01 
Generalfind the contents of a cell in a datagrid row Pin
steve_rm22-Oct-04 6:09
steve_rm22-Oct-04 6:09 
GeneralRe: find the contents of a cell in a datagrid row Pin
Heath Stewart22-Oct-04 12:59
protectorHeath Stewart22-Oct-04 12:59 
GeneralEfficient implementation of multidimensional arrays Pin
Andrew Kuklin22-Oct-04 5:03
sussAndrew Kuklin22-Oct-04 5:03 
GeneralRe: Efficient implementation of multidimensional arrays Pin
J4amieC22-Oct-04 5:24
J4amieC22-Oct-04 5:24 
GeneralRe: Efficient implementation of multidimensional arrays Pin
Utwig26-Oct-04 0:29
Utwig26-Oct-04 0: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.