Click here to Skip to main content
15,894,180 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Using Winsock in VB .Net Pin
MatthysDT19-Feb-06 21:43
MatthysDT19-Feb-06 21:43 
QuestionDeploying VB.Net / MS Access Application Pin
mayhem_rules17-Feb-06 0:22
mayhem_rules17-Feb-06 0:22 
AnswerRe: Deploying VB.Net / MS Access Application Pin
KaptinKrunch17-Feb-06 6:20
KaptinKrunch17-Feb-06 6:20 
QuestionHow to get the height of an image in millimeters? Pin
MaWeRic16-Feb-06 23:49
MaWeRic16-Feb-06 23:49 
AnswerRe: How to get the height of an image in millimeters? Pin
progload18-Feb-06 7:25
progload18-Feb-06 7:25 
QuestionHelp VB.Net Media Player Pin
Raj.Sharma16-Feb-06 22:59
Raj.Sharma16-Feb-06 22:59 
AnswerRe: Help VB.Net Media Player Pin
Hari Om Prakash Sharma17-Feb-06 0:34
Hari Om Prakash Sharma17-Feb-06 0:34 
QuestionHow to display a context menu fully? Pin
KaKa'16-Feb-06 22:15
KaKa'16-Feb-06 22:15 
Hi, I am working on a web parts custom control which consists of a label,a list box and a context menu. I bounded the context menu to the list box such that when the user rightclicks on the list, the menu will appear. However, when the menu appears, it is blocked by the listbox. Hence only part of the menu is visible. How do I make the menu to be totally visible and to appear 'on top of' the listbox?

A code snippet is below:

list1.ID = "List1" 'List's ID
listitem1.Text = "Testing" 'List's items
listitem2.Text = "Event"
list1.Items.Add(listitem1)
list1.Items.Add(listitem2)
Me.Controls.Add(label1) 'Add the list as part of the custom ctrl

menu1.ID = "ContextMenu1"
menuitem1.Text = "Acknowledge" 'Menu Items
menuitem2.Text = "Testing"
menu1.ContextMenuItems.Add(menuitem1)
menu1.ContextMenuItems.Add(menuitem2)
menu1.BoundControls.Add(list1) 'Attatch menu to the list
Me.Controls.Add(menu1) 'Add the menu to the custom control

The code is in Visual Basic 05. Advice will be appreciated!
Questionhow to print MS Chart??? Pin
DreamQuestioner16-Feb-06 21:55
DreamQuestioner16-Feb-06 21:55 
AnswerRe: how to print MS Chart??? Pin
Joshua Quick17-Feb-06 14:08
Joshua Quick17-Feb-06 14:08 
AnswerRe: how to print MS Chart??? Pin
Joshua Quick18-Feb-06 11:04
Joshua Quick18-Feb-06 11:04 
QuestionDatagridview: Changing Row Color based on column value Pin
abhinish16-Feb-06 20:02
abhinish16-Feb-06 20:02 
AnswerRe: Datagridview: Changing Row Color based on column value Pin
AlexeiXX320-Feb-06 5:57
AlexeiXX320-Feb-06 5:57 
QuestionVB.Net Keyword Pin
alien viper16-Feb-06 19:12
alien viper16-Feb-06 19:12 
AnswerRe: VB.Net Keyword Pin
CWIZO17-Feb-06 4:02
CWIZO17-Feb-06 4:02 
AnswerRe: VB.Net Keyword Pin
Dave Kreskowiak17-Feb-06 4:10
mveDave Kreskowiak17-Feb-06 4:10 
QuestionDatatype Conversion Pin
welbert16-Feb-06 16:34
welbert16-Feb-06 16:34 
AnswerRe: Datatype Conversion Pin
alien viper16-Feb-06 17:31
alien viper16-Feb-06 17:31 
AnswerRe: Datatype Conversion Pin
Chatura Dilan16-Feb-06 18:10
Chatura Dilan16-Feb-06 18:10 
QuestionGet All SQL Server Name Pin
alien viper16-Feb-06 16:05
alien viper16-Feb-06 16:05 
QuestionCUSTOM WEB SERVER CONTROL WITH VALIDATION Pin
JohnyCoder16-Feb-06 12:30
JohnyCoder16-Feb-06 12:30 
QuestionRefactor! Add-in Pin
Kevin McFarlane16-Feb-06 9:59
Kevin McFarlane16-Feb-06 9:59 
AnswerRe: Refactor! Add-in Pin
Colin Angus Mackay16-Feb-06 13:17
Colin Angus Mackay16-Feb-06 13:17 
AnswerRe: Refactor! Add-in Pin
Joshua Quick16-Feb-06 13:21
Joshua Quick16-Feb-06 13:21 
GeneralRe: Refactor! Add-in Pin
Al Ortega16-Feb-06 13:46
Al Ortega16-Feb-06 13:46 

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.