Click here to Skip to main content
15,896,153 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHowto:Transfer or show display Excel data into listbox with VB.NET Pin
jikadawe30-Mar-06 16:34
jikadawe30-Mar-06 16:34 
Questionview video Pin
vivayor kong30-Mar-06 15:49
vivayor kong30-Mar-06 15:49 
AnswerRe: view video Pin
Dave Kreskowiak31-Mar-06 4:40
mveDave Kreskowiak31-Mar-06 4:40 
QuestionDataset.HasChanges won't becomeTrue! Pin
MohammadAmiry30-Mar-06 12:59
MohammadAmiry30-Mar-06 12:59 
Questiontopmost Pin
SVb.net30-Mar-06 12:07
SVb.net30-Mar-06 12:07 
AnswerRe: topmost Pin
Steve Pullan30-Mar-06 12:59
Steve Pullan30-Mar-06 12:59 
AnswerRe: topmost Pin
Joshua Quick30-Mar-06 14:06
Joshua Quick30-Mar-06 14:06 
AnswerUse Desktops Pin
MohammadAmiry30-Mar-06 14:18
MohammadAmiry30-Mar-06 14:18 
As Steve mentioned, you cannot stop user from running other applications unless you hack into kernel code.
But, something now came to my mind which MAY get what you want to some extent:
create a new desktop using CreateDesktop API and then switch to that desktop by Switch Desktop and run your application in that desktop using CreateProcess API.
Now you have a desktop which only your program is running in it. User (usually) cannot run any other application since neither explorer nor any other applications are running to give access to other files.

Ofcourse there are lots of limitarions but this is (I guess) the best match to what you are looking for...Cool | :cool:

Hope it helps...
GeneralRe: Use Desktops Pin
Joshua Quick30-Mar-06 23:46
Joshua Quick30-Mar-06 23:46 
GeneralRe: Use Desktops Pin
Dave Kreskowiak31-Mar-06 5:56
mveDave Kreskowiak31-Mar-06 5:56 
GeneralRe: Use Desktops Pin
MohammadAmiry31-Mar-06 11:14
MohammadAmiry31-Mar-06 11:14 
QuestionReversing a string Pin
machman130-Mar-06 11:52
machman130-Mar-06 11:52 
AnswerRe: Reversing a string Pin
Steve Pullan30-Mar-06 11:58
Steve Pullan30-Mar-06 11:58 
QuestionProgress bar Pin
MikeUPMC30-Mar-06 9:33
MikeUPMC30-Mar-06 9:33 
AnswerRe: Progress bar Pin
Steve Pullan30-Mar-06 13:07
Steve Pullan30-Mar-06 13:07 
AnswerRe: Progress bar Pin
MohammadAmiry30-Mar-06 14:25
MohammadAmiry30-Mar-06 14:25 
GeneralRe: Progress bar Pin
MikeUPMC3-Apr-06 10:29
MikeUPMC3-Apr-06 10:29 
AnswerRe: Progress bar Pin
MohammadAmiry4-Apr-06 1:23
MohammadAmiry4-Apr-06 1:23 
QuestionReceiving Net Send within application textbox Pin
sharmaabhishek30-Mar-06 8:19
sharmaabhishek30-Mar-06 8:19 
AnswerRe: Receiving Net Send within application textbox Pin
Eric Dahlvang31-Mar-06 3:17
Eric Dahlvang31-Mar-06 3:17 
GeneralRe: Receiving Net Send within application textbox Pin
sharmaabhishek1-Apr-06 13:08
sharmaabhishek1-Apr-06 13:08 
GeneralRe: Receiving Net Send within application textbox Pin
Eric Dahlvang3-Apr-06 4:56
Eric Dahlvang3-Apr-06 4:56 
GeneralRe: Receiving Net Send within application textbox Pin
sharmaabhishek5-Apr-06 11:59
sharmaabhishek5-Apr-06 11:59 
GeneralRe: Receiving Net Send within application textbox Pin
Eric Dahlvang6-Apr-06 11:01
Eric Dahlvang6-Apr-06 11:01 
QuestionEncryption & Drag/Drop Pin
kenexcelon30-Mar-06 5:35
kenexcelon30-Mar-06 5:35 

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.