Questions tagged [visual-web-gui]

Proprietary WYSIWYG designer and HTML5 rendering engine by Gizmox.

Proprietary WYSIWYG designer and HTML5 rendering engine by Gizmox. http://www.visualwebgui.com/Gizmox/Solutions/VisualWebGui/tabid/775/Default.aspx

31 questions
13
votes
6 answers

Running a WinForms Application Inside Web Browser

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…
KF2
  • 9,887
  • 8
  • 44
  • 77
5
votes
3 answers

Visual WebGui

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…
drizzt
  • 2,756
  • 6
  • 27
  • 41
5
votes
2 answers

How to get CultureInfo from client machine?

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…
Marshall
  • 1,195
  • 6
  • 30
  • 47
2
votes
2 answers

Serializing Aysnchronous SQLCommand

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,…
Ewan
  • 1,067
  • 8
  • 15
2
votes
2 answers

Process.Start() issue - No GUI displayed

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…
2
votes
1 answer

ShowDialog in WebGui doesn't wait for response

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…
Marshall
  • 255
  • 1
  • 4
  • 11
1
vote
2 answers

The name of the GUI widget?

What is the name of the following GUI widget? I would like to use it in GWT. Thanks
Ming Leung
  • 385
  • 2
  • 13
1
vote
1 answer

RTL Issue with Gizmox VisualWebGUI

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…
1
vote
0 answers

Qt web GUI alternatives for Python

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.
Ufx
  • 2,595
  • 12
  • 44
  • 83
1
vote
1 answer

Qtorrent web GUI behind Nginx reverse proxy not loading login webpage css

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…
1
vote
1 answer

Create own controls in visual webgui

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…
Marshall
  • 255
  • 1
  • 4
  • 11
1
vote
1 answer

Access owing instance of variable

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(); . . …
TheNewGuy
  • 23
  • 3
0
votes
0 answers

Detect control + RightKey in RichtextBox in Visual Webgui

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) { …
0
votes
1 answer

Navigate back in visual webgui

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…
Marco
  • 656
  • 9
  • 28
0
votes
0 answers

go to www.xxxx.com/index.html when I write www.xxxx.com is it possible in web.config

go to www.xxxx.com/index.html when I write www.xxxx.com is it possible in web.config file in windows visualwebgui application
1
2 3