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

Search:

Type: Posts; User: rbettes

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    1,697

    Re: Using bitmap files as a resource

    Hi can anyone help ?


    Thanks
  2. Replies
    7
    Views
    1,697

    Re: Using bitmap files as a resource

    Hi

    Thanks it seems that using the CreateMappedBitmap would be the best option as the bitmaps have been compiled into the exe file . I am using the following code :-


    #define IDB_Btn0 3000...
  3. Replies
    7
    Views
    1,697

    Re: Using bitmap files as a resource

    Hope someone can give me an answer .
  4. Replies
    2
    Views
    1,322

    Re: Using bitmaps as a resource

    Ok I did post it there but I haven't got a answer yet with regard to new question
  5. Replies
    2
    Views
    1,322

    Using bitmaps as a resource

    am using Visual C++ and win32. The program is C++ and does not use the forms.

    I created "pictures.RESX" file using the Resourcer program. The namespace name is instruction.resource

    This...
  6. Replies
    7
    Views
    1,697

    Re: Using bitmap files as a resource

    How do I create an image list of my bitmaps that I can refere to as an index number ? I have given the bitmap resource the namespace name "instruction" and the resource filename is pictures.resX.
    ...
  7. Replies
    7
    Views
    1,697

    Using bitmap files as a resource

    I am using Visual C++ and win32. The program is C++ and does not use the forms.

    I created "pictures.RESX" file using the Resourcer program.
    This created a file which contains all my bitmap...
  8. Replies
    1
    Views
    2,803

    Hwnd declaration

    Hi

    I am using Win32 and Visual C++ . I am trying to declare a variable as a HWND but keep on getting the error :-


    ...
  9. Replies
    8
    Views
    1,441

    Re: Creating a toolbox type List

    Can anyone help / give advice ?


    Thanks
  10. Replies
    8
    Views
    1,441

    Re: Creating a toolbox type List

    Hi
    is there any chance of talking/ or online chatting about my project on Skype. My Skype name is roy_bettesworth .

    I am not sure which is the best way for me to proceed. I have an...
  11. Replies
    8
    Views
    1,441

    Re: Creating a toolbox type List

    Hi Thanks

    I have got it working . I also tried to bring the icons across as well and tried another listView - this didnt work.

    What my aim is to have a design sheet where the selected item...
  12. Replies
    8
    Views
    1,441

    Re: Creating a toolbox type List

    Thanks

    I have added my items . Is there any way I can add an icon as well for each item.
  13. Replies
    8
    Views
    1,441

    Creating a toolbox type List

    Hi

    What I am aiming for is have a similar type of toolbox that is used by Visual C++ Express edition when creating forms etc .

    I would like to have a list of items which when one is selected I...
  14. Replies
    9
    Views
    1,962

    Re: Listbox event handler

    Hi Thanks I managed to get it working.

    What I am aiming for is have a similar type of toolbox that is used by Visual C++ Express edition when creating forms etc . I would like to have a list...
  15. Replies
    9
    Views
    1,962

    Re: Listbox event handler

    One extra point I see it is for Visual C++ 2005 .
  16. Replies
    9
    Views
    1,962

    Re: Listbox event handler

    Hi Okay I am including my code . The reason for the old syntax is because the example I was given by the dragdrop support page used older code and suggested that I select the old syntax . Here is...
  17. Replies
    9
    Views
    1,962

    Re: Listbox event handler

    Hi Thanks I have now got everthing as per the web site http://support.microsoft.com/kb/815667
    There is a directive to select Common Language Runtime Support, Old Syntax in the project properties...
  18. Replies
    9
    Views
    1,962

    Listbox event handler

    Hi

    I am trying to add dropdrag functionality and I am using the support at this web site

    http://support.microsoft.com/kb/815667

    I am battling with " 8. Click the Events button. "

    ...
  19. Replies
    6
    Views
    1,692

    Re: Event handler listbox

    Which forum does handle this question ?
  20. Replies
    6
    Views
    1,692

    Re: Event handler listbox

    I am using an Active(win32) platform using windows forms
  21. Replies
    6
    Views
    1,692

    Re: Event handler listbox

    Hi Thanks for the help :-

    It doesn't seem to compile the code that I am supposed to include after InitializeComponent
    "
    this.listBox1.DragDrop += new
    ...
  22. Replies
    6
    Views
    1,692

    Event handler listbox

    I would like to create an event handler for dragdrop option of a listbox. The following instrutions is what I am trying to follow but I can't see the dragenter event in the listbox properties.

    ...
  23. Replies
    2
    Views
    790

    WIN32 using FORMS

    Hi

    I have a program that has been written in C++ that is win32 based. It is compliled under win32 in Visual C++. I would like to also use Forms with the program but I am not sure whether this is...
Results 1 to 23 of 23





Click Here to Expand Forum to Full Width

Featured