Click here to Skip to main content
15,887,454 members
Home / Discussions / C#
   

C#

 
QuestionSort DataGridView Column in Numeric Format Pin
Andy Rama1-Sep-06 0:49
Andy Rama1-Sep-06 0:49 
QuestionNot able to read the value from App.config file Pin
kumar sudhir11-Sep-06 0:49
kumar sudhir11-Sep-06 0:49 
QuestionWin32 GetFocus() Alternative? Pin
wbjohnson31-Aug-06 23:50
wbjohnson31-Aug-06 23:50 
QuestionMessageBox close button ? help please ... Pin
cmpeng3431-Aug-06 23:38
cmpeng3431-Aug-06 23:38 
AnswerRe: MessageBox close button ? help please ... Pin
User 66581-Sep-06 1:40
User 66581-Sep-06 1:40 
QuestionButton look&feel Pin
JacquesDP31-Aug-06 23:08
JacquesDP31-Aug-06 23:08 
AnswerRe: Button look&feel Pin
Stefan Troschuetz31-Aug-06 23:20
Stefan Troschuetz31-Aug-06 23:20 
AnswerRe: Button look&feel Pin
Andrei Ungureanu1-Sep-06 1:53
Andrei Ungureanu1-Sep-06 1:53 
Hi,
There are several ways to create a button but not to be a button Smile | :) .
I used to play with PictureBoxes in which I used to load images that look like buttons. If you set the backcolor to Transparent and place inside the PictureBox an PNG file with transparent background you obtain a kind of button. If you want your "button" to be "alive" try changing the image in MouseEnter and MouseLeave event with images that look almost like the original one.
Static buttons i used to create on my background image of the form and place above them a label and at the Click event on the label do the work. It's not very pleasant but it works.

Do your best to be the best

GeneralRe: Button look&feel Pin
JacquesDP1-Sep-06 2:11
JacquesDP1-Sep-06 2:11 
QuestionThe C5 Generic Collection Library Pin
Kevin McFarlane31-Aug-06 23:05
Kevin McFarlane31-Aug-06 23:05 
AnswerRe: The C5 Generic Collection Library Pin
leppie1-Sep-06 0:56
leppie1-Sep-06 0:56 
QuestionDeclaring control events in XML file Pin
mhadamji31-Aug-06 22:42
mhadamji31-Aug-06 22:42 
AnswerRe: Declaring control events in XML file Pin
WillemM31-Aug-06 23:11
WillemM31-Aug-06 23:11 
GeneralRe: Declaring control events in XML file Pin
mhadamji1-Sep-06 3:12
mhadamji1-Sep-06 3:12 
QuestionHow to capture the data entered by the user Pin
King Shez31-Aug-06 22:11
King Shez31-Aug-06 22:11 
AnswerRe: How to capture the data entered by the user Pin
CWIZO31-Aug-06 22:47
CWIZO31-Aug-06 22:47 
GeneralRe: How to capture the data entered by the user Pin
King Shez1-Sep-06 2:06
King Shez1-Sep-06 2:06 
QuestionCalculation Problems Pin
Gavin Roberts31-Aug-06 22:05
Gavin Roberts31-Aug-06 22:05 
AnswerRe: Calculation Problems Pin
Marek Grzenkowicz31-Aug-06 22:11
Marek Grzenkowicz31-Aug-06 22:11 
GeneralRe: Calculation Problems Pin
Gavin Roberts31-Aug-06 23:14
Gavin Roberts31-Aug-06 23:14 
QuestionHow to run a url [modified] Pin
Support12331-Aug-06 21:18
Support12331-Aug-06 21:18 
QuestionRe: How to run a url Pin
Support12331-Aug-06 22:44
Support12331-Aug-06 22:44 
AnswerRe: How to run a url Pin
Stefan Troschuetz31-Aug-06 23:18
Stefan Troschuetz31-Aug-06 23:18 
GeneralRe: How to run a url Pin
Support1231-Sep-06 1:10
Support1231-Sep-06 1:10 
QuestionHow to add checkbox in datagrid in windows application Pin
indiaone31-Aug-06 19:32
indiaone31-Aug-06 19:32 

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.