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

Search:

Type: Posts; User: law

Page 1 of 5 1 2 3 4

Search: Search took 0.08 seconds.

  1. How can i prototype code for users of my classlib ?

    What i want is that i can provide users of my classlibrary with some default code when they override one of my virtual methods.

    If you want to know what i mean, create a new class en type override...
  2. Replies
    0
    Views
    1,067

    WSE 3.0 and X509 Certificates

    :cry: :cry: :cry: :cry:

    I don't now where to look anymore!

    I need to consume a SOAP webservice over HTTPS. I created this soapproxy with the WSDL tool from the .NET SDK. I use WSE 3.0 to...
  3. Howto: DeclarativeCatalogZone but only one webpart instance?

    I've build this site with several webpart controls defined in the WebPartsTemplate section of a DeclarativeCatalogPart.

    When switching to Catalog mode i can add these controls to every WebPart i...
  4. Replies
    6
    Views
    1,292

    Re: RTLMoveMemory Works in IDE - Not when compiled!

    Vi2:
    m_RelImgInfoIndex is initially zero and will be increased after some new data is stored and decreased after buffer is read (not shown here)

    The essence of the store here, was that it works...
  5. Replies
    6
    Views
    1,292

    Re: RTLMoveMemory Works in IDE - Not when compiled!

    Well, i figured it out myself.

    I hope i can clearly explaine what happened.

    Basicly, what this application does is connecting to a camera, waiting for a 'press shutter' event, and then copy...
  6. Replies
    6
    Views
    1,292

    Re: RTLMoveMemory Works in IDE - Not when compiled!

    WizBang, thanks for your reply.

    Unfortunately it doesn't help, or maybe i interpreted your suggestion wrong.

    I changed it to:

    RtlMoveMemory m_RelImgInfo(m_RelImgInfoIndex), ByVal pData&,...
  7. Replies
    6
    Views
    1,292

    RTLMoveMemory Works in IDE - Not when compiled!

    I guess it's one of those days...

    I keep staring at my screen, but i cannot figure out why this DOES work in the IDE, but when compiled... it doesnt!

    I'm creating an application which uses the...
  8. Replies
    0
    Views
    350

    Help needed with External MCE App !

    Let's say you are in you're car, and you forgot to schedule that
    seasons-finaly of your favorite soap. I'd say: disaster. So i wanted to
    create this application, that interacts as a very simple...
  9. Replies
    0
    Views
    663

    Media Center Extender Development

    I'm not sure if this is possible at all, but i want to develop my own Windows media Center Extender.
    I know there are complete extenders available in stores today, but i want to know if it is...
  10. Replies
    0
    Views
    634

    SQL-DMO Transfer issues

    I can't get this to work somehow.
    I need to transfer a database, including all objects, users, logins and data, to another server. It does not yet exists there.
    Doing this in EM (Enterprise...
  11. Replies
    1
    Views
    763

    GetShortPathName acts different when compiled

    This is REALLY ANNOYING !

    I use the GetShortPathName API function.
    Everything works fine & well ... in the Visual Basic IDE that is...

    when i compile it to an EXE, i receive an empty string.
    ...
  12. Replies
    2
    Views
    1,041

    Thanx a lot! Works great :D

    Thanx a lot!

    Works great :D
  13. Replies
    2
    Views
    1,041

    [ADO] How to know when a field is unique?

    With ADODB, how can i get information about wheter a field accepts all data or only unique data ?

    In other words, how can i see if the field as an Index of type Unique?
  14. Replies
    3
    Views
    2,183

    I've found idapi.h I've made some declare...

    I've found idapi.h

    I've made some declare statements but the result is some unknown error codes of which i don't know what they mean?

    The 'template' example is for C++ but doesn't compile........
  15. Replies
    3
    Views
    2,183

    Using the BDE API ?

    Can someone tell me how i can use the BDE API (called IDAPI ?)
    directly from withing Visual Basic.

    I've used ADO and ODBC now for some time, but this is really a **** with paradox. The most...
  16. I'm sorry, but that doesn't help :( The...

    I'm sorry, but that doesn't help :(

    The nRoutinefunction in your example will still pass a long to the function, while it needs a argument of type 'CallBackEvent'

    Which ofcourse is only a...
  17. Callback to VB6 function from .NET DLL Impossible ?!

    *** This is a crosspost from the .NET Forum, so sorry for that.
    I just hope to get a soon reply, that's why ***

    I'm having a hard time here trying to find a solution for my problem.

    For some...
  18. Calling back a VB6 function from a VB.NET DLL Impossible ?!

    I'm having a hard time here trying to find a solution for my problem.

    For some (yet unknown and strange reason) i cannot make usage of Events, so don't tell me that those are exactly what i...
  19. Replies
    1
    Views
    574

    Playing AVI with API

    Hi,

    When i want to start an AVI movie by using the API commands,

    the movie runs, but it plays like ten times faster ... it's fast forwarding...

    what's causing this and how can i solve this...
  20. Replies
    0
    Views
    607

    Problems when displaying AVI FIle

    I have a problem displaying an AVI file in VB

    I used different methods, like the activemovie control or multimediacontrol, or with API

    They start the AVI, but they play it about 8 times faster,...
  21. Replies
    7
    Views
    3,696

    Thanx

    Thanks a lot!

    This works great.

    However i used the first module you gave me, because the second code didn't get through getting a token (result was 0)
  22. Replies
    7
    Views
    3,696

    How to get username when running as service

    Hi,

    I need to get the username of the currently logged-on user.

    I tried using getUsername from the win32 API, but this returns SYSTEM, ofcourse, because my app runs as a service.

    Now how can...
  23. Replies
    3
    Views
    829

    Thanx a lot! In the meanwhile i worked around...

    Thanx a lot!

    In the meanwhile i worked around my problem with two pictureboxes in stead of an image and picture and the use of the api call StretchBlt.

    Which way do you recommend, when it comes...
  24. Replies
    1
    Views
    553

    Screencapture that includes mousecursor

    I make a screencapture with memory dc's and bilblt and stuff...

    but how can i include the mousecursor with this?
  25. Thread: Resource leaks ?

    by law
    Replies
    1
    Views
    577

    Resource leaks ?

    When i run my program, after a few hours, windows cannot start other applications anymore, because it claims to be out of memory.

    When i run my program with the system monitor, it doesn't...
Results 1 to 25 of 115
Page 1 of 5 1 2 3 4





Click Here to Expand Forum to Full Width

Featured