Click here to Skip to main content
15,911,646 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow to export a dataset into excel files using vb.net? Pin
kcdeleon18-Sep-05 23:04
kcdeleon18-Sep-05 23:04 
AnswerRe: how to export a dataset into excel files using vb.net? Pin
seee sharp19-Sep-05 0:11
seee sharp19-Sep-05 0:11 
GeneralRe: how to export a dataset into excel files using vb.net? Pin
kcdeleon19-Sep-05 13:58
kcdeleon19-Sep-05 13:58 
QuestionExcel controlled by VB application runs too slow Pin
TheKriminal18-Sep-05 22:11
TheKriminal18-Sep-05 22:11 
AnswerRe: Excel controlled by VB application runs too slow Pin
quacks_a_lot20-Sep-05 14:41
quacks_a_lot20-Sep-05 14:41 
GeneralRe: Excel controlled by VB application runs too slow Pin
TheKriminal21-Sep-05 21:48
TheKriminal21-Sep-05 21:48 
QuestionTrack Files Copying Out Of PC Pin
tslu18-Sep-05 21:56
tslu18-Sep-05 21:56 
AnswerRe: Track Files Copying Out Of PC Pin
Dave Kreskowiak19-Sep-05 1:18
mveDave Kreskowiak19-Sep-05 1:18 
You're really going to have a difficult time with this. Since a copy operation is really just opeing a file and reading it's contents, there is no way to tell whe is happening with the data. There are so many ways of copying a file, you can't possibly catch them all.

But, the only way to catch the opening of a file is to write a file system extension. This is NOT an easy task, requiring an in-depth knowledge of NTFS, P/Invoking Win32 API calls, marshalling various structures, ... This is something that higher-level languages, like C# and VB.NET, are not suited for. BTW: The technique I'm refering to is used by FileMon from SysInternals.



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

QuestionMSCOMM32.OCX push cpu 100% when start accessing com port Pin
sanong18-Sep-05 21:47
sanong18-Sep-05 21:47 
AnswerRe: MSCOMM32.OCX push cpu 100% when start accessing com port Pin
sanong19-Sep-05 6:08
sanong19-Sep-05 6:08 
AnswerRe: MSCOMM32.OCX push cpu 100% when start accessing com port Pin
rwestgraham19-Sep-05 9:16
rwestgraham19-Sep-05 9:16 
Questionpc to phone connection Pin
Talei18-Sep-05 21:34
Talei18-Sep-05 21:34 
AnswerRe: pc to phone connection Pin
Briga18-Sep-05 23:59
Briga18-Sep-05 23:59 
AnswerRe: pc to phone connection Pin
seee sharp19-Sep-05 0:15
seee sharp19-Sep-05 0:15 
QuestionHow to include graphics in Menus and Changing their color Pin
shoaibnawaz18-Sep-05 20:37
shoaibnawaz18-Sep-05 20:37 
AnswerRe: How to include graphics in Menus and Changing their color Pin
Gopi.V18-Sep-05 22:52
Gopi.V18-Sep-05 22:52 
QuestionHelp on Astrolgical Calculation Pin
KRPAMIT18-Sep-05 20:31
KRPAMIT18-Sep-05 20:31 
AnswerRe: Help on Astrolgical Calculation Pin
rwestgraham18-Sep-05 21:08
rwestgraham18-Sep-05 21:08 
GeneralRe: Help on Astrolgical Calculation Pin
john john mackey19-Sep-05 7:59
john john mackey19-Sep-05 7:59 
GeneralRe: Help on Astrolgical Calculation Pin
rwestgraham19-Sep-05 11:23
rwestgraham19-Sep-05 11:23 
GeneralRe: Help on Astrolgical Calculation Pin
john john mackey20-Sep-05 7:25
john john mackey20-Sep-05 7:25 
Questionhow can we View the Finded data in Datagrid Pin
mani_tac18-Sep-05 19:52
mani_tac18-Sep-05 19:52 
QuestionCurrency format Pin
dennysoe18-Sep-05 18:37
dennysoe18-Sep-05 18:37 
GeneralRe: Currency format Pin
Gopi.V18-Sep-05 22:21
Gopi.V18-Sep-05 22:21 
GeneralRe: Currency format Pin
dennysoe19-Sep-05 16:39
dennysoe19-Sep-05 16:39 

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.