Search:

Type: Posts; User: vmars316

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    1,413

    DlgEdit.exe and DlgEdit.hlp ?

    Greets,
    I have a copy of ms DlgEdit.exe ,
    but no dlgEdit.hlp .
    Anyone have a copy of dlgEdit.hlp ?
    Or know where i can get one?

    What I need to know:
    The output from dlgedt is ...
  2. Aha, the link works today: CreateWindowEx...

    Aha, the link works today:
    CreateWindowEx function
    Thanks.
    So does this mean that i could scoop JUST the "api gui design code" from a C++ IDE, and code the rest in straight "C"?
    That would be...
  3. differences between C and C++ re: "Api GUI programming"

    Greetings,
    I am studying the differences between C and C++
    regarding "Api GUI programming". Are the difference due to C is using
    CreateWindow where as C++ uses CreateWindowEX
    ...
  4. Hmm... Ok, maybe i should take a look at C++ or...

    Hmm...
    Ok, maybe i should take a look at C++ or C#.
    What are the meaningful differences between C++ or C# ?
    I have heard that c++ has less visual controls than c#.
    Thanks...Vernon
  5. Thanks Reason for no C++: too verbose. HTA:...

    Thanks
    Reason for no C++: too verbose.
    HTA: Extreme Makeover: Wrap Your Scripts Up in a GUI Interface
    ...vm
  6. Anyone using HTA or WinForms with "C", "not c++",

    Greets,
    Anyone using WinForms with "C", (not c++),
    using HTA with "C"?
    I would like to find some examples of such.
    Thanks...Vernon
  7. Oops, i am not sure if my last post go sent or...

    Oops, i am not sure if my last post go sent or not.
    Anyways, Thanks Shakti,
    But i really want a "C" Gui Designer.
    C++ is too verbose for me.
  8. The GTK+ Project The GTK+ Project...

    The GTK+ Project The GTK+ Project
    GTK+ is cross-platform and boasts an easy to use API, speeding up your development time. Take a look at the screenshots to see a number of platforms GTK+ ......
  9. Is there a GuiBuilder that can work with either....

    Is there a GuiBuilder that can work with either.
    I now notice that in codeblocks wxSmith is a GuiBuilder.
    How about GTK and or Glade,
    can these run with either?
    Anyone?
    Thanks...vm
  10. I fired up 'dev c++ and codeblocks', expecting...?

    Greetings,
    I fired up 'dev c++ and codeblocks'
    expecting to to see dragNdrop visual controls, like in vcExpress.
    Am i mistaken, aren't 'dev c++ and codeblocks' Gui Designers?
    If 'yes Gui...
  11. Visual "C" alternatives? ...codeBlocks ...wxWidgets

    Greets,
    Visual "C" alternatives with Windows7:
    I am looking for a Visual "C" Gui Builder (not C++).
    I think codeblocks can use wxWidgets or wxFormBuilder with C++.
    And I think Dev-C can use...
  12. Replies
    5
    Views
    2,519

    Yes, that's it, Thanks...vm

    Yes, that's it, Thanks...vm
  13. Replies
    5
    Views
    2,519

    getch() where is it getting from? k&r p.136

    Greetings,

    int c, getch(void);
    while (isspace(c = getch()))
    ;

    getch() where is it getting a character from?
    I checked The GNU Operating System but no getch (plenty of getchar).
  14. Replies
    2
    Views
    3,758

    Yes, I did ask at Amazon. Just covering the...

    Yes, I did ask at Amazon.
    Just covering the bases.
    Thanks...vm
  15. Replies
    2
    Views
    3,758

    "the C programming language" by K&R ?

    Greets,
    I am reading "the C programming language" by K&R.
    And I am wondering/hoping that it will be available on Kindle.
    Any plans for this?
    Thanks...vmars316
  16. This is looking pretty good. GTK+ - Wikipedia,...

    This is looking pretty good.
    GTK+ - Wikipedia, the free encyclopedia
    Here they show some C code:
    #include <gtk/gtk.h>


    int main (int argc, char *argv[])
    {
    GtkWidget *window;
    ...
  17. Great info, Thanks...vmars

    Great info, Thanks...vmars
  18. Thanks...

    Thanks...
  19. Same C graphic libraries for both windows & Macs?

    Greetings,
    I have a need to learn "C programming language".
    Which I will probably use on win7, Arduino, and Mac.
    C on Arduino is a tiny subset of regular C, so I can scratch that off.
    I would...
  20. Thank you very much!...vm

    Thank you very much!...vm
  21. Is program missing some necessary #include(s)

    Greetings,
    Win7x64, dev-c++ for C.
    I found a FirstWindow program
    A First Windows Application - Cprogramming.com
    that I am trying to compile/run.
    But it gives this error msg:
    C:\Program Files...
  22. I was asked to rePost in the Windows GUI...

    I was asked to rePost in the Windows GUI programming group.
    Is this the 'Windows API' ?
    If not please aim me there.
    Thanks...vmars316
  23. Yes, I have. But the prob is that I don't know...

    Yes, I have.
    But the prob is that
    I don't know the progression of APIs to use.
    Do this api first, then this, then this.......
    Thanks for your help...vmars316
  24. Open/display/write transparent .png win32 api in "C"

    Open/display/write transparent .png win32 api in "C"
    Greets,
    I would like to "Open/display/write transparent .png win32 api"
    in "C" Source. Is there maybe a snippet for this?

    Also, is there a...
  25. Open/display/write transparent .png win32 api in "C"

    Open/display/write transparent .png win32 api in "C"
    Greets,
    I would like to "Open/display/write transparent .png win32 api"
    in "C" Source. Is there maybe a snippet for this?

    Thanks a...
Results 1 to 25 of 31
Page 1 of 2 1 2