Click here to Skip to main content
15,914,016 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: .NET Porting Pin
Christian Graus14-Jun-05 17:48
protectorChristian Graus14-Jun-05 17:48 
GeneralRe: .NET Porting Pin
jonathan1515-Jun-05 3:01
jonathan1515-Jun-05 3:01 
GeneralDelete Picture in MS Word Pin
IvanChang14-Jun-05 17:22
IvanChang14-Jun-05 17:22 
Questionhow to skip used mailing labels and print duplicates in vb.net with Crystal Reports? Pin
Lisana14-Jun-05 8:17
Lisana14-Jun-05 8:17 
GeneralUsing Font.strikeout Pin
hollymax14-Jun-05 5:42
hollymax14-Jun-05 5:42 
GeneralRe: Using Font.strikeout Pin
Robert Rohde14-Jun-05 3:24
Robert Rohde14-Jun-05 3:24 
GeneralRe: Using Font.strikeout Pin
hollymax14-Jun-05 11:56
hollymax14-Jun-05 11:56 
GeneralRe: Using Font.strikeout Pin
Robert Rohde14-Jun-05 19:41
Robert Rohde14-Jun-05 19:41 
This is a bit more tricky, because the CheckedListBox doesn't support this by default. First you will have make your own CheckedListBox by inheriting from the normal CheckedListBox class. Then override the OnDrawItem method and implement it the way you want.
The easiest way to implement it should be to call the base implementation and just draw a line over the whole item when it is checked. Other possibility would be to get Reflector and look into the default implementation to get a feeling for what has to be implemented.
GeneralRe: Using Font.strikeout Pin
hollymax14-Jun-05 22:59
hollymax14-Jun-05 22:59 
GeneralRe: Using Font.strikeout Pin
Dave Kreskowiak15-Jun-05 3:34
mveDave Kreskowiak15-Jun-05 3:34 
GeneralForcing numeric-only textboxes Pin
Trey549814-Jun-05 2:22
Trey549814-Jun-05 2:22 
GeneralRe: Forcing numeric-only textboxes Pin
Christian Graus14-Jun-05 14:31
protectorChristian Graus14-Jun-05 14:31 
GeneralRe: Forcing numeric-only textboxes Pin
Yulianto.14-Jun-05 17:04
Yulianto.14-Jun-05 17:04 
GeneralRe: Forcing numeric-only textboxes Pin
Christian Graus14-Jun-05 23:54
protectorChristian Graus14-Jun-05 23:54 
Generalautomating excel in vb Pin
marclenoir200514-Jun-05 5:00
marclenoir200514-Jun-05 5:00 
GeneralFree software for UI Designing Pin
misspoo2214-Jun-05 2:29
misspoo2214-Jun-05 2:29 
GeneralRe: Free software for UI Designing Pin
Christian Graus14-Jun-05 14:31
protectorChristian Graus14-Jun-05 14:31 
GeneralRe: Free software for UI Designing Pin
misspoo2214-Jun-05 17:40
misspoo2214-Jun-05 17:40 
GeneralRe: Free software for UI Designing Pin
Christian Graus14-Jun-05 17:43
protectorChristian Graus14-Jun-05 17:43 
GeneralRe: Free software for UI Designing Pin
misspoo2214-Jun-05 18:49
misspoo2214-Jun-05 18:49 
GeneralRe: Free software for UI Designing Pin
Christian Graus14-Jun-05 23:43
protectorChristian Graus14-Jun-05 23:43 
GeneralRe: Free software for UI Designing Pin
misspoo2215-Jun-05 0:23
misspoo2215-Jun-05 0:23 
GeneralRe: Free software for UI Designing Pin
Christian Graus15-Jun-05 13:02
protectorChristian Graus15-Jun-05 13:02 
GeneralCapture keystroke Pin
Anonymous14-Jun-05 0:11
Anonymous14-Jun-05 0:11 
GeneralRe: Capture keystroke Pin
Christian Graus14-Jun-05 1:40
protectorChristian Graus14-Jun-05 1:40 

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.