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...
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...
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...
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...
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...
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...
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
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
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...
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...
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
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.