If there is actually a framework answer to this I am all
ears...
I have the window handle I am getting the consts from my
c++ header winuser.h. No matter what window I check I
_always_ get the following;
1 max true
2 min False
3 HasBorder False
4 titlebar False
I have inclu...
more >>
I have the name of a function stored in SQL Server, and I wish to run this
function on a VB.Net form. In a past message, I found the following code:
Dim myresult As String
myresult = AxScriptControl1.Eval("2 * 2")
MessageBox.Show(myresult)
Using the sc...
more >>