Click here to Skip to main content
15,925,444 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: how to make image transparent? Pin
JUNEYT13-Mar-06 6:13
JUNEYT13-Mar-06 6:13 
Questioncreating a Dating Website Pin
uglyeyes13-Mar-06 0:14
uglyeyes13-Mar-06 0:14 
AnswerRe: creating a Dating Website Pin
Duan Yu13-Mar-06 0:33
Duan Yu13-Mar-06 0:33 
AnswerRe: creating a Dating Website Pin
Dave Kreskowiak13-Mar-06 6:12
mveDave Kreskowiak13-Mar-06 6:12 
QuestionHow to write code for checking the evaluation versiion of a software. Pin
Hari Prasad Karnam13-Mar-06 0:08
Hari Prasad Karnam13-Mar-06 0:08 
AnswerRe: How to write code for checking the evaluation versiion of a software. Pin
gnjunge13-Mar-06 1:22
gnjunge13-Mar-06 1:22 
QuestionHibetnateing computer in vb.net Pin
Mohit Namdeo12-Mar-06 23:27
Mohit Namdeo12-Mar-06 23:27 
AnswerRe: Hibetnateing computer in vb.net Pin
Maqsood Ahmed13-Mar-06 1:10
Maqsood Ahmed13-Mar-06 1:10 
Hello,
this is C# version of the code:

[DllImport( "powrprof.dll", EntryPoint="SetSuspendState", CharSet=CharSet.Ansi)]<br />
private static extern int SetSuspendState(int Hibernate, int ForceCritical, int DisableWakeEvent);


you should call it like this:
SetSuspendState(1,0,0);

I found this information here

Maqsood Ahmed - MCAD.net
Kolachi Advanced Technologies
http://www.kolachi.net
QuestionSend and Recieve EMails thru VB 6.0 Pin
noshaba mariam12-Mar-06 23:24
noshaba mariam12-Mar-06 23:24 
QuestionList Users in AD and Update Attributes. Pin
japel12-Mar-06 22:41
japel12-Mar-06 22:41 
AnswerRe: List Users in AD and Update Attributes. Pin
Dave Kreskowiak13-Mar-06 10:26
mveDave Kreskowiak13-Mar-06 10:26 
QuestionWhat does PersistenceMode and DesignerSerializationVisibility do? Pin
KaKa'12-Mar-06 22:05
KaKa'12-Mar-06 22:05 
AnswerRe: What does PersistenceMode and DesignerSerializationVisibility do? Pin
Dave Kreskowiak13-Mar-06 10:23
mveDave Kreskowiak13-Mar-06 10:23 
QuestionValidation for Decimals Pin
Dave McCool12-Mar-06 22:04
Dave McCool12-Mar-06 22:04 
AnswerRe: Validation for Decimals Pin
Sufyan_shani12-Mar-06 23:34
Sufyan_shani12-Mar-06 23:34 
AnswerRe: Validation for Decimals Pin
George B Gilbert13-Mar-06 16:15
George B Gilbert13-Mar-06 16:15 
Questionupload files to your server i.e to your project folder,and list out the files which u updated use datagrid and use down load option in your datagrid Pin
eswarattaluri12-Mar-06 19:57
eswarattaluri12-Mar-06 19:57 
GeneralRe: Don't put the entire message in the subject Pin
Guffa12-Mar-06 21:14
Guffa12-Mar-06 21:14 
QuestionDisappearing toolbar graphics Pin
Ozzie Chris12-Mar-06 18:09
Ozzie Chris12-Mar-06 18:09 
AnswerRe: Disappearing toolbar graphics Pin
Dave Kreskowiak13-Mar-06 6:03
mveDave Kreskowiak13-Mar-06 6:03 
GeneralRe: Disappearing toolbar graphics Pin
Ozzie Chris13-Mar-06 15:19
Ozzie Chris13-Mar-06 15:19 
QuestionGAC (Global Access Cache) Pin
joshunleashed12-Mar-06 18:04
joshunleashed12-Mar-06 18:04 
AnswerRe: GAC (Global Access Cache) Pin
gnjunge13-Mar-06 1:16
gnjunge13-Mar-06 1:16 
QuestionHow To Interface VB With Matlab Pin
guy_toforget12-Mar-06 17:10
guy_toforget12-Mar-06 17:10 
AnswerRe: How To Interface VB With Matlab Pin
CooperWu12-Mar-06 17:14
CooperWu12-Mar-06 17:14 

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.