Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
J

joypain

@joypain
About
Posts
5
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • macro function compiles error,can anybody explain why?3x!
    J joypain

    Cool, that's absolutely right! Thank you for your explanations, and other guys also.

    C / C++ / MFC help question

  • macro function compiles error,can anybody explain why?3x!
    J joypain

    Hi,guys,I did a test on a macro function code, and compiled it in VC6.0, but the compiler reported an error: "D:\vc project\testmacro.c(7) : error C2105: '--' needs l-value" Would someone explain why line 7 reports an error ,but line 6 doesnt't? 3x! :) Source code is as follows:

    #include "stdio.h"

    #define ABSOLUTE(a) (((a) > 0) ? (a) : (-a)) /* Get absolute value */

    void main()
    {
    int a = -1;
    int c = ABSOLUTE(1); //line 6
    int b = ABSOLUTE(-1); //line 7
    }

    C / C++ / MFC help question

  • How can I implement the executing when turning on the computer during the deployment
    J joypain

    "[TARGETDIR]" works!:) I've been searching on the internet and msdn for a few days to solve the problem.Thank you for your guide! joypain

    C# sysadmin windows-admin question

  • How can I implement the executing when turning on the computer during the deployment
    J joypain

    I add a new item in HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\ CurrentVersion\Run,and then I add a key, and set the key value to the path of the application,can it work? by the way how can I get the path of the application in the registry editor and write it to the keyvale? joypain

    C# sysadmin windows-admin question

  • How can I implement the executing when turning on the computer during the deployment
    J joypain

    there seems to be some code to operate the registrykey(add a key in "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Run"),but how can I use these codes or where can I use them in the deployment project. and in the deployment project,there is also registry management in the deployment,can I set the attributes to implement the executing of the application when turning on the computer. joypain

    C# sysadmin windows-admin question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups