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 IamaSherpa 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: *

  1. aidanh

    width of a string

    if I have a string x = "hello" and I know the font face is "Arial" and the size is 25 how can I find out the width of the string ( not the number of characters, but the width in pixels ) does anyone know? thx aidanh
  2. aidanh

    problems with VC98\INCLUDE

    I have been given a bit of source code which I am trying to compile! The code uses the functions SetupDiGetClassDevs( ... ) SetupDiEnumDeviceInterfaces( ... ) which are in setupapi.lib Unfortunately I get the error messages error C2664: 'SetupDiGetClassDevsA' : cannot convert...
  3. aidanh

    problems with vc98\include

    I have been given a bit of source code which I am trying to compile! The code uses the functions SetupDiGetClassDevs( ... ) SetupDiEnumDeviceInterfaces( ... ) which are in setupapi.lib Unfortunately I get the error messages error C2664: 'SetupDiGetClassDevsA' : cannot convert...
  4. aidanh

    Using CFont

    I didn't originally in the app wizard make it a MFC project, but I have put in the settings use the MFC library :(
  5. aidanh

    Using CFont

    Which header file do I have to include if I want to use class CFont - I get the error Undeclared identifier. I have Use MFC in a Shared DLL selected in the Project settings thx
  6. aidanh

    VMR9 overlaying bitmaps

    I'm having a problem overlaying VMR9AlphaBitmaps on top of a video stream. I have tried creating two Off screen plain surfaces, and two VMR9AlphaBitmaps. After initialising them I try using the SetAlphaBitmap method twice this does not work :(. I can either display one bitmap or the other...
  7. aidanh

    Problems with ADO commands from VB to SQL

    Hello everyone I am having a problem using the command method. Basically I am trying to get a value returned from SQL Server. I have written a sql stored procedure which works I think, it looks like this: ------------------------------------------ CREATE procedure...
  8. aidanh

    Getting info From SQL server

    Hello everyone I am having a problem using the command method. Basically I am trying to get a value returned from SQL Server. I have written a sql stored procedure which works I think, it looks like this: ------------------------------------------ CREATE procedure...
  9. aidanh

    Problem Truncated fields when passing stings to SQL

    Havinga a problem when I execute an ADO command from vb which writes to my SQL Database. I execute a stored procedure which updates a field. I pass from VB a string through an ADO command however append paramter converts it to Null-terminated Unicode character string. The stored procedure...

Part and Inventory Search

Back
Top