Click here to Skip to main content
15,921,884 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questionshortcut and InputLanguage Pin
Anonymous12-Sep-05 21:33
Anonymous12-Sep-05 21:33 
QuestionHow to create different IPC channels in both server and client configuration files Pin
SongDog12-Sep-05 19:13
SongDog12-Sep-05 19:13 
Questioninstaller of c#.net project Pin
AvinashKundal12-Sep-05 19:12
AvinashKundal12-Sep-05 19:12 
AnswerRe: installer of c#.net project Pin
rwestgraham13-Sep-05 9:04
rwestgraham13-Sep-05 9:04 
QuestionFound incredible notepad like source editor Pin
Heinz_9-Sep-05 17:24
Heinz_9-Sep-05 17:24 
QuestionOne inherited form from FormBase has one toolbar and one imagelist Pin
Emerson Valente9-Sep-05 2:59
Emerson Valente9-Sep-05 2:59 
AnswerRe: Funcionamento de Toolbar publica em Form herdado Pin
Dave Kreskowiak9-Sep-05 4:31
mveDave Kreskowiak9-Sep-05 4:31 
QuestionVB.net ListView Flicker Pin
Gate Crasher8-Sep-05 16:29
Gate Crasher8-Sep-05 16:29 
I am working on a touchscreen jukebox program like some of the more modern ones you may have seen in bars or pool halls. It's quite generic right now but I have been playing around with the ListView control to display an accurate representation of the current playlist. I have gotten it so that the user can DragDrop items (music files) in (*not "into" from an outside source..yet) the playlist to alter the order of the songs, i.e. move track 1 to track 3, thus resulting in track 2 becoming track 1 and track 3 becoming track 2. You get the picture. Actually it's quite like the playlist ListView in Windows Media player right now. In any cause, when the user moves the media up and/or down the list I am drawing a line on the ListView Control between the items that the chosen media is to be moved and thus inserted. I am using Graphics and Graphics.DrawLine and it works fine. However, I have to ListView.Refresh() everytime the line changes otherwise a whole bunch of lines will just continue to be drawn on the playlist ListView. It is in Detail Mode Behavior btw. This is all dandy when I have just a few items in the playlist but when I get around 30 or so when I drag an item to be moved the ListView Refreshing causes the control to flicker. Nothing major but annoying and unprofessional. How do I get this to quit? The Media Player for Windows does not flicker. Also on a side note, when the playlist becomes too big for the ListView the scrollbars take effect however on mine I get a horizontal one as well and do not want it. Do I have to resize the ListView when it reaches a certain number of items to accomodate the width of the vertical scrollbar or is there a way to tell the ListView control not to display the horizontal scrollbar at all? Any help, suggestions, or comments would be greatly appreciated.
AnswerRe: VB.net ListView Flicker Pin
Christian Graus8-Sep-05 16:43
protectorChristian Graus8-Sep-05 16:43 
GeneralRe: VB.net ListView Flicker Pin
[Marc]10-Sep-05 0:28
[Marc]10-Sep-05 0:28 
AnswerRe: VB.net ListView Flicker Pin
S. Senthil Kumar16-Sep-05 6:14
S. Senthil Kumar16-Sep-05 6:14 
QuestionBeginner Help Pin
Anonymous8-Sep-05 9:38
Anonymous8-Sep-05 9:38 
AnswerRe: Beginner Help Pin
Colin Angus Mackay8-Sep-05 11:01
Colin Angus Mackay8-Sep-05 11:01 
Questionpopup control ruined my app Pin
texasjames8-Sep-05 9:05
texasjames8-Sep-05 9:05 
AnswerRe: popup control ruined my app Pin
Colin Angus Mackay9-Sep-05 5:57
Colin Angus Mackay9-Sep-05 5:57 
Question.Net C# Word Add-in install Pin
tartancli8-Sep-05 8:19
tartancli8-Sep-05 8:19 
AnswerRe: .Net C# Word Add-in install Pin
rwestgraham11-Sep-05 11:18
rwestgraham11-Sep-05 11:18 
GeneralRe: .Net C# Word Add-in install Pin
tartancli11-Sep-05 11:54
tartancli11-Sep-05 11:54 
GeneralKill the VB/C# debate! Pin
ComputerGuyCJ8-Sep-05 7:32
ComputerGuyCJ8-Sep-05 7:32 
GeneralRe: Kill the VB/C# debate! Pin
Dave Kreskowiak8-Sep-05 9:06
mveDave Kreskowiak8-Sep-05 9:06 
GeneralRe: Kill the VB/C# debate! Pin
Paul Conrad14-Sep-05 19:49
professionalPaul Conrad14-Sep-05 19:49 
GeneralRe: Kill the VB/C# debate! Pin
Christian Graus8-Sep-05 12:36
protectorChristian Graus8-Sep-05 12:36 
GeneralRe: Kill the VB/C# debate! Pin
Dan Neely9-Sep-05 5:42
Dan Neely9-Sep-05 5:42 
GeneralRe: Kill the VB/C# debate! Pin
Steve Pullan8-Sep-05 17:57
Steve Pullan8-Sep-05 17:57 
GeneralRe: Kill the VB/C# debate! Pin
Super Lloyd9-Sep-05 2:35
Super Lloyd9-Sep-05 2:35 

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.