Home > Software engineering >  A small program, and to start after the restart is not normal
A small program, and to start after the restart is not normal

Time:09-23

Use the
Private Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
Private Declare Function GetDC Lib "user32" (ByVal HWND) As Long As Long
Private Declare Function BitBlt Lib "gdi32" (ByVal hDestDC As Long, ByVal x As Long, ByVal y As Long, ByVal nWidth As Long, ByVal nHeight As Long, ByVal hSrcDC As Long, ByVal xSrc As Long, ByVal ySrc As Long, ByVal dwRop As Long) As Long
, read and write text files, send E-mail
In the virtual machine is equipped with SQL debugging to normal, after generated exe running also normal

In 360 xp computer is running for the first time, and then restart the have not received the mail after the (pull the program into the program - start)
Can also be seen in the task manager application process, don't blocked by 360? But I program in the 360 white list
Firewall is joined the exception
Have a headache ah, a little problem in virtual machine debugging, have not received the mail as soon as the results on the computer to restart

CodePudding user response:

Permission problem, I guess,

CodePudding user response:

But then manually run in program kao to start normal, only after the restart automatically start is not normal

CodePudding user response:

The 360 off a try,

CodePudding user response:

Is estimated to be 360 Bug, since the launch of intercept procedures in the process of no white list,

CodePudding user response:

You try this: write a small program, start your target program put it in the start,

CodePudding user response:

reference 5 floor of123 reply:
you try this: write a small program, start your target program put it in the start,

That as long as write a bat in it
  • Related