Forms :: Possible To Create An MDI Application Which Have Each MDI Window

Oct 8, 2009

Is it possible to create an MDI application which have each MDI window in a separate processes like Chrome does?

View 1 Replies


ADVERTISEMENT

Forms :: How To Create Window Based Application

Feb 25, 2009

how to create window based application in vb.net

View 2 Replies

Create An Enumeration For Colors In Window Forms Application?

Jun 21, 2009

I am building a simple windows form (using VB.NET) for a friend to use at work. His company has about 10 specific colors schemes (they have list of RGB values) that they use for the company logo, website etc.

I want to follow this color scheme in my application and, to simplify development, would like to build an enumeration of these colors to avoid hard coding the RBG value for every label, panel etc.

My initial thought was to do the following:

Enum ColorTypes
CompanyDarkBlue = Color.FromArgB(0,56,147)
CompanyBlue = Color.FromArgB(0,111,198)
CompanyLightBlue = Color.FromArgB(0,145,201)
End Enum

However, it's not that simple as a constant is required. I looked around on the internet and I found an example of how to achieve what I need but it seemed inordinately complicated for what seems like quite a common requirement for application development.

View 4 Replies

IDE :: Excluding Forms To Convert A Window Forms Application To Class Library Application

Jan 16, 2012

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 Replies

Forms :: Transfer Console Application To Window Form Application

Dec 22, 2011

modify 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 Replies

Create Hotspots (like On Webpages) On Window Forms?

Aug 1, 2009

I have a floor map of a buiding. It has cubicles. The application must display the floor area information of a cubicle when the user clicks on the cubicle?

I was thinking about use picture bixes for each cubicle but it seems complicated.

How to i create clickable areas on the form and load images to those areas?

View 2 Replies

Reg. Non Sizable Window Forms In The Application?

Mar 10, 2009

I amin process of developing a student database. Here i have many forms that are navigated through. The problem is what shall i do to have all the windows that are displayed are of same size???

View 1 Replies

Forms :: Application Unresponsive After Moving Window (when Running)?

Dec 8, 2009

I have an application (written in VB.net 2008) which reads a text file. Parses the record and uses the second field (a UK postcode) to match an Access database (SQL - Select * from Table1 ......), then writes a text file back out with the original input postcode plus several fields taken from the access database.

I have 3 counts happening during the process, records read, postcodes matched and postcodes not matched. I move these values to labels on the form, then every 50 records read, I refresh the form (me.refresh) to update the labels (showing the end user where the process is upto).When running, if I drag the window around the screen, or minimize then maximize, or click off the window to another window, the application seems to freeze and the counter labels do not refresh.

View 3 Replies

Create Package File In Window Application?

Aug 1, 2009

how to create package file in vb.net window application

View 2 Replies

MDI Application MDI Child Forms Close() Error Creating Window Handle?

Jul 14, 2012

I'm in the process of converting a VB6.0 application to VB.Net (2008 Express). I have a MDI parent form, I'll call mdiBackground, and 4 MDI child forms, frmStatus, frmShow, frmQwerty, and frmSentence.The layout is as follows:mdibackground - has the menus at top and is a container for the child forms.frmSentence - appears at the top frmShow & frmQwerty - appear at the left and when one is closed the other one is in the same position.frmStatus - appears at the right, it has buttons which control when frmShow and frmQwerty are to appear I have a couple of regular forms that act as dialog forms. The Me.Close() works fine on these.

[Code]...

View 11 Replies

Create Windows Application Installation / Setup Select Component Window?

Jun 30, 2010

I am creating a windows application setup project using Visual studio 2008 setup project. This setup will have following steps[code]...

View 1 Replies

Create A Simple Application Which Has 2 Forms?

Apr 20, 2010

I wanted to create a simple application which has 2 forms.the first one contains a combobox which has the list of names of reports.now i select this report and click on next which takes me to the 2nd form.there i have to enter 4 values(or parameters)like the date from and date to and other 2 values...using these 5 values i want to retrieve the respective reports from the archive folder based on these parameters...i just know how to select and move to the second form from the first..how do i achieve my goal of retrieving the pdf files.i want the result in a table form which will have column names of the parameters i pass and the last column with the report pdfs.

View 6 Replies

Forms :: Create A Application That Don't Need To Be Install

May 12, 2010

i, im new to this forum, but i know hot to use.i have 2 question

1- i want to create a application that make the same job that do CCleaner software, but i don't know the full code.can anyone tell me?

2-hot to create a application that don't need to be install

View 1 Replies

Create Form-application Witht Many Forms?

Dec 4, 2009

I need to create form-application witht many forms.How profession is doing spalsh form. Is it splash-form is main form of application, or application have main form, that hide on start and show child splash form.

View 4 Replies

Forms :: Create A System Tray Application (service)?

Feb 16, 2009

I'm wanting to develop what I perceive to be a pretty simple application. I want something that runs in the system tray that tests for the presence of a particular file on a network drive. If the file does not exist, the icon in the system tray is a green circle (like a traffic light).If the file DOES exist, then the system tray icon is a yellow circle (caution), until the user clicks it (the yellow system tray icon), and a record is written to another file, then the system tray icon changes to a red (stop) circle until that first file we tested for is gone.I'd also like to create "balloon messages" to go with the changes in the system tray icon.

