Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
OT: c#
#1
what is the equivalent in c# for out ?

thanks
pi
#2
found something ...

Debug.WriteLine("Debug Information-Product Starting ");
pi
#3
gintaras, which language do you use for programming qm ?
pi
#4
C++.
#5
Quote:QM dialogs don't have support for real property pages, but you can easily show and hide groups (pages) of related controls so that only one page would be visible at a time.

what is the usual way in vb or c# to have something like multipage dialogs ?
i don't understand what property pages are.
pi
#6
In C++ you create multiple child dialogs that can be called 'page'. The multipage dialog can be called 'property sheet'. To show the dialog can be used property sheet API or other API. When you click a tab, it hides current page and shows other page. In QM, there are no child dialogs. All controls are in single dialog, but DT_Page shows/hides groups of controls.
#7
from that what you know about my skills,

what do you recommend me to use/learn ?

c# or c++ ?

i feel kind of dirty switching to another language then qmscript.

my problem is that you are the only one to ask for things
like datagridview, drag and drop, drawing, etc.

in c# they don't have global variables,
since my 5 years of qm i am used to that concept.
pi
#8
Cannot advise because don't know c# quite well.

When I started programming, C# did not exist. I started from VB. But it is not a good language for programs like QM, and therefore I had to switch to C++. It was not easy to learn C++...
#9
why do you and other programmers use a dll for hooks ?
pi
#10
Read in SetWindowsHookEx help in MSDN.


Forum Jump:


Users browsing this thread: 1 Guest(s)