Search:

Type: Posts; User: Longie

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    864

    Thanks for replying. That does pretty much the...

    Thanks for replying.

    That does pretty much the same thing as checking for WM_NOTIFY and using ((LPNMLISTVIEW)lParam)->hdr.code == NM_CLICK (which is how I'm doing at the moment).

    The reason I...
  2. Replies
    8
    Views
    2,488

    I assume that the toolbar might be resizing, thus...

    I assume that the toolbar might be resizing, thus hiding the listview, though I'm only stabbing in the dark here, you could try using SetWindowPos() on the listview and making it HWND_TOPMOST, though...
  3. Replies
    8
    Views
    2,488

    Try using UpdateWindow() with the listview being...

    Try using UpdateWindow() with the listview being the hwnd in there perhaps?
  4. Replies
    2
    Views
    864

    Weird error killing a child window

    Hi guys, me again,

    I haven't had this error before, but it could be that I haven't used property sheets before.

    Basically I need to be able to edit subitems in a reportview listview with about...
  5. Replies
    8
    Views
    4,174

    Try looking at the manual for the things Salem...

    Try looking at the manual for the things Salem suggested and look at shadow passwords
  6. Honestly, I'd look into doing some sort of socket...

    Honestly, I'd look into doing some sort of socket thing and making a "mini-browser", but if you really need to open it and input data, I'd look into which browser you wanted to use and work out...
  7. Replies
    0
    Views
    1,374

    Some newbish questions about dialogs and tabs

    Hi guys,

    just another annoying question. I have a tab system and when I input something into an editbox and press Enter it creates a new tab and new controls. There will probably be at absolute...
  8. Replies
    12
    Views
    1,212

    Hi, try looking at the API functions...

    Hi,

    try looking at the API functions on MySQL's website for starting points with basic MySQL usage from within programs. I use the C API as it is easy, but you should write your own version of...
  9. Thread: DLL Question

    by Longie
    Replies
    2
    Views
    1,123

    Well, me coming from a Linux background, I'm more...

    Well, me coming from a Linux background, I'm more inclined to look at Static from what you've suggested, I found something on MSDN about delay loading DLL's and such just after I posted the thread on...
  10. Thread: DLL Question

    by Longie
    Replies
    2
    Views
    1,123

    DLL Question

    Hey guys,

    I have a question about using DLL's. On Linux I've used modules (.so files), dlopen() to load them, dlclose() to close them and dlsym() to call a function from each module.

    I recently...
  11. Thanks for that. I went home and had a look...

    Thanks for that.

    I went home and had a look around, I just created child dialogs for each set of controls I wanted and just set the main dialog (the one with the combo box) as the parent. Worked...
  12. Question about dialogs and displaying/hiding controls

    Hi again,

    I just had a quick question. I'm running a dialog window as the main window for my program and i want the view to change depending on what I select from a combo box. Basically, I want...
  13. Replies
    1
    Views
    1,808

    Never mind guys, I took a look at FMOD and...

    Never mind guys, I took a look at FMOD and realised that it can be used for recording also.

    All sorted, including saving to a wav file (go wotsit)
  14. Replies
    5
    Views
    1,891

    Try looking for the GD library...

    Try looking for the GD library (http://www.boutell.com/gd/). Very handy
  15. Thread: Linear list

    by Longie
    Replies
    1
    Views
    1,406

    Hey there, try taking a look here.. ...

    Hey there, try taking a look here..

    http://faq.cprogramming.com/cgi-bin/smartfaq.cgi?answer=1096239530&id=1073086407
  16. Replies
    1
    Views
    1,808

    Trouble recording sound

    Hi guys,

    hopefully you're not getting sick of me yet. basically, I'm trying to record sound coming in from the line-in socket. I've seen quite a few C++ examples but I haven't seen any C ones and...
  17. Replies
    5
    Views
    1,963

    Heh, yeah, it was a typo, I'm full of those :P I...

    Heh, yeah, it was a typo, I'm full of those :P I prefer to re-type most things because that way, if there is a typo, you normally see it, not in this case though, heh
  18. Replies
    5
    Views
    1,963

    Oh my god, I just checked my libraries I was...

    Oh my god, I just checked my libraries I was linking with and forgot to include comctrl32.lib, I'm stupid.

    Sorry about that guys. Can't tell I'm new to this :P
  19. Replies
    5
    Views
    1,963

    No I'm not calling it, I tried putting it in, but...

    No I'm not calling it, I tried putting it in, but I kept getting an unresolved symbol for _InitCommonControls(), even though I've included commctrl.h which is weird (in my opinion)
  20. Replies
    5
    Views
    1,963

    Weird error with WC_LISTVIEW

    Hi guys,

    I'm new to programming in windows so I thought I'd write a simple program to start me off.

    I have this code:



    HWND hList;
    LRESULT CALLBACK WndProc(HWND hwnd, UINT message,...
  21. Excellent, just what I wanted :)

    Excellent, just what I wanted :)
  22. Beautiful, I'm playing with it now and lets hope...

    Beautiful, I'm playing with it now and lets hope it works
  23. Thanks heaps. Sorry for me replying after you...

    Thanks heaps. Sorry for me replying after you answered, I just wrote my replies when you were replying.

    I really appreciate your help
  24. Yeah, I was thinking about doing something like...

    Yeah, I was thinking about doing something like that, I just have to find somewhere where I can look up options and such, like with the combo boxes I can't rememebr the CB_OPTION to have it dropdown...
  25. Well, I'm making a point of sales program, which...

    Well, I'm making a point of sales program, which contains the list of products in the ocmbo boxes and the listbox on the right contains the products I have added to my "cart". But as I have hundreds...
Results 1 to 25 of 52
Page 1 of 3 1 2 3