Search:

Type: Posts; User: MK4554

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    3,671

    Motherboard Temperature

    hey,

    i didnt know wether i should put this is C++ forum or C been seens C is lower i sort of guessed i sould put it here. ( please do correct me if i'm wrong )

    Right,

    I'v spent all of this...
  2. Replies
    3
    Views
    1,358

    Thanks Ken, Got Them Working Now :). Thank you...

    Thanks Ken, Got Them Working Now :). Thank you for your fast repliy
  3. Replies
    3
    Views
    911

    Thanks Man works Perfect now!

    Thanks Man works Perfect now!
  4. Replies
    3
    Views
    1,358

    Frame? Are they in c++?

    Hey,

    As i'm sure anyone who has been reading my posts, i'm trying to learn win32 GUI's. Before i started c++ i used to work in vb which indead was easy really easy infact to make GUI's i almost...
  5. Replies
    3
    Views
    911

    printf removes \

    Hey, i am trying to make a concole program, and i wish to have a sort of title:


    #####################################
    # _____ _ _____ #
    # / ____| | | /...
  6. Replies
    24
    Views
    5,999

    Hey, I use a book for dummys book when i was (...

    Hey,

    I use a book for dummys book when i was ( i still am) trying to learn the basic's of c and c++ and found it very good the dummys book i useful was c++ for dummys programing, But i didnt find...
  7. Thread: Tray Icons

    by MK4554
    Replies
    3
    Views
    1,243

    OK thank you, at lest i have a start now :) i'll...

    OK thank you, at lest i have a start now :) i'll post back if i have any problems with the code when i'm trying to finsh it.
  8. Thread: Tray Icons

    by MK4554
    Replies
    3
    Views
    1,243

    Tray Icons

    Hello,

    i'm trying to find out how to create and tray icon ( without menu's ) i have looked about the board and havnt found anything thats been able to help. basicl;y i wondering if anyone has an...
  9. Thread: XP Style

    by MK4554
    Replies
    4
    Views
    1,975

    omg i'm so thick i did see the xp styles button ...

    omg i'm so thick i did see the xp styles button

    thank you very much for your help and time ;)
  10. Thread: XP Style

    by MK4554
    Replies
    4
    Views
    1,975

    XP Style

    Hello,

    I have been trying to get the windows xp style on to my C++ program ( i'm using Dev-cpp), but the only way i have been able to find is by adding a manifest file in the same directory as the...
  11. Replies
    12
    Views
    9,920

    Hey, For Starters i'm using Dev-cpp. I can...

    Hey,

    For Starters i'm using Dev-cpp.

    I can get the manifest file to work the only problem is that the manifest all ways has to be in teh diretory with the program is there away to make the...
  12. Thread: WChar to char

    by MK4554
    Replies
    19
    Views
    9,634

    edit opps posted it twice

    edit opps posted it twice
  13. Thread: WChar to char

    by MK4554
    Replies
    19
    Views
    9,634

    Hey sorry i'm really rubish at this i still...

    Hey sorry i'm really rubish at this i still cannot get this to work what ever i try - Maybe becuse i'm usless and still a berginner at c++. but anyway i made a new project and just did a simple bit...
  14. Thread: WChar to char

    by MK4554
    Replies
    19
    Views
    9,634

    ok i hade ago at using it but when i did i got...

    ok i hade ago at using it but when i did i got header file errors such as:


    is it possable if somone isnt too busy that they could write me a quick example of using T2CW.

    btw Thank you for...
  15. Thread: WChar to char

    by MK4554
    Replies
    19
    Views
    9,634

    do you know how i would go about including it - i...

    do you know how i would go about including it - i did search the internet befoure asking.
  16. Thread: WChar to char

    by MK4554
    Replies
    19
    Views
    9,634

    what the hell is T2CW?

    what the hell is T2CW?
  17. Thread: WChar to char

    by MK4554
    Replies
    19
    Views
    9,634

    hey, i found what my problem is now its that ...

    hey,
    i found what my problem is now its that

    pActiveDesktop -> SetWallpaper (FilePath,77);

    doesnt work probly with varibles i dunno why but it does the only way i can get it to work is by...
  18. Thread: WChar to char

    by MK4554
    Replies
    19
    Views
    9,634

    #include #include ...

    #include <stdio.h>
    #include <Windows.h>
    #include <WinInet.h>
    #include <ShlObj.h>
    #include <iostream>
    #include <tchar.h>

    using namespace std;

    int main ()
  19. Thread: WChar to char

    by MK4554
    Replies
    19
    Views
    9,634

    Tryed it and i got the same errors. :confused:

    Tryed it and i got the same errors. :confused:
  20. Thread: WChar to char

    by MK4554
    Replies
    19
    Views
    9,634

    WChar to char

    Hello,

    i'm trying to use COM to interface with iactivedesktop inorder to change wallpaper on my desktop but i seemed to be having problems converting a WChar to a Char or somthing along thoghts...
  21. Replies
    5
    Views
    44,221

    Thanks for you help it works perfect now ;)

    Thanks for you help it works perfect now ;)
  22. Replies
    5
    Views
    44,221

    Converting a DWORD to INT

    Hey,

    i'm trying to use GetLastError in a funcion to and return the result but i need the value to be a int but i have no idea how to convert and DOWRD value to a INT value.

    i'll be Greatful for...
  23. Thread: Windows Form?

    by MK4554
    Replies
    4
    Views
    1,091

    Windows Form?

    Hey,

    i'v read a few of the nice tutoreals that tell you how to making nice windows based programs with guis but i havnt been abe to figure out how on eath do you make a multi form program. do you...
  24. Thread: making a dll

    by MK4554
    Replies
    5
    Views
    1,609

    ok thanks thats helpful but can anyone show me...

    ok thanks thats helpful but can anyone show me what a basic dll looks like so i know my one is right?
  25. Thread: making a dll

    by MK4554
    Replies
    5
    Views
    1,609

    erm yeh thats how you load the dll into another...

    erm yeh thats how you load the dll into another program but i'm trying to also figgure out how to make it becuse i used dev-cpp dll and i couldnt get it to work btw i was trying to include it to vb6...
Results 1 to 25 of 41
Page 1 of 2 1 2