View 1 Replies

Forms :: Create Separate Parts/winforms Of The Same Application?

Sep 19, 2011

is it a bad idea to create separate parts/winforms of the same application (using the same SQL Server DB) in different executable files. For example for a School IS: A Receptionist App, A Teacher App, A Principal App and so on.

View 2 Replies

Create Custom Control Such As A Menu For Windows Forms Application Using Program?

Nov 14, 2011

I've search the net in order to create a custom control but nothing I find is worth looking at, The main thing I want to do is create a skinengin via DLL and import it in my vb 2010 then using or creating some sort of skin builder where I can create a full setting file which contains all the details of the customization regarding the Form(Look, Feel and the controls such as a menu), I have used Iriskin and multiple apps doing this for me and when a user installs my application they still recieve a message about buying the registered DLL file, I would like to create it completely from scratch.

View 2 Replies

Create Small Windows Forms Application That Accepts Pen-based Handwriting?

May 5, 2012

I am trying to create a small windows forms application that demonstrates how a user can use pen-based input(ona Lenovo X220 tablet PC) to enter text (rather than typing on a keyboard) I am using Visual Basic in Visual Studio 2010.I think the control I want to add to my Visual Basic Project is the Microsoft InkEdit ControlThe instructions I see on other parts of microsoft websites refer to a .net framework componed called InkEdit. The instructions I found so far is to right-mouse click on the tool box, click 'choose items' and then select the Inkedit Control from the .NET Framework components.

View 12 Replies

.net - Given A Large Number Of Objects, Create Multiple Forms In Designer For Them Or Use Code To Create The Forms?

Dec 29, 2010

If I have a large number of classes, each similar to the other in certain aspects (they all share a common base class, but each does things differently), and I need to create Windows forms for each to allow easy changing of their values through a GUI? Create one matching form for each object in VS' forms designer, Or Use code to create the forms dynamically at runtime.

#2 makes the most sense to me, because a lot of these objects will share very common features of the form, notably "Ok" and "Cancel" buttons. But one object might need to draw a textbox on the form while another might need to draw a combobox. Not to mention, if I want to put icons on the "Ok" and "Cancel" buttons, I'd have to do this for each copy of the form in designer, and that sounds like it could get out of hand quickly.But is drawing forms through code sane? VS' forms designer is pretty sophisticated and designed to make life easier. Am I wise to consider ignoring its functionality and diving into the trench warfare of forms design through code? Or are there examples of automating form creation based on an existing object's properties?

View 1 Replies

Create Websetup For Clickonce Type Windows Forms Application By Publishing It To Some Folder

Feb 28, 2012

Trying to publish a click once type app to a local directory and create a websetup with the published contents- so that i can give tat setup to install in two different servers. but as the publishing wizard takes a URL - separate setup is required for each server. Is there any way that i can create a single setup which i can use it in two servers..?

View 1 Replies

Microsoft Visual Studio 2008 Will Not Create Resourse File For Forms Application?

Apr 19, 2011

The environment will not create a resource file for a newly created Windows Forms Application. When I add a button Visual Studio displays a dialog "File Exist". That'sall, plus an OK button. There is no file name or the file name is in unreadable characters.The dialog comes from Visual Studio because the title is "Microsoft Visual Studio".There is no resource file so it must be that the resource file cannot be created.I uninstalled and reinstalled Visual Studio 2008. It did not change anything.I believe the problem was caused by opening the same project rapidly twice on an i7 laptop. I have done this unintentionally before and I can testify that unpredictable

View 2 Replies

VS 2010 : Close A Third-party Window (application) If A Specified String Was Found In The Window Title?

May 2, 2012

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 Replies

Close A Third-party Window (application) If A Specified String Was Found In The Window Title

Nov 30, 2010

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 4 Replies

Make A Window Not Associated With The Application Minimize Or Maximize Its Window State In Vb?

Dec 12, 2011

If 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 Replies

Forms :: Resize And Already Open Window To Automatically Accomodate A New Open Window?

Feb 24, 2009

if you guys have used office 2003 or better( i am sure all) then you would have seen that when the help window open it causes the active windows say of MS WORD to change accordingly so that this help windows fits with it along the right side and this functionality i want to implement in my VB windows application and have no idea how to do it Also i have seen this feature in GOOGLE DESKTOP GADGETS...

i want to implement that when my application opens which ever is the active window( of any application) snaps to the left and allows my application to fir in the right hand side i am developing my application in VS 2005 using Visual Basic.

View 1 Replies

VS 2010 Retrieve Currently Active Application Window From Another Application Just Starting Up

May 26, 2011

I 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 Replies

Forms :: Creating Paragraph Styles Of Text In Window Forms Text Controls?

May 8, 2010

I am trying to build a NOTEPAD/WORDPAD like application with vb.net on visual studio 2008.

I need an option to define and choose (MsWord, or CSS like) paragraphs styles, such as: "heading1", "green quotes", etc.

View 1 Replies

Opening A Plink Window From An Application Without Showing The Black Plink Window?

Jul 20, 2011

I 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 Replies

Difference Between Window Form Application And WPF Application?

Feb 15, 2012

What is the difference between window form application and WPF application?Also i want to know about WPF application.

View 3 Replies

Running JAR Application (Java) Within The Window Of Application?

Dec 25, 2011

I 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?

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved