Search:

Type: Posts; User: Bart73

Search: Search took 0.01 seconds.

  1. VS 2013 Using NET class library via Type Library in VB6 and the Exceptions

    Hello folks!

    I've faced a strange problem these days. I'm just on the way to finish a VideoGrabber class library in the NET 2013. This library is basically using a wrapper library for DirectShow...
  2. Replies
    0
    Views
    5,608

    New project technology choice

    Hi folks!

    I'm on the crossroad in choosing the technologies for the development of one new project.
    I have to use one 3D body model made by 3D Studio Max (3ds file format). It has to be...
  3. Replies
    2
    Views
    5,715

    Re: ctl3d32.dll problem in Windows 7

    Some dlls are from 3rd party developer and all my components are written for x86. Is there any workaround? Is this ctl3d32.dll really so important or can I bypass somehow?

    -b-
  4. Replies
    2
    Views
    5,715

    ctl3d32.dll problem in Windows 7

    Hello there!

    I just experienced some strange problem. Some normal custom controls distributed with my application don't work in Windows 7, however in Windows XP they are fine. I found out that...
  5. Replies
    6
    Views
    34,041

    VS 2010 Re: RegAsm and Windows 7

    Hi folks!
    Seems to be I solved the problem. I would like to share my experience.
    Here it is what I did to using "regasm.exe" register a COM interop dll written in VB.NET 2010:

    1) First of all,...
  6. Replies
    6
    Views
    34,041

    VS 2010 Re: RegAsm and Windows 7

    There is only one user: Developer (without any password) and he is the system administrator.
  7. Replies
    6
    Views
    34,041

    VS 2010 Re: RegAsm and Windows 7

    UAC was initially enabled but I turned off. I getting the same message from regasm in command prompt window. When I run command prompt as administrator then works! But how to execute regasm as...
  8. Replies
    6
    Views
    34,041

    VS 2010 [RESOLVED] RegAsm and Windows 7

    Hello folks!

    I just developed one COM interop component in VB.NET 2010. Everything is fine, on my development machine everything works properly.
    I would like to distribute this dll with all...
  9. Replies
    4
    Views
    2,704

    Re: Software performance problems

    All systems are with WinXP. I'm using timers in the project (downloaded from www.vbaccelerator.com/home/VB/Code/Libraries/Subclassing/SSubTimer/article.asp). Actually, this application is written for...
  10. Replies
    4
    Views
    2,704

    Software performance problems

    Hello folks!

    I experienced a strange problem in the last couple of days. Software written in VB6 (using GDI+) is running slower on some machines which has much better hardware than my developer...
  11. Replies
    0
    Views
    483

    JPEG from byte array

    Hello guys!

    Is there any possibility to display a JPEG image from the memory? The JPEG image is stored into Byte array. JPEG is in the same form in the memory as in JPEG files (do not mix with DIB...
  12. Replies
    0
    Views
    484

    JPEG library questions

    Hello guys!

    Is anybody using "JpegLib.lib" JPEG library from the Independent JPEG Group?
    I need some informations. Is this library exist as dll too? I want to use some exported jpeg functions...
  13. Thread: VB6 and strings

    by Bart73
    Replies
    3
    Views
    586

    VB6 and strings

    Hello guys,

    Does anybody know how VB store the strings internaly in memory? Basicaly, I want to copy the string from the memory into byte array using CopyMemory API, but I can retrieve on this way...
  14. Creating relations with ADOX like in MS Access

    Hello folks,

    The following code creates a 1:n relation with referential integrity with the ADOX:

    With objKey
    .Name = "users/patients"
    .Type = adKeyForeign
    ...
  15. Replies
    3
    Views
    562

    Re: Debugging, profiling tools

    Thanks for the links! I will try now this tools and I hope that I can make some optimization on my code :)
    Thank you again.

    Bela
  16. Replies
    3
    Views
    562

    Debugging, profiling tools

    Hello,

    Is there any tool for debugging and profiling the VB source code? Something like MZTools' option "Review Source Code" (addin for VB, www.mztools.com), but with feature to check API...
  17. Thread: GDI+ question

    by Bart73
    Replies
    8
    Views
    810

    Re: GDI+ question

    Here it is. I simplified a little, but the essential parts are there.

    Bela
  18. Thread: GDI+ question

    by Bart73
    Replies
    8
    Views
    810

    Re: GDI+ question

    Hello jeroen79,

    This button is nothin special. It has behaviour as the normal command button, but it uses GDI+ to draw edges, caption and the gradient background. And can simulate hover effect...
  19. Thread: GDI+ question

    by Bart73
    Replies
    8
    Views
    810

    Re: GDI+ question

    Hello RobDog888,

    I have VB6 and I'm using GDI APIs. Is there any difference in performances between GDI APIs and GDI+ classes?

    Bela
  20. Thread: GDI+ question

    by Bart73
    Replies
    8
    Views
    810

    GDI+ question

    Hello folks,

    I have just developed one button ocx in VB6 using GDI+ library. The button is rendered completely using GDI+ calls. All GDI+ functions are translated and present as API functions in...
  21. Thread: Ms Jet Oledb

    by Bart73
    Replies
    10
    Views
    1,135

    Re: Ms Jet Oledb

    Thank you Fishy. No problem with ADO libraries and dependencies. I can install everything, but some providers have missed. In case of WinXP I couldn't install MS JET provider (from earlier MDAC),...
  22. Thread: Ms Jet Oledb

    by Bart73
    Replies
    10
    Views
    1,135

    Re: Ms Jet Oledb

    I have converted database to Access 97 format because of some compatibility reasons (and JET 4.0 OLE DB to 3.51).
  23. Thread: Ms Jet Oledb

    by Bart73
    Replies
    10
    Views
    1,135

    Re: Ms Jet Oledb

    I'm not using ODBC. I don't know way, but the MS JET OLE DB provider is not installed on new XP installations. It comes with MS Access. Of course, I can not expect from customers to has MS Access...
  24. Thread: Ms Jet Oledb

    by Bart73
    Replies
    10
    Views
    1,135

    Re: Ms Jet Oledb

    Hello Randem,

    Basicaly, I have no language specified in connection string. The funniest thing is that this application was worked few weeks ago on my test machine, but now doesn't want to work (as...
  25. Thread: Ms Jet Oledb

    by Bart73
    Replies
    10
    Views
    1,135

    Re: Ms Jet Oledb

    Hello Fishy,

    How should I do this check? Anyway, what is a relation between ODBC and OLEDB? These things should be independent from each other, or?

    Bela
  26. Thread: Ms Jet Oledb

    by Bart73
    Replies
    10
    Views
    1,135

    Ms Jet Oledb

    Hello guys,

    I have searched the list for this topic, but I didn't find solution for my problem.
    I have VB6 application which uses "Microsoft.jet.oledb.db.4.0" in the connection string to connect...
  27. Replies
    7
    Views
    664

    Re: Callback and the calling thread

    Thank you for the tips. I will leave the camera and the software to work over night. Sometimes is very hard to work with APIs (mybe the exception is if you have started as C/C++ programmer and not as...
  28. Replies
    7
    Views
    664

    Re: Callback and the calling thread

    Thank you Merri for the reply. The problem is solved. Deletion of g_BackSurface.hBmp was the problem. After commenting out this line, everything is near perfect. :)
    Basically I spend almost 2 weeks...
  29. Replies
    7
    Views
    664

    Re: Callback and the calling thread

    Not in the "same time", but it is called much more frequently than my code can process the DIB, or the memory is locked (this is what I don't know).

    This function is called from one external dll...
  30. Replies
    7
    Views
    664

    [RESOLVED] Callback and the calling thread

    Hello guys,

    I have a not so simple problem. I have a callback function what has to
    process some memory tasks. But before the code can be finished, this
    function is called again (I don't know...
  31. Canon Digital Camera SDK implementation problems

    Hello,

    I'm using the latest Digital Camera SDK from the Canon (ver. 7.3). Canon doesn't support VB6 development anymore.
    But I have translated all included .h files to proper VB6 declarations.
    ...
Results 1 to 31 of 33



Click Here to Expand Forum to Full Width