I have a win form application and i'm trying to run it inside the web browser,i rummaged through web and found some links:
I tried this link:Embedding a .NET WinForms Application in an Internet Browser Using WPF
,this works fine but the problem is…
Hi I am looking for some web framework for my prject and I found Visual WebGui
It looks amazing, but I am pesimistic to miracles :)
Can someone more experienced than me help me?
classic asp.net vs Visual WebGui
what about speed ?
what about size of…
so this is question for 1mln$.
First of all, I'm developing web application in Visual WebGui. This is basically Winforms, but than application is converted to HTML5 and vualá.. web application. Anyway, I have a problem with DateTime formats. By…
I have the code below which works fine when the Session state is InProc. However when the Session state is Sql Server, HandleCallback never gets called. How do I change the code so HandleCallBack gets called?
private void TAdata(object sender,…
I'm trying to launch a WPF .exe from my VisualWebGUI (winforms on the web basically) application. Everything works fine when I run it through VS2010. However when I deploy the site to IIS it does launch the .exe (I can see it writing out to a log…
What is the best way to resolve problem with ShowDialog in webgui ?
I have two Forms. MainForm i LogonForm.
On page load of MainForm I want to show LogonForm (via ShowDialog) for user to connect into db.
And when result is ok, rest of mainform…
I had a .NET 3.5 web application in which I had used Gizmox VisualWebGUI in it
After a year I needed toadd some new feature to it, I installed WebGUI again as trial (30 days full functionality) and implement my change sets.
When I browsed the…
Are there frameworks for making GUI for web pages like Qt for desktop applications? Preferably with graphical form designer.
I need framework supporting tabs, trees, splitters, etc.
Torrent client, qtorrent, has web GUI.
Torrent client on one server with unique ip address.
Nginx reverse proxy setup with unique ip address.
Have setup Nginx reverse proxy to point subdomain address internal ip address with specific port (traffic…
I want to create a button 'numeric only' in visual webgui (and i dont want to use masked textbox).
I did that: http://msdn.microsoft.com/en-us/library/ms229644(v=vs.80).aspx
This solution works in WinForms but doesn't work in WebGui. I have to…
I need to know how to get the owning instance of a TableAdapter if I just have the Table Adapter.
So, for example, there is this class:
public class example
{
public User _user;
public TableAdapter _adapter;
someMethods();
.
.
…
Please, how do i detect control + rightkey in ricktextbox in visualwebgui ?
Event keyDown, keyPress and keyUp not working.
Thanks
I'm trying to use the events but they don't work
private void ggggg_KeyDown(object objSender, KeyEventArgs objArgs)
{
…
I'm a newbie of ASP.NET world. I'm developing an app with asp.net and insiede of an aspx page i'm using a window form developed with visual webgui.
I've this problem: inside my form, i have a button wich has to rise an event equals to the page back…