CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: alienoiz

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    3,658

    Re: ShellExecuteW - Help Plz!?

    well, im doing it better now, i was launching ShellExecute under the OpenregGui::OpenregGui( IMpUnknown* host ) : MpGuiBase(host) and it always gave me error when introducing the module into the...
  2. Replies
    6
    Views
    3,658

    Re: ShellExecuteW - Help Plz!?

    i dont mind ... im searching for answers now on internet and what ive wrote makes sense to me, i i will not ask for any kind of help here anymore, i see that this is just for experts and that you are...
  3. Replies
    6
    Views
    3,658

    Re: ShellExecuteW - Help Plz!?

    im not writing a full program, is just a small .dll module to help me on another program that i manage to code a bit and its visual programming btw, i just would like to know how do i "challenge"...
  4. Replies
    6
    Views
    3,658

    ShellExecuteW - Help Plz!?

    Hi guys,

    i want to run an .exe file through ShellExecuteW and if there is no .exe file in the path, i would like to return a msg box, but the code
    if(ShellExecuteW!=ERROR_SUCCESS) is not working...
  5. Replies
    23
    Views
    5,571

    Re: Administrator Privileges

    WoF are you still there? i would like to ask you if its possible to convert the entire Sid number into an Hex value..ive been trying with this piece of code you gave me but im not doing it right...i...
  6. Re: How do i make i timer to sleep my app from time to time or far some time?

    thanks for your help guys,

    the thing here is that when this code is performed
    BoolGui::BoolGui( IMpUnknown* host ) : MpGuiBase(host)
    {
    wait(3);

    }

    my application initialize the module...
  7. How do i make i timer to sleep my app from time to time or far some time?

    hi guys...

    i have this code for creating a module that is introduced in another program


    #include ".\BoolGui.h"
    #include "windows.h"
    #include <time.h>

    REGISTER_GUI_PLUGIN( BoolGui, L"My...
  8. Replies
    23
    Views
    5,571

    Re: Administrator Privileges

    ok i got in n = n +1, 2, 3 etc ;)
  9. Replies
    23
    Views
    5,571

    Re: Administrator Privileges

    my friend... this gives me a very big number for my name (for eg:)..i can see when i take a letter it decreases 2 values on the hex, but how do i divide it make it a bit smaller? ...sorry..like i...
  10. Replies
    23
    Views
    5,571

    Re: Administrator Privileges

    ok..i got it..thanks WoF .. much pleasure to meet you :)

    Duarte Vinagre
  11. Replies
    23
    Views
    5,571

    Re: Administrator Privileges

    soory i cant get it :( ..this is my code
    st9 = Username.Text
    st10 = Hex(Base * Asc(st9))
    Label8.Caption = st10

    how do i fit your code in here????

    should it be like this
    st10 = Hex(Base *...
  12. Replies
    23
    Views
    5,571

    Re: Administrator Privileges

    hi...ive been wondering if we can get back again with the convo but now with another question....
    if possible can you tell me how do i split a username into hex? like...i know that using
    x =...
  13. Replies
    23
    Views
    5,571

    Re: Administrator Privileges

    hi,..its to say thank you..i solved my prob..changed the keys into local machine hive..it works perfectly...i just dont understand why it create the key in a subkey called virtual store and not in...
  14. Replies
    23
    Views
    5,571

    Re: Administrator Privileges

    or if its possible, converge parts of code from the already known encryption technics and make a mixed one along with a touch of your own imagination :)
    btw..ive tried to use encryption once and i...
  15. Replies
    23
    Views
    5,571

    Re: Administrator Privileges

    i dont know how to make an encryption code nor know how it does realy work...anyway...maybe its easiest just to encrypt to TEA and from TEA to Bowlfish, and so on..encryptation over encryptation from...
  16. Replies
    23
    Views
    5,571

    Re: Administrator Privileges

    my solution for a good system protection would be...(case i dont forget nothing):

    0- make your app get the SID
    1- store the SID in the registry
    2- make your app create a random product id number...
  17. Replies
    23
    Views
    5,571

    Re: Administrator Privileges

    much thanks....my problem is not realy to wait..is to be pushed to things that dont matter for the case.... such as the previous reply of our other companion.....in this case maybe i will change my...
  18. Replies
    23
    Views
    5,571

    Re: Administrator Privileges

    look...my system is much more easy to crack than this but in my basic knowledeges of who codes an app from 5 to 5 years...you can just get the ystem id interlaced with the product id number crypt it...
  19. Replies
    23
    Views
    5,571

    Re: Administrator Privileges

    yeah ...goodbye
  20. Replies
    23
    Views
    5,571

    Re: Administrator Privileges

    i see this topic goes nowhere..i will just make a small video tutorial explainning that the user must use admin each time he want to test the software...maybe they&#180;ll see the video since nobody reads...
  21. Replies
    23
    Views
    5,571

    Re: Administrator Privileges

    hi, im using win7, and the hive is classes_root ... i just created a key here with the name of my app to handle some values, one is the product id...this product id is generated randomly when you...
  22. Replies
    23
    Views
    5,571

    Re: Administrator Privileges

    btw..alomst every software in your pc changes values in registry without an admin requesting....this is not impossible to do...in vb.net you even have an option to set this up...im almost sure this...
  23. Replies
    23
    Views
    5,571

    Re: Administrator Privileges

    not realy...i have here a code that just simply makes your app auto deleting (like those stupid trojans) and to do this also requires for admin previleges...the diference is that it only prompts me...
  24. Replies
    23
    Views
    5,571

    Administrator Privileges

    hi guys,

    ive been trying to code a small app that mess with registry keys (its a small activation system or kind of)...so i did an app that requires for another app wich is the activator..and i...
  25. Replies
    1
    Views
    470

    Re: administrator privilleges?!

    sorry, this is vb quetion...wrong forum thread... :s
Results 1 to 25 of 26
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured