Development User Interface With Toolbox Elements?

Aug 2, 2010

I have to develop a software able to perform some scientific calculations in the field mechanical engineer; to be more precise, this software must be able to predict the torsional vibration behaviour of crankhsfts and drive-trains.To build my model I need a library of pre-configured elements (organised in a toolbox), that I can drag&drop in my working area and then link together properly to build the model itself.Also the load cases and the input data should be organised in a toolbox as pre-configured elements that I can chose and fill-in accordingly.Here my questions:

1. how can I develop such a toolbox?

2. how can I develop my working area?

Many commercial software are organised like that but I have no idea how to do it.

View 6 Replies


ADVERTISEMENT

Interface Development Compared To MS Access?

Mar 23, 2010

I've been developing databases for research using ms access for the last few years. The application is used on accross a hospital network and while it was slow initially, itstarting to come to a grinding halt as numerous users are accessing it at once. I've been debating whether to try and develop the front end using vb.net in hopes of making the application faster.Does anyone know if this would be the case?

View 1 Replies

Interface And Graphics :: Create A User Interface In A Game Such As The Application XFire Using VB?

Jan 12, 2010

how to create a user interface in a game such as the application XFire using Visual Basic?

View 3 Replies

Interface And Graphics :: Use A Graphical User Interface That Contains A Drag And Drop Form?

Oct 19, 2008

I'm working on a design project where I have to use a Graphical User Interface that contains a drag and drop form. It consists of having a window dropped on a wall. Both of them are images to scale. I would like to know what kind of code I would have to use to show the x and y coordinates of one of the points of my window when dragged so when I drop it, I'm dropping in it on the desired coordinate of the wall.

View 2 Replies

Put User Control In The Toolbox?

Feb 13, 2010

I am trying to create a custom control and put three of them on the main form of the project. I have the control made, but I can't figure out how to add it to the toolbox.

Note: I am using Visual Studio 2010 EXPRESS EDITION. I don't know if this matters for something like this, but I thought I should probably mention it.

View 3 Replies

Add Permanent User Control To Toolbox?

Apr 13, 2009

I know how to get a user control into the toolbox, but is there a way to get it to be part of vb.NET's startup as a permanent control? In other words, if I start vb.NET and begin a new project, it would be nice that the custom control is already available without having to load its dll each time I start a new project.

View 3 Replies

IDE :: Toolbox Still Does Not Display User Controls?

Nov 21, 2005

My project, which has 2 user controls in it- does not display the user controls in the toolbox. Has anyone else had this problem, and/or know of a solution?I have tried adding other user controls to the project, they do not appear in the toolbox.I have tried creating a new project, and it's user controls DO show up in the toolbox. If I add the user controls from the first project to the new project -THEY show up in the toolbox for that project.So it must be something tweaked out with the project right?

View 14 Replies

User Control Components In Toolbox, VS2008

Feb 21, 2010

I am building an application in VS2008 (VB.NET) that contains several user controls. When I was developing under VS2005, all the components in my application would load into the toolbox so I could access them during design.

Since upgrading to VS2008, however, those application-based components do not load, and I cannot access the user controls I have built.

1. Exit Visual Studio

2. Navigate to %USERPROFILE%AppDataLocalMicrosoftVisualStudio9.0

3. Delete the TBD files found there (these are hidden by default)

4. Re-start Visual Studio and open your WPF application - the toolbox will now be reinitialized

and that worked for one session, but it did not get preserved -- when I shut down and came back into VB.NET, the application-based controls no longer loaded.

Is there some setting in VS2008 that I am missing? Or is there another step to getting the app-based controls to reappear each time I load the development files?

View 14 Replies

VS 2010 Point Of Sale Development / User Addable Buttons?

Jun 7, 2011

If anyone has ever worked in the food industry, you are familiar with the P.O.S. system that you place orders into. If a company adds a new menu Item, they don't have to rehire the programmer to code in the button, there is a script in place that will allow them to add their own buttons.

View 4 Replies

Adding .net User Controls To The Toolbox For A C# Windows Form?

Sep 23, 2010

This illustration shows how I'm trying to get 2 vb.net user controls into the toolbox to use on a c# form. In toolbox Select Items I see the items checked but clicking OK or Reset doesn't make them appear in the toolbox. How do I do that? somehow the controls appeared in the Toolbox, but they're greyed out and unavailable.

View 3 Replies

[2005] - User Controls - Prevent Them From Showing Up In The Toolbox

Feb 1, 2009

I have created a series of custom user controls for a wizard interface that I am making. Each user control represents one step in the wizard and really shouldn't be used outside of the wizard. The thing that is bugging me is that each wizard step user control shows up in the toolbox of components to insert into a form.

Is it possible to hide a user control from the toolbox? Better yet is it possible to hide a user control from other classes not in the same namespace of an assembly? Is this a good approach or should I think of a different approach?

View 5 Replies

Make A Autohide Toolbox Like Toolbox In Program?

Jul 8, 2009

How to make a autohide toolbox like toolbox in visual studio 2008

View 1 Replies

(WPF) Drag + Drop To Allow User Sorting Of Stackpanel Elements Within A Scrollviewer?

Jan 8, 2010

I have good model (I think!) for how to allow a user to drag an element in a stackpanel and reposition it to another location within the stackpanel. However, my Stackpanel is placed within a ScrollViewer, like this (generalized):

[Code]...

View 1 Replies

Control Display Of Several On-screen Elements Depending On A Single Value Input By A User

Aug 3, 2009

I am new to VB and seeking to create a visual basic program which controls the display of several on-screen elements depending on a single value input by a user. The user can enter anyone of 2500 values and depending on the value entered, five different display elements on the screen will change color or text. The program's response to a given input value never changes, in other words if the user enters 279, the five different display items will always be the same. However, there is no real pattern to the display items that would allow for programming an anticipated response to the input value.

My thinking is to create a large and ponderous "lookup table" in visual basic - I am assuming this an be done but perhaps there is a different or better method. I plan on creating the lookup file in Excel but was assuming I'd need to export it to something that VB could easily read. Any suggestions on the best way to do this? Does the lookup table reside as a separate .txt files someplace or something like that? [Code]

View 2 Replies

Html - Dynamically Created Elements From Codebehind Need To Be Inserted Between Specific Elements

Sep 17, 2010

I created a method and pass the element type, id, and any inner text that instantiates a new html element. The last statement: Me.Controls.Add(element) adds it to the end of the page, but I would like it to be inserted in a specific position (between 2 divs within a form). What I am describing is very similar to this post on SO here, although it was for javascript.

View 1 Replies

Interface Class (IUser) Which Is The Interface Of Class User?

Jan 17, 2009

I have an interface class (IUser) which is the interface of class User. Now, i want to put these into an IList but am confused as to how i should declare the IList:Dim userList As IList(Of IUser) = New List(Of IUser) Dim userList As IList(Of User) = New List(Of User) Dim userList As IList(Of IUser) = New List(Of User) Dim userList As IList(Of User) = New List(Of IUser) when instantiating should you always use its implementation; and when using it as a type use its interface?

And when im creating a new user should i use: Dim myUser as IUser = new User?

View 3 Replies

Inherit An Existing Control (user Control) And Add It To The ToolBox?

Apr 10, 2009

How do I inherit an existing control (user control) and add it to the ToolBox?

View 2 Replies

Coding A User Interface?

Feb 29, 2012

I'm learning how to use visual basic and come from a background in Java. In Java I use the swing class to build my interface and code all of it. Is there a way to do this with visual basic, or is the designer the only way to create an interface?

View 3 Replies

How To Make User Interface

Sep 7, 2010

I want input from user and when he click on view report button report should come in report viewer. May be my design is not good but my aspect is to design a user interface so that user should able to pass parameter in all the ways and get desired report.

Drop downlist
Radio Button
Check box
and other countrols
Gaurav

View 1 Replies

User Interface .net Program With No UI

Nov 17, 2011

I'm making a VB.net program via a text file and I'm compiling it using vbc.exe via command line. I'm trying to get just a simple program to run in the background of my computer. Problem is, it displays the annoying console window. How do I get nothing to show? No form, no console?

View 2 Replies

Custom UI - Customize The User Interface In VB

Jan 30, 2009

How can I customize the user interface in Visual Basic .NET and is there stuff you cant do in Vb.net that you can in higherj level languages usch as Java and C and C++?

View 4 Replies

Develop User Interface Control

Jun 6, 2011

I am trying to develop system where i can add run time some user control like button, textbox, checkbox.

View 2 Replies

Graphical User Interface (GUI) In VB And Engine In C++?

Oct 8, 2010

What is the best way to write a GUI for C++?

View 1 Replies

Graphical User Interface Like JQuery UI?

Sep 17, 2011

i want the user interface to be kinda similar to the jQuery UI. This means themed buttons and windows(preferabely the ones form jQuery UI) Also, i'm looking for nice sliding and morphing windows.

View 3 Replies

Graphics, User, Operator Interface

Feb 16, 2012

I am using Visual Basic 2005 for an Operator Interface in an industrial setting. Where should I be looking to help make my Operator Interface even more eye pleasing and practical?

View 2 Replies

IDE :: User Interface In Setup Project?

Dec 23, 2009

i have few questions about the user interface when working with a VS setup project

1. i have added a Checkboxes dialog, i have 3 checkboxes they are used to select upon 3 tools to be installed, so during the progress of the instilation, how should i let the project know which of the 3 tools was selected ? (i hope i was clear)

2. a bit of silly question - is it possible to edit something in a dialog ? like in my case in the "finished" dialog my customer didnt like the the end button is named "close" and he wants it to be named "Finish"

finally, this is an extra non programing but it would be good if i was able to find an answere :P, when i plug a USB in the computer it opens the autoplay, and i have my instilation file in the USB (it will be distributed on a USB rather than a CD), so i want to add to the autoplay a button that runs the instilation file

View 1 Replies

Update User Interface From Another Thread

Dec 8, 2009

I'm writing a program in which I'll receive data using serial port using Comport.DataReceived event which I've written in seperate class. Once I receive data from my comport I need to display that data in my listbox in the form. What is the best way to do this?? I don have much knowledge on using delegates. An

View 14 Replies

User Interface - Control Without A Form In .NET?

Aug 26, 2009

I would like to make an application where there is no form, only controls, this way theuser can see what they are doing on top of their work. How could I for instance put a textbox on the screen, just like form1, but without it being a parent of form1, almost as if it was form1. Basically form1 is hidden.

View 2 Replies

User Interface For Various File Locations

Sep 11, 2009

I have a generic question regarding file paths and user interfaces. I am trying to build a user-interface to accommodate various file locations. I typically build interfaces which deal with files on drives. As such, I use a directory tree for this. I usually work with files on local drives. However if I wanted to ensure that all file locations were dealt with I would want to ensure that I was accommodating files in all drives (local, network, mappped etc.). I am assuming that the treeview would support all of these drive option.

However if the files are on a sharepoint site or in some other type of enterprise content system, then am I correct to assume that these file paths will be URLs? If so, then am I correct to assume that a directory tree is not the correct control to use for these locations? Should I be providing a textbox to the user and prompting them to enter this URL? Or is it better to have the URL loaded into a ListView or ListBox (i.e. "My Connections") and then provide these as options via a dropdown box. I am trying to picture a typical user interface. Is it a directory tree AND a text box/dropdown box.

View 1 Replies

User Interface Not Reflecting Changes Make?

Mar 23, 2012

Basically the question is, Why are NONE of the changes I've been making in the designer reflecting on the program when it runs ?'none' is in bold because I've tried moving everything around and nothing seems to be affecting it, it's like it's reading from a different design file, I tried reloading the project and that did nothing, and none of my code affects position of any items on the form (way too much to post it all)

View 1 Replies







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