Click here to Skip to main content
15,891,529 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRe: Displaying many details in a single text box control Pin
steve_rm1-Jun-08 3:15
steve_rm1-Jun-08 3:15 
AnswerRe: Displaying many details in a single text box control Pin
Scott Dorman1-Jun-08 3:46
professionalScott Dorman1-Jun-08 3:46 
QuestionRe: Displaying many details in a single text box control Pin
steve_rm1-Jun-08 4:55
steve_rm1-Jun-08 4:55 
AnswerRe: Displaying many details in a single text box control Pin
Scott Dorman1-Jun-08 7:12
professionalScott Dorman1-Jun-08 7:12 
QuestionFast file delete? Pin
lar3ry31-May-08 20:01
lar3ry31-May-08 20:01 
AnswerRe: Fast file delete? Pin
Dave Kreskowiak1-Jun-08 3:59
mveDave Kreskowiak1-Jun-08 3:59 
GeneralRe: Fast file delete? Pin
lar3ry1-Jun-08 16:00
lar3ry1-Jun-08 16:00 
GeneralRe: Fast file delete? Pin
lar3ry1-Jun-08 18:47
lar3ry1-Jun-08 18:47 
This gets weirder. I thought perhaps I'd try a DOS 'del' command, and came up with the following:

vts_01_0.vob 167813120

>elapsed del vts_01_0.vob
del vts_01_0.vob
Elapsed time: 00:01:39.203

So I retried the rm command supplied by WinXs, with the following result:

vts_01_5.vob 91742208

>elapsed rm -f vts_01_5.vob
rm -f vts_01_5.vob
Elapsed time: 00:00:49.016

Which is a quite acceptable time, and a far cry from the 22+ minutes I have experienced, though still much slower than my Open/Close/Delete method. I decided to try it again, and got:

vts_02_1.vob 125822976

>elapsed rm -f vts_02_1.vob
rm -f vts_02_1.vob
Elapsed time: 00:00:59.859

Still quite acceptable, but I think I'll keep on working on my DevNull program, which will delete anything dropped into a particular directory, and do it quickly.

I am now wondering if it has anything to do with the occasional slow launching I am experiencing. When it happens, I launch a program, the hourglass shows up briefly, then nothing happens. If I launch a few more programs, the same thing happens. After a few minutes (2, 5, occasionally more), al the programs I tried to launch will suddenly show up. I am running XP, Service Pack 2. I have Service Pack 3, but have not installed it yet.
GeneralRe: Fast file delete? Pin
Dave Kreskowiak2-Jun-08 1:24
mveDave Kreskowiak2-Jun-08 1:24 
GeneralRe: Fast file delete? Pin
lar3ry2-Jun-08 19:39
lar3ry2-Jun-08 19:39 
Questionhow i can plot a graph in visual basic experssion edition 2008 Pin
ali135331-May-08 16:55
ali135331-May-08 16:55 
AnswerRe: how i can plot a graph in visual basic experssion edition 2008 Pin
parth.p31-May-08 23:58
parth.p31-May-08 23:58 
GeneralRe: how i can plot a graph in visual basic experssion edition 2008 Pin
ali13533-Jun-08 2:29
ali13533-Jun-08 2:29 
GeneralRe: how i can plot a graph in visual basic experssion edition 2008 Pin
parth.p3-Jun-08 4:14
parth.p3-Jun-08 4:14 
GeneralI need some code! Pin
neilJones31-May-08 12:27
neilJones31-May-08 12:27 
GeneralRe: I need some code! Pin
leckey31-May-08 16:53
leckey31-May-08 16:53 
GeneralRe: I need some code! Pin
Dave Kreskowiak1-Jun-08 4:11
mveDave Kreskowiak1-Jun-08 4:11 
GeneralRe: I need some code! Pin
Luc Pattyn1-Jun-08 5:39
sitebuilderLuc Pattyn1-Jun-08 5:39 
QuestionReceiver Image in a VB program Pin
Assaf8231-May-08 9:09
Assaf8231-May-08 9:09 
AnswerRe: Receiver Image in a VB program Pin
Dave Kreskowiak31-May-08 11:58
mveDave Kreskowiak31-May-08 11:58 
GeneralRe: Receiver Image in a VB program Pin
Assaf8231-May-08 12:01
Assaf8231-May-08 12:01 
GeneralRe: Receiver Image in a VB program Pin
Dave Kreskowiak31-May-08 12:15
mveDave Kreskowiak31-May-08 12:15 
GeneralRe: Receiver Image in a VB program Pin
Assaf8231-May-08 12:19
Assaf8231-May-08 12:19 
GeneralRe: Receiver Image in a VB program Pin
Dave Kreskowiak1-Jun-08 3:50
mveDave Kreskowiak1-Jun-08 3:50 
QuestionGetType on a Referenced Assemble without hardcoding assembly loadfrom values Pin
MartyK200731-May-08 8:19
MartyK200731-May-08 8:19 

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.