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: jamsek19
  • Content: Threads
  • Order by date
  1. jamsek19

    How to determine if platform is win32 or x64

    Hello. I have specific problem determine on which platform my program is running: win32 or x64. I tried using GetSystemInfo but its output on x64 platform is wrong - shows that is Intel Win32 platform. Also, I tried with GetNativeSystemInfo but this function just return right value for WinXP or...
  2. jamsek19

    How to destroy events

    Hello. I have a problem regarding events: When I want to leave (for example) textbox I catching Leave event of that control and do a check if I can leave this control. In a case that control must not be leaved I fire event to set focus to this control again. The problem here is that the next...
  3. jamsek19

    Switch process to run under different credentials

    Hello. Does anybody know how to programme in C++ a part of code to run under different credentials (ie. Administrator rights). For example: an .exe is running under momentary account credentials. In some part of code program needs Administrative rights to finished its job. So I have Admin...
  4. jamsek19

    How to pass CommandButton array to Class's method

    I have one form with four CommandButtons putted in an array (Cmd(0), Cmd(1), …) I have also one class which operate with these buttons. I have a problem, how to pass reference of button array to one class's method. Example: Class clsBtn: Private mBtn(4) As CommandButton Friend Sub...
  5. jamsek19

    Passing object as parameter in a method

    Hello. We know that we cannot pass private User defined types (UDT) as a parameter to one method in AciveX DLL and for example, ADODB.Recordset can. Therefore I was wondering, I will pass my own object created from one class which has just properties, as a parameter. Can someone tell me if...
  6. jamsek19

    MS Transaction server

    Hello. I start programming in VB and I'm little confused about getting MTS. I try to found out where can I get Transaction server: Can I downloaded it from web, or I have to buy it. I found some pages on web (also on Tek-tips!) explained that I can get MTS from web but just for Windows NT or...
  7. jamsek19

    MS Access database limits

    Hello. Does anybody know the limits of MS Access 2000 database: max tables defined, max fields per tables, max size of table, max size of database, max connections opened simultaniously, ... A link of these values also make me happy. Thanks Andrej
  8. jamsek19

    Get call stack in RunTime

    Hello. Does anybody know how to get call stack programmatically in run-time. For example, when I got trappable error I want to put call stack in log file. Thanks Andrej
  9. jamsek19

    What is Call use for

    Hello everybody. I'm start developing applications in VB. I'm studying VB as well and I got problem with CALL statement. I did't get one clear and well understanding explanation when and how is CALL statement used for. I was looking in many examples on web and I did't get reasonable case. Can...
  10. jamsek19

    String wide in pixels

    Hello. Can anyone tell me, how to determine string wide in pixels or twips. For example Label1.Caption width in pixels. Thanks in advance Andrej
  11. jamsek19

    period or comma on numeric pad of keyboard

    Hello. I make a VP application, which use localization settings (sorting, numbers, ...). I want to determine, what should I get period or comma (for example) in TextBox, if I press period key on numeric pad. In english keyboard I got <.> and on my language I must get <,>. Can anyone help me...
  12. jamsek19

    Object name

    Hello. Is it possible to get in one object the name of object who load him. Example. I have Form1, Form2 and Form3. In Form3 I want to know who load Form3: Form1 or Form2? Thanks Andrej
  13. jamsek19

    Formated printing from VB60

    Hi all. I want to send some formatted (fontified) text to windows printer directly - not trough any VB controls for example RichTextBox. I want also include some picture in the same printing page. How can I do that. Thanks for reply Andrej

Part and Inventory Search

Back
Top