Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: caf
  • Content: Threads
  • Order by date
  1. caf

    Net Send or NetMessageBufferSend equivalent?

    Hi all Is there a .NET Framework equivalent to using the NetMessageBufferSend api call? If not, I've been trying to use NetMessageBufferSend but the examples either use Bytes or Any as arguments. I'd appreciate it if someone could show me some code on how to make this work. Until such time...
  2. caf

    Interbase roles in stored procedures

    Hi Is there anyway I can determine within a stored procedure whether the user executing the stored proceudre is a member of a particular role? I'm using IB 6 (Open Source) Thank You
  3. caf

    Interbase and events (alerts)

    I need to write an application (In .NET (C# or VB.NET) to access an Interbase gdb among other things. It also needs to catch post_event calls made within triggers. I was wondering if anyone ever used the IB API (seems like the only solution) from within C# or VB. I know Interbase is a Borland...
  4. caf

    HELP: Need to connect to Interbase

    Hi, I need to write a front-end to an interbase server using VB. I installed the Interbase Server 6(Open Source) on a server and would like to connect to it from a workstation. The problem is, there is no odbc driver included or at least i think so cos i checked. If there is one where can i...
  5. caf

    Call VB ActiveX Exe's Using GetObject

    I know this is a tad late (with VS7 Beta2 out already) but - better late than never. Click on the link below to download the source http://www.vb-helper.com/Howto/getobject.zip
  6. caf

    Use GetObject on your ActiveX Exe's

    I know this is a tad late (with VB7 Beta2 out already) but - better late than never. Click on the link below to download the source http://www.vb-helper.com/Howto/getobject.zip
  7. caf

    Implement Getobject on your VB 5&6 ActiveX Exe's

    I know this is a tad late (with VB7 Beta2 out already) but - better late than never. Click on the link below to download the source http://www.vb-helper.com/Howto/getobject.zip
  8. caf

    Need urgent help on "calling" a dll

    Hi Is there a (simple) way to call an activex dll(created in visual basic) from within c++. If so could someone be so kind as to provide me with some code. I have searched the net now for two weeks looking for a solution serious!! I would like to know how to query the dll's properties...
  9. caf

    Need urgent help on calling dll Please help

    Hi Is there a (simple) way to call an activex dll(created in visual basic) from within c++. If so could someone be so kind as to provide me with some code. I have searched the net now for two weeks looking for a solution serious!! I would like to know how to query the dll's properties...
  10. caf

    formatting data

    Hi I need an xsl directive to format a date stored in an xml file as yyyy-mm-ddThh:mm:ss. Example 2001-12-01T09:02:56 I want to display this date like this dd/mm/yyyy not showing the time. Example 01/12/2001 How would I acomplish this without formatting the data before writing the xml...
  11. caf

    Binding XML

    Hi all If anyone can help me I'd be forever grateful Let me first explain my situation I have an XML document (default.xml) that's generated server side I have an HTML document (default.html) that's linked to that XML document via id="dsoSomeXML" src="default.xml" I have a...
  12. caf

    Ever wanted to design a card game in VB?

    Hi all Check out my "helpful tip" under the forum: Visual Basic(Microsoft) Win32API Regards, caf
  13. caf

    How about that Card Game

    Hi all Ever wanted to design a card game like Hearts, Solitare etc that ships with the Win32 Os? Well after breaking a few fingers I managed to convert some C++ code into straight VB for all VB developers too embarrassed to say Visual Basic and Game Development in the same breath. :-P You...
  14. caf

    Function Declarations and Examples

    Ever wondered what Microsoft was thinking when they released the API Viewer? Well you're not this first to qustion the use of this limited utility. You can pick up a FREE utility that lists a lot of API declarations/documentation and EXAMPLES on how to use them in your VB projects The examples...

Part and Inventory Search

Back
Top