Click here to Skip to main content
15,899,313 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Write .txt FIle in selected fonts Pin
Manas Bhardwaj12-Aug-08 3:22
professionalManas Bhardwaj12-Aug-08 3:22 
AnswerRe: Write .txt FIle in selected fonts Pin
jzonthemtn12-Aug-08 5:00
jzonthemtn12-Aug-08 5:00 
GeneralRe: Write .txt FIle in selected fonts Pin
Manas Bhardwaj12-Aug-08 5:01
professionalManas Bhardwaj12-Aug-08 5:01 
GeneralRe: Write .txt FIle in selected fonts Pin
jzonthemtn12-Aug-08 5:04
jzonthemtn12-Aug-08 5:04 
QuestionHow to find out total number of repitation of string into an array Pin
Rameez Raja12-Aug-08 1:41
Rameez Raja12-Aug-08 1:41 
AnswerRe: How to find out total number of repitation of string into an array Pin
Christian Graus12-Aug-08 1:45
protectorChristian Graus12-Aug-08 1:45 
AnswerRe: How to find out total number of repitation of string into an array Pin
Tim Carmichael12-Aug-08 2:09
Tim Carmichael12-Aug-08 2:09 
AnswerRe: How to find out total number of repitation of string into an array Pin
LloydA11113-Aug-08 4:24
LloydA11113-Aug-08 4:24 
<br />
Dim Count as Integer<br />
For each i in MyArray<br />
if i.contains = "YourString" then<br />
count += 1<br />
next<br />


Something like that? Smile | :)

Lloyd J. Atkinson

"Logic will get you from A to B, but imagination will take you everywhere" - ALbert Einstein

I look at Microsoft, and turn to my poster on the wall saying: "Bang head here in case of stress".

Question***integration of powerbuilder and VB [modified] Pin
sidwithu12-Aug-08 1:30
sidwithu12-Aug-08 1:30 
AnswerRe: ***integration of powerbuilder and VB Pin
Manas Bhardwaj12-Aug-08 2:42
professionalManas Bhardwaj12-Aug-08 2:42 
QuestionFormula Builder [modified] Pin
neha.lad11-Aug-08 23:52
neha.lad11-Aug-08 23:52 
AnswerRe: Formula Builder Pin
Christian Graus12-Aug-08 0:36
protectorChristian Graus12-Aug-08 0:36 
QuestionChecking whether a TextFile is Open or Not? Pin
VijaySofist11-Aug-08 23:47
VijaySofist11-Aug-08 23:47 
AnswerRe: Checking whether a TextFile is Open or Not? Pin
John_Adams12-Aug-08 0:18
John_Adams12-Aug-08 0:18 
AnswerRe: Checking whether a TextFile is Open or Not? Pin
Dave Kreskowiak12-Aug-08 16:44
mveDave Kreskowiak12-Aug-08 16:44 
Questionhow to use dataset localy in project from other web page Pin
lumina_ssblack11-Aug-08 20:50
lumina_ssblack11-Aug-08 20:50 
AnswerRe: how to use dataset localy in project from other web page Pin
Christian Graus12-Aug-08 0:36
protectorChristian Graus12-Aug-08 0:36 
QuestionAdding a label to a group box in runtime... Pin
sa_runner11-Aug-08 16:18
sa_runner11-Aug-08 16:18 
AnswerRe: Adding a label to a group box in runtime... Pin
Christian Graus11-Aug-08 18:40
protectorChristian Graus11-Aug-08 18:40 
QuestionRestricting a multiline text box Pin
JudyV11-Aug-08 11:45
JudyV11-Aug-08 11:45 
AnswerRe: Restricting a multiline text box Pin
Mycroft Holmes11-Aug-08 14:55
professionalMycroft Holmes11-Aug-08 14:55 
GeneralRe: Restricting a multiline text box Pin
JudyV12-Aug-08 5:26
JudyV12-Aug-08 5:26 
GeneralRe: Restricting a multiline text box Pin
JudyV13-Aug-08 5:55
JudyV13-Aug-08 5:55 
GeneralRe: Restricting a multiline text box Pin
JudyV13-Aug-08 7:57
JudyV13-Aug-08 7:57 
GeneralRe: Restricting a multiline text box Pin
Mycroft Holmes13-Aug-08 13:33
professionalMycroft Holmes13-Aug-08 13:33 

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.