Click here to Skip to main content
15,923,006 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: image Pin
Guffa15-May-06 2:27
Guffa15-May-06 2:27 
QuestionI have a problem updating the data because of relationship.. Pin
Sasmi15-May-06 1:37
Sasmi15-May-06 1:37 
Questionimage on toolbar not coming (vs 2003) Pin
Rizwan Bashir15-May-06 1:36
Rizwan Bashir15-May-06 1:36 
AnswerRe: image on toolbar not coming (vs 2003) Pin
Rizwan Bashir15-May-06 3:24
Rizwan Bashir15-May-06 3:24 
Questionhow to set a Map Property Pin
Amit Agarrwal15-May-06 0:46
Amit Agarrwal15-May-06 0:46 
Questionautomatic moving upward of text in vb.net Pin
amaneet14-May-06 23:20
amaneet14-May-06 23:20 
Questionhow to search a file Pin
himuskanhere14-May-06 23:04
himuskanhere14-May-06 23:04 
AnswerRe: how to search a file Pin
Robert Rohde15-May-06 4:02
Robert Rohde15-May-06 4:02 
The following will give you all files with the extension 'dll':
Dim di as System.IO.DirectoryInfo = new System.IO.DirectoryInfo(myPath)
Dim fi as FileInfo() = di.GetFiles("*.dll")

You can search by any pattern you like.
You can also use File.Exists to check whether a specific file exists.
GeneralRe: how to search a file Pin
himuskanhere15-May-06 17:39
himuskanhere15-May-06 17:39 
QuestionHow to show a form without taking the focus? Pin
cylix200014-May-06 23:04
cylix200014-May-06 23:04 
AnswerRe: How to show a form without taking the focus? Pin
sathish s14-May-06 23:34
sathish s14-May-06 23:34 
GeneralRe: How to show a form without taking the focus? Pin
cylix200015-May-06 2:24
cylix200015-May-06 2:24 
GeneralRe: How to show a form without taking the focus? Pin
sathish s15-May-06 3:17
sathish s15-May-06 3:17 
QuestionList view and textpad Pin
Amarni14-May-06 22:43
Amarni14-May-06 22:43 
AnswerRe: List view and textpad Pin
Rizwan Bashir14-May-06 23:33
Rizwan Bashir14-May-06 23:33 
QuestionTELNET CONNECTION with VB.NET Pin
Altrustic00714-May-06 21:42
Altrustic00714-May-06 21:42 
AnswerRe: TELNET CONNECTION with VB.NET Pin
NormDroid14-May-06 21:45
professionalNormDroid14-May-06 21:45 
GeneralRe: TELNET CONNECTION with VB.NET Pin
Altrustic00714-May-06 22:57
Altrustic00714-May-06 22:57 
GeneralRe: TELNET CONNECTION with VB.NET Pin
NormDroid14-May-06 23:09
professionalNormDroid14-May-06 23:09 
GeneralRe: TELNET CONNECTION with VB.NET Pin
Altrustic00714-May-06 23:17
Altrustic00714-May-06 23:17 
GeneralRe: TELNET CONNECTION with VB.NET Pin
NormDroid14-May-06 23:27
professionalNormDroid14-May-06 23:27 
GeneralRe: TELNET CONNECTION with VB.NET Pin
Altrustic00715-May-06 0:04
Altrustic00715-May-06 0:04 
QuestionDelete confirmation box Pin
Amit Agarrwal14-May-06 21:34
Amit Agarrwal14-May-06 21:34 
AnswerRe: Delete confirmation box Pin
nicko14-May-06 21:55
nicko14-May-06 21:55 
GeneralRe: Delete confirmation box Pin
Amit Agarrwal14-May-06 22:40
Amit Agarrwal14-May-06 22:40 

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.