Window Form Application Into Web
Feb 2, 2012i have a window form application, now i want to run it into browser on server so that user can run it on server. What is the best way to do that The language is vb.net
View 1 Repliesi have a window form application, now i want to run it into browser on server so that user can run it on server. What is the best way to do that The language is vb.net
View 1 Repliesmodify console application below to window form application for me.I've tried by myself for million times, but i couldn't console application.rar?
View 2 RepliesWhat is the difference between window form application and WPF application?Also i want to know about WPF application.
View 3 Replieshow can I use main form like MDI parent form in window application?
View 1 RepliesI want to transfer files from one directory to another using streamreader and writer class. Now i want to add a statusbar to show the filename on statusbar along with the remaining percentage. It will reach 100 when file has been moved to new directory.
Dim ioFile As New System.IO.StreamReader("C:sample.csv")
Dim ioLine As String
Dim ioLines As String
[CODE]...
1, My form application works well on my computer, but my colleague told me the size of window is not adjustable on his computer. Which property should I set to adjust size of window?2, THere are tabs, groups... in my form. After I maximize the form, how do I adjust the items in the form to be compatible with teh maximum form window?
View 2 Repliesi want to use window form application to write this game?
View 3 RepliesI have a form program that runs long, and for kicks I was wondering if I could out put some data to a "real console" -not the Console useing the Output debugger.
View 8 RepliesI got a window form, and I want to send data to another computer or a server over internet after the submit button is clicked. Yes, this is a very "general" question (I cant not ask it in more detail), because I don't have any information how to do that, I google it, and I heard WCF, but I am not sure how it actually can do this job (seem like WCF is related, but still researching).
View 4 RepliesI am encountering a very mysterious error which I have not encountered before. While trying to use VIEW DESIGN OPTION in VB.NET 2003
Solution Explorer to maintain the existing FORM the error message list below appears.Here is the error message that appear in the TASK BAR panel at the bottom of the Screen Property accessor 'IsMdiContainer' on object 'System.Windows.Forms.Design.FormDocumentDesigner' threw the following exception:'Specified cast is not valid.'
Excuse me for posting this, but I have searched both Google along with this forum before asking this question, maybe I'm not using the right keywords but I apologize if it's easy to find.I would like to know how one could close a third-party window (application) if a specified string was found in the window title.
View 2 RepliesI would like to know how one could close a third-party window (application) if a specified string was found in the window title.
View 4 RepliesIf you have ever noticed in the Task Manager, when you right-click on the running task, you have many options which include 'Minimize' and 'Maximize'. Is there anyway to do achieve this in vb?
View 1 RepliesI have create a project with one main form window and also i have to use a number of other forms as well. now i want to open these other forms inside the main window and not outside. I'm using Visual Studio .NET 2010 as developing environment.
View 1 RepliesI am in need of a small application, that will allways be topmost and will send keystrokes to the last active application (typically notepad or an explorer window). My problem is retrieving the current active form (or application), when my application is started up. Every search seems to return old and rather complex solutions using Win32 library functions, but I was kinda hoping, that .Net allowed for a neater and more simple solution.I need a code example or link on how to retrieve the currently active application window from another application just starting up.
View 2 RepliesI am looking to call plink from a vb.net application in the background (without showing the black plink cmd screen) is it possible?
View 1 RepliesI need to run an external JAR file (which is minecraft) within the window (form) of a VB.NET application, so like having the program in the center and additional text I like around it.
Is this possible, and if so, how?
How to catch the event of the window close button(red X button on window right top corner) in wpf form ? We have got the closing event, window unloaded event also, but we want to show a pop up if he clicks the close button of the wpf form.
View 1 RepliesAs Autodesk is going to discontinue VBA for their Inventor product in the near future I have been looking at other ways to run VB.NET in Inventor. To date it doesn't look like VSTA will be the replacement. Automation from an External VB.NET app is certainly possible, but leaves something to be desired for speed and integration. Compiled Add Ins are the Cadillac of choice but can be a royal pain to debug and develop. Autodesk now provides a lightweight VB.NET script interface called iLogic. It's main purpose is to allow extreme customization of Solid Modeling parts. The code actually resides inside the Part Model file.
[Code]...
I am not able to find the Exclude Command in VB 2010 Express. I have no idea which version of Visual Studio it is working with. I've got one 217MB VB 2010 Express file and many 2008 VB Express files with one of them measuring 31 MB. There many other SQL files and .Net Files.
View 4 RepliesIam creating an application. i have a main form it has 5 buttons i have created 5 more forms. my aim is to show a particular form for every button the form is opened in a new window i dont want to open in a new window it should be embed in the main form when i click anthor button it will show the related form in place of previous form
View 2 RepliesIam creating an application.i have a main form it has 5 buttons i have created 5 more forms.my aim is to show a particular form for every button the form is opened in a new window i dont want to open in a new window it should be embed in the main form when i click anthor button it will show the related form in place of previous form?
View 1 RepliesThere doesn't seem to be anything about it.
View 8 Repliesi want to launch the calculator within my vb main window.i have used this before in another app but can't figure out how to duplicate it using vb.net 2010
hCalc
= FindWindow(
NULL
"Calculator"
)
SetParent(
hCalc, MyMainFormHwnd
)
what is difference between window-application And web-application?
View 4 RepliesI use VB with Visual Studio 2010.I have use the example code from the Microsoft Homepage: [URL]Its work fine!Now I have an application on my computer, there I want to send keys via SendKeys to another application.In the sample code is listed:
Dim calculatorHandle As IntPtr = FindWindow("SciCalc", "Calculator")
How to use httpUtility.encode and decode in window application. I implemented a window application. This application use web request to web server. The web server response http encode version. So, How I decode in window application.
View 1 Repliesdeveloping chat server which as a console application but i want to open that console when i click on to the window form button and another button to close that console application. so how to do that in window form to open console
View 2 RepliesThere three way to open PDF in .Net Window Application
1) Process.Start
2) MS Browser Control
3) PDF Com Copmonent
I do not want to use process.start (coz it not open in same window)
in 2 and 3 there is a big issue with focus. Both the control grab the focus
I need to write a program that works like a parent midi form to an external windows based application.The reason is that the application needs to be in a kiosk mode when running, and my wrapper midi form will manange the launch and closing of the windows based application.
View 1 Replies