Click here to Skip to main content
15,900,906 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionIdentify which row is select from list view Pin
Mekong River2-Aug-06 6:30
Mekong River2-Aug-06 6:30 
AnswerRe: Identify which row is select from list view Pin
Stephen McGuire2-Aug-06 7:06
Stephen McGuire2-Aug-06 7:06 
GeneralRe: Identify which row is select from list view Pin
Mekong River2-Aug-06 14:41
Mekong River2-Aug-06 14:41 
GeneralRe: Identify which row is select from list view Pin
Mekong River4-Aug-06 19:02
Mekong River4-Aug-06 19:02 
GeneralRe: Identify which row is select from list view Pin
Stephen McGuire5-Aug-06 3:57
Stephen McGuire5-Aug-06 3:57 
GeneralRe: Identify which row is select from list view Pin
Mekong River5-Aug-06 12:20
Mekong River5-Aug-06 12:20 
QuestionHow to create a popup window in Visual Studio 2005? Pin
frossie2-Aug-06 4:43
frossie2-Aug-06 4:43 
AnswerRe: How to create a popup window in Visual Studio 2005? Pin
Nouvand3-Aug-06 1:12
Nouvand3-Aug-06 1:12 
Just create the popup form and put your contents(such as checkbox, etc).
Remember your new form's name. Example: frmPopup
In Designtime.. doubleclik the title you to assign as triger to popup your content form.
in Click procedure just add a single code:

frmPopup.Show ()

Thats all..

QuestionProblem with listing the URLs from html source code Pin
Aaron1282-Aug-06 3:38
Aaron1282-Aug-06 3:38 
AnswerRe: Problem with listing the URLs from html source code Pin
Stephen McGuire2-Aug-06 7:22
Stephen McGuire2-Aug-06 7:22 
GeneralRe: Problem with listing the URLs from html source code Pin
Aaron1282-Aug-06 8:16
Aaron1282-Aug-06 8:16 
GeneralRe: Problem with listing the URLs from html source code Pin
Stephen McGuire2-Aug-06 8:45
Stephen McGuire2-Aug-06 8:45 
GeneralRe: Problem with listing the URLs from html source code Pin
Aaron1282-Aug-06 8:52
Aaron1282-Aug-06 8:52 
GeneralRe: Problem with listing the URLs from html source code Pin
Stephen McGuire2-Aug-06 9:53
Stephen McGuire2-Aug-06 9:53 
GeneralRe: Problem with listing the URLs from html source code Pin
Aaron1282-Aug-06 10:47
Aaron1282-Aug-06 10:47 
GeneralRe: Problem with listing the URLs from html source code Pin
Stephen McGuire2-Aug-06 11:29
Stephen McGuire2-Aug-06 11:29 
GeneralRe: Problem with listing the URLs from html source code Pin
Aaron1282-Aug-06 11:31
Aaron1282-Aug-06 11:31 
GeneralRe: Problem with listing the URLs from html source code Pin
Stephen McGuire2-Aug-06 11:42
Stephen McGuire2-Aug-06 11:42 
GeneralRe: Problem with listing the URLs from html source code Pin
Aaron1282-Aug-06 11:47
Aaron1282-Aug-06 11:47 
GeneralRe: Problem with listing the URLs from html source code Pin
Stephen McGuire3-Aug-06 6:59
Stephen McGuire3-Aug-06 6:59 
QuestionGiving colors to the Tab pages of Tab control. Pin
Rajiya2-Aug-06 1:54
Rajiya2-Aug-06 1:54 
AnswerRe: Giving colors to the Tab pages of Tab control. Pin
Stephen McGuire2-Aug-06 6:54
Stephen McGuire2-Aug-06 6:54 
AnswerRe: Giving colors to the Tab pages of Tab control. Pin
Dave Kreskowiak3-Aug-06 5:08
mveDave Kreskowiak3-Aug-06 5:08 
AnswerRe: Giving colors to the Tab pages of Tab control. Pin
Stephen McGuire3-Aug-06 7:05
Stephen McGuire3-Aug-06 7:05 
QuestionExcel File Pin
Mohammed Elkholy2-Aug-06 0:50
Mohammed Elkholy2-Aug-06 0:50 

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.