Click here to Skip to main content
15,898,374 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Datagridview combobox column set selectedvalue Pin
san40329-Dec-10 1:41
san40329-Dec-10 1:41 
GeneralRe: Datagridview combobox column set selectedvalue Pin
imamul.karim3-Mar-11 0:44
imamul.karim3-Mar-11 0:44 
QuestionGraphics Pin
kmbhatt18-Jun-08 1:11
kmbhatt18-Jun-08 1:11 
QuestionVB.NET/SQL Pin
safealloys17-Jun-08 23:51
safealloys17-Jun-08 23:51 
AnswerRe: VB.NET/SQL Pin
Noctris18-Jun-08 0:09
Noctris18-Jun-08 0:09 
AnswerRe: VB.NET/SQL Pin
Ashfield18-Jun-08 3:44
Ashfield18-Jun-08 3:44 
QuestionFrom name as String to form reference Pin
nishkarsh_k17-Jun-08 23:48
nishkarsh_k17-Jun-08 23:48 
AnswerRe: From name as String to form reference Pin
darkelv18-Jun-08 15:34
darkelv18-Jun-08 15:34 
First you need to store the collection of open forms so that you can find them again, a List or Collection. A manager class to handle adding and removing/closing would be preferred to handle the List/Collection.

In the function, look for the form with the name, and ask the manager class to close the form.

If a form is closed via UI, inform the manager class to remove itself from the List/Collection.

You will need to handle situation where multiple form of the same type has been opened.
QuestionHow to save images into SQL database using ASP.net under VB instead of C# Pin
anting17-Jun-08 22:59
anting17-Jun-08 22:59 
AnswerRe: How to save images into SQL database using ASP.net under VB instead of C# Pin
Smithers-Jones17-Jun-08 23:04
Smithers-Jones17-Jun-08 23:04 
Questionreading logfile Pin
Ebube17-Jun-08 21:21
Ebube17-Jun-08 21:21 
AnswerRe: reading logfile Pin
Noctris18-Jun-08 0:14
Noctris18-Jun-08 0:14 
GeneralRe: reading logfile Pin
Ebube18-Jun-08 4:35
Ebube18-Jun-08 4:35 
GeneralRe: reading logfile Pin
Noctris18-Jun-08 6:02
Noctris18-Jun-08 6:02 
AnswerRe: reading logfile Pin
Hasan Jaffal18-Jun-08 20:05
Hasan Jaffal18-Jun-08 20:05 
QuestionAsking about global variable using VB.NET Window Form Application Pin
drexler_kk17-Jun-08 21:01
drexler_kk17-Jun-08 21:01 
AnswerRe: Asking about global variable using VB.NET Window Form Application Pin
Ashfield17-Jun-08 21:20
Ashfield17-Jun-08 21:20 
GeneralRe: Asking about global variable using VB.NET Window Form Application Pin
drexler_kk17-Jun-08 22:11
drexler_kk17-Jun-08 22:11 
AnswerRe: Asking about global variable using VB.NET Window Form Application Pin
Guffa17-Jun-08 21:34
Guffa17-Jun-08 21:34 
QuestionRe: Asking about global variable using VB.NET Window Form Application Pin
drexler_kk17-Jun-08 22:06
drexler_kk17-Jun-08 22:06 
AnswerRe: Asking about global variable using VB.NET Window Form Application Pin
Guffa17-Jun-08 22:21
Guffa17-Jun-08 22:21 
QuestionRe: Asking about global variable using VB.NET Window Form Application Pin
drexler_kk17-Jun-08 22:44
drexler_kk17-Jun-08 22:44 
AnswerRe: Asking about global variable using VB.NET Window Form Application Pin
Jay Royall18-Jun-08 1:34
Jay Royall18-Jun-08 1:34 
GeneralRe: Asking about global variable using VB.NET Window Form Application Pin
drexler_kk18-Jun-08 15:12
drexler_kk18-Jun-08 15:12 
GeneralRe: Asking about global variable using VB.NET Window Form Application Pin
drexler_kk18-Jun-08 15:15
drexler_kk18-Jun-08 15:15 

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.