Click here to Skip to main content
15,886,783 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Wav Files into System Memory ? Pin
Dave Kreskowiak29-Dec-10 6:20
mveDave Kreskowiak29-Dec-10 6:20 
GeneralRe: Wav Files into System Memory ? Pin
JKenny7629-Dec-10 15:38
JKenny7629-Dec-10 15:38 
QuestionConverting from VBA to VB .NET Pin
cyrossis28-Dec-10 4:04
cyrossis28-Dec-10 4:04 
AnswerRe: Converting from VBA to VB .NET Pin
Dave Kreskowiak28-Dec-10 4:13
mveDave Kreskowiak28-Dec-10 4:13 
AnswerRe: Converting from VBA to VB .NET Pin
T21021-Jan-11 1:42
T21021-Jan-11 1:42 
QuestionHow to make windows can't for shutdown/reboot/loggoff? Pin
Yance Lawang27-Dec-10 23:49
Yance Lawang27-Dec-10 23:49 
AnswerRe: How to make windows can't for shutdown/reboot/loggoff? PinPopular
Henry Minute28-Dec-10 2:30
Henry Minute28-Dec-10 2:30 
GeneralRe: How to make windows can't for shutdown/reboot/loggoff? [modified] Pin
Yance Lawang28-Dec-10 13:00
Yance Lawang28-Dec-10 13:00 
Thank you. I have search on google and found many sample of code but no satisfactory. So i think i will get better solution here. Before i just use it:

<br />
      Private Sub Form_QueryUnload(Cancel as Integer, UnloadMode as Integer)<br />
         If UnloadMode = vbAppWindows then<br />
              Cancel=1<br />
         End If<br />
      End sub


This works great on windows xp, but in vista and 7.

I just make an internet cafe software. Before, i made it in vb6, now i'm trying using microsoft access. But now i found those methode not works properly in vista and 7.

modified on Tuesday, December 28, 2010 7:09 PM

AnswerRe: How to make windows can't for shutdown/reboot/loggoff? Pin
Chris C-B28-Dec-10 3:11
Chris C-B28-Dec-10 3:11 
GeneralRe: How to make windows can't for shutdown/reboot/loggoff? [modified] Pin
Yance Lawang28-Dec-10 13:20
Yance Lawang28-Dec-10 13:20 
AnswerRe: How to make windows can't for shutdown/reboot/loggoff? Pin
Dave Kreskowiak28-Dec-10 4:11
mveDave Kreskowiak28-Dec-10 4:11 
GeneralRe: How to make windows can't for shutdown/reboot/loggoff? Pin
Yance Lawang28-Dec-10 13:16
Yance Lawang28-Dec-10 13:16 
GeneralRe: How to make windows can't for shutdown/reboot/loggoff? Pin
Dave Kreskowiak28-Dec-10 13:55
mveDave Kreskowiak28-Dec-10 13:55 
GeneralRe: How to make windows can't for shutdown/reboot/loggoff? Pin
Yance Lawang28-Dec-10 15:06
Yance Lawang28-Dec-10 15:06 
GeneralRe: How to make windows can't for shutdown/reboot/loggoff? Pin
Dave Kreskowiak28-Dec-10 16:05
mveDave Kreskowiak28-Dec-10 16:05 
GeneralRe: How to make windows can't for shutdown/reboot/loggoff? [modified] Pin
Yance Lawang28-Dec-10 17:58
Yance Lawang28-Dec-10 17:58 
GeneralRe: How to make windows can't for shutdown/reboot/loggoff? Pin
Alan Burkhart28-Dec-10 21:05
Alan Burkhart28-Dec-10 21:05 
GeneralRe: How to make windows can't for shutdown/reboot/loggoff? [modified] Pin
Yance Lawang28-Dec-10 21:34
Yance Lawang28-Dec-10 21:34 
GeneralRe: How to make windows can't for shutdown/reboot/loggoff? Pin
Chris C-B28-Dec-10 22:08
Chris C-B28-Dec-10 22:08 
GeneralRe: How to make windows can't for shutdown/reboot/loggoff? Pin
Yance Lawang28-Dec-10 22:27
Yance Lawang28-Dec-10 22:27 
GeneralRe: How to make windows can't for shutdown/reboot/loggoff? Pin
Dave Kreskowiak29-Dec-10 6:25
mveDave Kreskowiak29-Dec-10 6:25 
GeneralRe: How to make windows can't for shutdown/reboot/loggoff? Pin
Yance Lawang29-Dec-10 14:12
Yance Lawang29-Dec-10 14:12 
GeneralRe: How to make windows can't for shutdown/reboot/loggoff? Pin
Yance Lawang29-Dec-10 14:39
Yance Lawang29-Dec-10 14:39 
GeneralRe: How to make windows can't for shutdown/reboot/loggoff? Pin
Yance Lawang29-Dec-10 14:52
Yance Lawang29-Dec-10 14:52 
GeneralRe: How to make windows can't for shutdown/reboot/loggoff? Pin
Alan Burkhart29-Dec-10 3:35
Alan Burkhart29-Dec-10 3: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.