Let´s suppose I have an string representation of a type (i.e, "System.Int32") and an string representation of a value (i.e, "33").
What I wanna do is to create an object of that type with that value, without using an obvious function like this:
Private Function CreateObject(ByVal strType As...
Hello,
I´ve embedded the NetMeeting control in a web page. It is
very simple, and it works ok. When the page loads, I make
a call to a PC which is listening for incoming Netmeeting
calls (it has the "Automatically Accept Calls" option
enabled, and a web-cam), just in this way...
This is incredible. I don´t know if it is a bug, but it is quite surprising: I put this code into a windows form resize event handler:
Private Sub Form1_Resize(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.Resize
MsgBox("hello")
End Sub
Well, if I run...
Does anyone know if it is posible to obtain a reference to a form using remoting and afterwards show the form?. Maybe remoting (as web services) doesn´t have any graphical context?. I can obtain the transparent proxy to the remote form, but there is no way to make a "Show" correctly...
hi,
Does anyone know how could I set the parent property of a form to a panel contained in another form in a different process?. In COM, I used SetParent API with the form handle, but is it posible in .NET without using the Windows API?
Thanks.
Hi everyone,
I´m trying to launch a remote process on another PC, and for that purpose have to make use of the Process class. If I run the code below from a VB .NET Windows application there is no problem, it goes well, but if I put it into a webmethod, I get an exception ("Couldn't get...
Hi everyone,
I´m trying to create client activated objects (CAO) from a client that doesn´t have the code of the classes served by the server. For that purpose, I use the SOAPSUDS.exe tool, in order to generate the proxy for the dll which has the actual source code. To this point, I have no...
Does anyone know how to show a windows form from a web application?. Is it posible to put an address in the explorer address bar and start a windows form application??.
Thank you in advance.
Hi,
I have a hirarchical recordset obtained with MSDataShape.1 provider. Does anyone know if it is posible to filter (using the .filter property) the recordset by a field that belongs to one of the "chapters" (child recordset)?.
Thanks,
Aitor.
Hi,
I was trying to use DCOM to execute a .exe in a remote computer(let´s say, notepad.exe) in this way:
I have made an Active X exe with a class that has only one method:
Public Sub LaunchNotepad()
Shell "notepad.exe", vbNormalFocus
End Sub
Next, I instantiate (from a client .exe...
Hi,
I was trying to use DCOM to execute a .exe in a remote computer(let´s say, notepad.exe) in this way:
I have made an Active X exe with a class that has only one method:
Public Sub LaunchNotepad()
Shell "notepad.exe", vbNormalFocus
End Sub
Next, I instantiate (from a client .exe...
Hi,
I was trying to use DCOM to execute a .exe in a remote computer(let´s say, notepad.exe) in this way:
I have made an Active X exe with a class that has only one method:
Public Sub LaunchNotepad()
Shell "notepad.exe", vbNormalFocus
End Sub
Next, I instantiate (from a client .exe...
I want to "hook" into a window`s events using the API SetWindowLong (with GWL_WNDPROC index to replace the window procedure) and overloading the WindowProc callback function. There is no problem if the window belongs to the same process as the calling thread, but if the window we want...
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.