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

Search:

Type: Posts; User: VirtualProgrammer

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    1,271

    Re: Virtual Desktops

    Well, I decided to start with something simple but the test hasn't gone and done what I expected it to.



    #include <windows.h>

    #define SysBorderLR GetSystemMetrics(SM_CXBORDER)
    #define...
  2. Replies
    2
    Views
    1,825

    Re: Awesome "Action" Songs -

    Hmm, well to put it plainly, "I don't know what you said!" :).
  3. Re: WINAPI equivalent of CToolbar::SetHeight

    Well I didn't mean it in a mean way man... I was just kinda jokin' about ¬_¬....

    Anyways I posted to clear up the misconception there. I gotta go school right now... so if I can help I will do...
  4. Replies
    4
    Views
    829

    Re: Simple Positioning Issue

    Hmm, maybe I'm still not explaining propperly. Well I could adjust the values a little bit but what I want to know is WHY the values I already have don't work, because it should put the List Box...
  5. Replies
    1,585
    Views
    239,968

    Re: AAAh A joke(Lets share Jokes)

    What do you mean? Is that word a bad one? Really? Anyway I'll change it... but I didn't know I was in the wrong. Sorry.
  6. Re: WINAPI equivalent of CToolbar::SetHeight

    Oh c'mon man :), do some work yourself it isn't that hard, use the function "SendMessage(...)", that's all I'm going to tell you... well actually that's because that is all I can tell you, haha :D!...
  7. Replies
    19
    Views
    2,210

    Re: Protect Directories from Access

    Well I have though of one way of doing it... but it isn't really recommended. What you could do is periodically search for the delete box, by this I mean that you could use certain functions to...
  8. Re: How can I make the icon [image] background transparent on all Windows OS?

    Well, I'm not even sure what you're trying to do has anything to do with programming :). All you have to do is get a program like Photshop and just make sure you have a "transparent" background and...
  9. Replies
    4
    Views
    829

    Re: Simple Positioning Issue

    Sorry if I confused you Mr. Cool :D. Basically I want the List Box to appear right in between the borders, so right in the middle of my program.

    http://photoshack.com/displayimage.php?pos=-29691
    ...
  10. Replies
    4
    Views
    829

    Simple Positioning Issue

    Well hello again guys, this isn't really much of a problem so I am asking just out of curiosity. In many of my programs I do not take into account the width of the borders... this is bad because if...
  11. Replies
    2,690
    Views
    1,012,540

    Re: What Song Are You Listening To Now¿

    DOPE - Take Your Best Shot
    RED - Break Me Down
    :D
  12. Replies
    1,585
    Views
    239,968

    Re: AAAh A joke(Lets share Jokes)

    Oh my god! How did I forget the 12 eggs. ****. LOL anyway, nice correction there, and yeah I completely agree... languages are horrifically defined. But talking in expressions won't be interesting...
  13. Replies
    2
    Views
    1,825

    Awesome "Action" Songs -

    Well hello guys, my second thread here, I created it just to see what kinda taste people have for action songs around 'ere :P, please post ones that are awesome as the title suggests and not average...
  14. Replies
    19
    Views
    2,210

    Re: Protect Directories from Access

    I think its pretty obvious he wants to know how to do it programmaticly :).
  15. Replies
    19
    Views
    2,210

    Re: Protect Directories from Access

    I'm sorry Anno, all I know about services is that when it comes to power they are even above programs, because they can run before you even log into Windows. That's how defragmenting programs defrag...
  16. Replies
    19
    Views
    2,210

    Re: Protect Directories from Access

    I didn't exactly say that message hooks were the answer, there are moer than just three you know. I assume you meant that all hooks are irrelevant, in that case, are you sure? because I can't really...
  17. Replies
    1,585
    Views
    239,968

    Re: AAAh A joke(Lets share Jokes)

    LOL I love that one, awesome.

    Just a translation for nerds:

    if(ShopHasSausages = TRUE) Buy("Eggs", 5);
    else Buy("Eggs", 12);
    //VirtualProgrammer's Industries 2009-2009

    Haha :D, just tryin...
  18. Replies
    19
    Views
    2,210

    Re: Protect Directories from Access

    What you need to learn is how to implement "Hooks" and how to work with Dynamic Link Library (DLL) files. Hooks are created by programs to monitor many types of "actions" such as the co-ordinates of...
  19. Replies
    3
    Views
    1,271

    Re: Virtual Desktops

    Ah yes! Thanks man! It does help :). I already had found some information on this topic on another site, but it didn't make much sense till I read some of your code and what you said.

    Just for...
  20. Replies
    13
    Views
    2,036

    Re: Do anyone know this program?

    I just realised something... how do anti-virus software use the definitions to detect viruses or trojans or whatever? I mean obviously the software doesn't search the file names because the user...
  21. Replies
    5
    Views
    3,099

    Re: Is C++ a dying art?

    Not at all my friend, its as strong as ever.

    Well... I don't know about the statistics but based on the fact that DirectX is primarily used with C++, I believe that C++ is holding strong.
  22. Replies
    3
    Views
    1,271

    Virtual Desktops

    Hello guys, my first post here.

    Recently, I've discovered programs that are capabale of displaying multiple desktops. Before I actually saw the program in action (Cube DeskTop) I thought this was...
Results 1 to 22 of 23





Click Here to Expand Forum to Full Width

Featured