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

Search:

Type: Posts; User: xIRC

Page 1 of 6 1 2 3 4

Search: Search took 0.05 seconds.

  1. User-Defined data-types/private, public access to private object model

    Compiler Error:

    Only user-define types defined in public object models can be coerced to or from a variant or passed to late-bound functions.


    The following error I get with the following...
  2. Thread: Macros in VB ???

    by xIRC
    Replies
    0
    Views
    561

    Macros in VB ???

    How can I create my own macros, not using VBA, using normal Visual Studio VB 6?

    Because the Win32, eg.

    #If Win32 Then
    #End if

    this win32 is a standard macro, or as we like to call it in...
  3. Replies
    6
    Views
    1,100

    Nope ...

    No, I know how to do that using ADOX ... :)

    What I want to do, is instead of the user having click on Start » Administration » (ODBC) Datasources,
    and add a new Datasource.

    I would like to...
  4. Replies
    6
    Views
    1,100

    C/C++

    Should I maybe write a c/c++ wrapper for this, since, I know how to do this in c/c++ ... ????
  5. Replies
    6
    Views
    1,100

    ODBC Datasources ...

    Is there a way, that I can programatically setup (create/delete/edit) ODBC datasources, even if this will be using API calls ... ?

    Thanx in advance ...

    xIRC
  6. Replies
    1
    Views
    628

    Nevermind ...

    Sorry nevermind this post got it .... ->

    CreateWindowEx ()

    :)
  7. Replies
    1
    Views
    628

    Creating dynamic controls ...

    I know you can in VB create a control, using the method, of Load when the control is an array, and has the Index property set eg:

    Load Text1

    this will create a second control on the form ...
    ...
  8. Replies
    2
    Views
    706

    Thank you !!!

    Thanks for all your help I've received so far from gstercken ... :)

    And thank you all as well for also helping me, when I get stuck or someting :)

    See around ... hehe !
  9. Replies
    2
    Views
    706

    Need help with CRichEditCtrl (Please)...

    I have tried everything ... read the MSDN, about this, I have read almost all the articles I could find on setting text bold in a rich edit control ...

    Ok what happens is as follows ....
    ...
  10. Replies
    3
    Views
    1,082

    Understandable ...

    Does anyone maybe know anything about caret pos, or is this not the caret pos I should be concerned with, rather the keyboard cursor pos (I think this is called the caret pos, I'm not english, it's...
  11. Grapchics ...

    This is a bit weak ground for me, since I only played around with DirectX, and not OpenGL with MFC combined.

    But if I could maybe give you hint on where to start, this would be to the DirectX SDK,...
  12. Replies
    3
    Views
    1,082

    CaretPos vs. CharacterPos

    I am trying to figure out a way to "insert" text in an editbox, but doing this programatically, using the current position of the editbox.

    The MSDN states that CaretPos can be used to determine...
  13. Replies
    4
    Views
    712

    Nope ...

    Ok this is one control, a Rich Edit Control ...

    The user can not type in the control, because I will always append the text itself, it's like events that happen in windows, that I wish to logg...
  14. Replies
    4
    Views
    712

    Does anyone know ...

    Does anyone maybe know how this can be done ?
  15. Replies
    10
    Views
    1,160

    API dependency ...

    The problem, on has to develop a framework for C/C++ when using the API system is it bounds you to the windows environment. Rather making a framework, that will be cross platform, meaning that the...
  16. Replies
    10
    Views
    1,160

    Lets all stand together ...

    So why not lets us all stand together like Linux, open source, ect, and we keep a listing, for our own little code_gury language ... calling it something like

    Visual Guru C++ ... lol

    Who's...
  17. Replies
    4
    Views
    712

    Upside Down Scrolling ...

    I have read more than 65% of the topics/posts, on scrolling, and views, ect. I could not find my answer ....

    I did attach a picture to explain to you what type of scrolling I would like to have...
  18. Replies
    10
    Views
    1,160

    Re-Write MFC .... ?

    Am I crazy if I say I wanna re-write MFC .... hehe ???.. HAHA

    It will take me several month thought .... but I think I might mange ... hehe (but not all of MFC, just some parts, ect.)
  19. Replies
    1
    Views
    517

    Does anyone know ... ?

    I have read most of the articles I found on code guru, nothing really explains to me, about docking ...

    What I basically want is, to be able to dock a toolbar to the left, right, bottom, top...
  20. Thread: MPEG editing

    by xIRC
    Replies
    4
    Views
    770

    Yes you can :)

    You can download the SDK for free, from Microsoft's web-site, but it's a bit big, something like 120 Megs ...

    There are a few diffrent SDK's, so just logon to www.microsoft.com and search for...
  21. Replies
    6
    Views
    1,671

    Sorry for cunfusion... hehe

    I think I will mange, and as soon as I get this to work I will explain to you how this works :)

    Anyways, got to get coding for now ...
  22. Replies
    6
    Views
    1,671

    Nope ...

    No but still it's not one common class that I wish to sub-class what I want to do is ... use 1 class to impliment the code ...

    And rather only switch between the diffrent "form style sheets" if I...
  23. Replies
    6
    Views
    1,671

    You are on the right track, but not entirely ...

    What gets explained in that article, is the dynamic creation of controls on a CFormView, I would like to know If have already designed 5 or 6 IDD_FORM (dialogs) ...then How could I call each View in...
  24. Replies
    6
    Views
    1,671

    Dynamic CFormView ...

    How would I go about creating one CFormView with multiple IDD_DIALOG templates.

    I know I can use the AddDocTemplate() to add another document/view template, but how would I go about creating on...
  25. Replies
    1
    Views
    517

    Sticky Toolbars ... ?

    When creating a toolbar, how can I create a toolbar, that will stick to any of the 4 side of an MDI envirmonment ...


    So that when you click and drag, that the toolbar can't be a toolbox,...
Results 1 to 25 of 147
Page 1 of 6 1 2 3 4





Click Here to Expand Forum to Full Width

Featured