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

Visual Basic

 
Question.net web page not working on mac puters Pin
jimbodenny9-Sep-05 15:59
jimbodenny9-Sep-05 15:59 
AnswerRe: .net web page not working on mac puters Pin
Colin Angus Mackay10-Sep-05 2:00
Colin Angus Mackay10-Sep-05 2:00 
GeneralRe: .net web page not working on mac puters Pin
jimbodenny10-Sep-05 5:50
jimbodenny10-Sep-05 5:50 
QuestionContext Pin
militiaware9-Sep-05 13:48
militiaware9-Sep-05 13:48 
QuestionStartUp Pin
militiaware9-Sep-05 13:45
militiaware9-Sep-05 13:45 
AnswerRe: StartUp Pin
rwestgraham9-Sep-05 17:04
rwestgraham9-Sep-05 17:04 
AnswerRe: StartUp Pin
Dave Kreskowiak10-Sep-05 3:47
mveDave Kreskowiak10-Sep-05 3:47 
QuestionVB.NET ListView Flicker Pin
Gate Crasher9-Sep-05 13:15
Gate Crasher9-Sep-05 13:15 
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.


QuestionCreating a dockable (to screen) window Pin
calipsio0209-Sep-05 10:25
susscalipsio0209-Sep-05 10:25 
QuestionMonitor small processes/ IPC, variables.. ahh.. HELP PLEASE Pin
Member 22630819-Sep-05 9:39
Member 22630819-Sep-05 9:39 
AnswerRe: Monitor small processes/ IPC, variables.. ahh.. HELP PLEASE Pin
Dave Kreskowiak10-Sep-05 3:45
mveDave Kreskowiak10-Sep-05 3:45 
GeneralRe: Monitor small processes/ IPC, variables.. ahh.. HELP PLEASE Pin
Member 226308112-Sep-05 4:28
Member 226308112-Sep-05 4:28 
GeneralRe: Monitor small processes/ IPC, variables.. ahh.. HELP PLEASE Pin
Dave Kreskowiak12-Sep-05 15:39
mveDave Kreskowiak12-Sep-05 15:39 
Questiondotnet dll distribution Pin
shinay9-Sep-05 8:25
shinay9-Sep-05 8:25 
AnswerRe: dotnet dll distribution Pin
Colin Angus Mackay9-Sep-05 9:12
Colin Angus Mackay9-Sep-05 9:12 
GeneralRe: dotnet dll distribution Pin
rwestgraham9-Sep-05 9:56
rwestgraham9-Sep-05 9:56 
GeneralRe: dotnet dll distribution Pin
Colin Angus Mackay9-Sep-05 10:02
Colin Angus Mackay9-Sep-05 10:02 
GeneralBootstrapping dotnetfx.exe Pin
rwestgraham9-Sep-05 10:12
rwestgraham9-Sep-05 10:12 
QuestionCrystal Reports Hell Pin
Len Miller9-Sep-05 7:43
Len Miller9-Sep-05 7:43 
AnswerRe: Crystal Reports Hell Pin
nguyenthai20109-Sep-05 23:13
nguyenthai20109-Sep-05 23:13 
GeneralRe: Crystal Reports Hell Pin
Len Miller12-Sep-05 4:15
Len Miller12-Sep-05 4:15 
Questionpassing values from a form to a dialog form Pin
macupryk9-Sep-05 5:48
macupryk9-Sep-05 5:48 
AnswerRe: passing values from a form to a dialog form Pin
rwestgraham9-Sep-05 10:22
rwestgraham9-Sep-05 10:22 
GeneralRe: passing values from a form to a dialog form Pin
macupryk9-Sep-05 23:38
macupryk9-Sep-05 23:38 
AnswerRe: passing values from a form to a dialog form Pin
Rizwan Bashir9-Sep-05 23:26
Rizwan Bashir9-Sep-05 23:26 

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.