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

Visual Basic

 
AnswerRe: property grid PinPopular
Christian Graus23-Jun-09 23:45
protectorChristian Graus23-Jun-09 23:45 
GeneralRe: property grid Pin
bhargava240924-Jun-09 0:11
bhargava240924-Jun-09 0:11 
GeneralRe: property grid Pin
Jon_Boy24-Jun-09 1:30
Jon_Boy24-Jun-09 1:30 
GeneralRe: property grid Pin
Henry Minute24-Jun-09 1:33
Henry Minute24-Jun-09 1:33 
AnswerRe: property grid Pin
Jon_Boy24-Jun-09 1:28
Jon_Boy24-Jun-09 1:28 
GeneralRe: property grid Pin
bhargava240925-Jun-09 0:39
bhargava240925-Jun-09 0:39 
Questioncan't write all text to txt file Pin
TheMrProgrammer23-Jun-09 22:50
TheMrProgrammer23-Jun-09 22:50 
AnswerRe: can't write all text to txt file PinPopular
Christian Graus23-Jun-09 23:06
protectorChristian Graus23-Jun-09 23:06 
TheMrProgrammer wrote:
i know this kills the cpu but no prob there


No, it kills the file if multiple threads try to write to it.

TheMrProgrammer wrote:
(I think static makes the process faster.is it true?)


No. Seems like you have no idea what you're doing.

TheMrProgrammer wrote:
sometimes only 10000 or sometimes 15000 are written


Because your different threads are going to clash. Try using one thread, given that your array is static, the data is always the same, so having 5 threads trying to write the same file, is kind of retarded, right ?

Christian Graus

Driven to the arms of OSX by Vista.

"! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums.

I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp

GeneralRe: can't write all text to txt file Pin
Jon_Boy24-Jun-09 1:31
Jon_Boy24-Jun-09 1:31 
GeneralRe: can't write all text to txt file Pin
TheMrProgrammer24-Jun-09 4:25
TheMrProgrammer24-Jun-09 4:25 
GeneralRe: can't write all text to txt file Pin
Christian Graus24-Jun-09 10:41
protectorChristian Graus24-Jun-09 10:41 
GeneralRe: can't write all text to txt file Pin
TheMrProgrammer24-Jun-09 19:51
TheMrProgrammer24-Jun-09 19:51 
AnswerRe: can't write all text to txt file Pin
Luc Pattyn24-Jun-09 13:34
sitebuilderLuc Pattyn24-Jun-09 13:34 
GeneralRe: can't write all text to txt file Pin
TheMrProgrammer24-Jun-09 19:55
TheMrProgrammer24-Jun-09 19:55 
GeneralRe: can't write all text to txt file Pin
Luc Pattyn24-Jun-09 23:29
sitebuilderLuc Pattyn24-Jun-09 23:29 
GeneralRe: can't write all text to txt file Pin
TheMrProgrammer25-Jun-09 3:37
TheMrProgrammer25-Jun-09 3:37 
GeneralRe: can't write all text to txt file Pin
Luc Pattyn25-Jun-09 3:51
sitebuilderLuc Pattyn25-Jun-09 3:51 
QuestionHexadecimal const declare Pin
garfield18523-Jun-09 21:32
garfield18523-Jun-09 21:32 
AnswerRe: Hexadecimal const declare Pin
Christian Graus23-Jun-09 21:38
protectorChristian Graus23-Jun-09 21:38 
AnswerRe: Hexadecimal const declare Pin
JoeSharp23-Jun-09 22:03
JoeSharp23-Jun-09 22:03 
GeneralRe: Hexadecimal const declare Pin
garfield18523-Jun-09 22:11
garfield18523-Jun-09 22:11 
Questionhow to start a project Pin
shivam jaitly23-Jun-09 21:32
shivam jaitly23-Jun-09 21:32 
AnswerRe: how to start a project Pin
Christian Graus23-Jun-09 21:38
protectorChristian Graus23-Jun-09 21:38 
AnswerRe: how to start a project Pin
Dave Kreskowiak24-Jun-09 4:12
mveDave Kreskowiak24-Jun-09 4:12 
AnswerRe: how to start a project Pin
Jon_Boy24-Jun-09 4:18
Jon_Boy24-Jun-09 4:18 

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.