.net - Make Own Components?
Aug 18, 2010How can I make a component that resides in the components tray like the Timer? So that you can place them from the toolbox but they are not visible on the form.
View 1 RepliesHow can I make a component that resides in the components tray like the Timer? So that you can place them from the toolbox but they are not visible on the form.
View 1 RepliesI have a form with a 4 tab tabControl and each tab has multiple components(textboxes,comboboxes, etc). Is there an easy way to make all the components read only depending on who is logged,so in the code. I would still loke to be able to click on each tab to 'see ' the components on each tabPage.
View 3 RepliesIn Visual Basic 6:
[var = ] Point(X,Y) would retrieve the Color in Long from an Individual Point on a Form or Picture Box.
Components(TextBox, etc) were indexable into an array under one name.
Is there any manner to do any of this in Visual Basic Express? (I have the 2005 Edition.)
Is it possible to make a program with visual basic 2010 that does not use the actual form but instead only uses other components (e.g. Message Box) to form a complete program?
View 2 RepliesI have a TableLayoutPanel that is 1 column wide. In it, I make UserControls to represent components of a color formula.When a user chooses a formula on the left, I call "TableLayoutPanel.Controls.Clear" and then using the data from the formula, set the number of rows and create X many new user controls in a loop and TableLayoutPanel.Controls.Add them.
The problem is, if one keeps this screen open and selects through roughly 60 to 70 different formulas, eventually, without warning, the program will crash in an unhandled exception: Error creating window handle. (There is no debugger breakpoint)What's causing this? Is it a disposal problem? Should I be doing something other than TableLayoutPanel.Controls.Clear? Would you handle building the objects differently? I'm including a screenshot of the screen in question (you can see the usercontrols vertically on the right) and the error box that comes up.
does anyone know how to fade in and fade out a button in vb? i know how to do it with a form but not with a button
View 11 RepliesI am referencing some components in my Vb.net project. I am trying put it in such a way that the program always looks for the .dll files in the current application location. If the application is in C:Program Files then the refernce path for the .dll files should be C:Program
View 1 RepliesFAQ: How to run .NET application with 32-bit components on 64-bit OS?
Visual Basic .NET General FAQ
[URL]
I am trying to access a few component using a thread. My form looks like this:
my source looks like this:
Private Sub btnGO_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnGO.Click
pbAction.Value = 0
[Code]....
is there any way i could add windows components.. i have an application particularly "spector pro". i need it to be put in vb form. the posibble way that i could do that si to add the application (spector pro) to windows component...is it posibble
View 4 RepliesAre there any external components available for vb.net 8 that are downloadable ? if yes please suggest me some sites to download ?
View 7 RepliesI can't seem to find a good tutorial on how to access uithread components from thebackground thread.. It seems like there is different means of accomplishing this
View 5 RepliesI'm quite new to VB Programming and I'm using Microsoft Visual Studio 2008 for programming. I'm writing an application that communicates with an Omron PLC via CX-Server Lite which brings some ActiveX plugins for VB. So far I solved a couple of problems and my application "is doing something" already.My question in the end might be really easy. I inserted 3 bitlamps (Omron ActiveX Components) in a form, gave them the size and position I wanted them to have. When I now start my application they show up in the wrong size. It seems as if they would keep there position but they simply have the wrong size and even overlap each others although I have them sorted nicely in Visual Studio.Another effect I have is, sometimes when I move the components around on the Form in Visual Studio they seem to be "behind" the Form. I can't see them anymore but i can highlight and move them.
View 3 RepliesI have an application in windows forms and I'd like to improve the GUI with customized buttons, forms and textbox.
Is it a good idea create my components in C++ using images?
I deleted a textbox on my login form and when I debug the startup (login) form still has the textbox that was deleted. I tried deleting the form and its components but still this form appears on start up Is. there any way that I can fix this?
View 3 RepliesI have tried to find AXwinsock in the COM Components but it is not there in visual basic 2010
is there a way around this, "Has it been renamed " I am trying to write a Programe that gives all computer information in cluding IP address ect
I am looking for some free components for building smooth/modern GUI's. Finding free ones for .net is alot harder now then it was for vb6. Atleast IMO.
View 1 RepliesHow could I get the icons for components in the toolbox into .ico or .bmp or whatever image format they are in, I've looked through system32 etc etc and searched online for hours but I just can't figure out how to get specific control's icons (like a textbox's).
View 4 RepliesI'm trying to attach an IP camera to vb form but i do not have any idea about how to start and the classes or components that i should use. I searched on net but i did not find good results.
View 1 RepliesI am upgrading from VB6 and started working with VB.Net (VS2005). One problem I have was controls avilable in VB.Net. I can use a slider bar in VB6, but couldn't find any quivalent in VB.net(.Net Framework Components)!! I don't know why I can choose one in COM components, but these requires project generated DLL's to run. I want to distribute just the executable.My questions are:
-Is there any slider bar in VB.Net Framework Components?
-If there is none, Can I use COM component and bundle everything into one Executable? Also is it possible a list of controls in .Net as I find in vb6: url....
how I can somehow prompt the user to choose a registry key or entry in a dialog or tree view. Once they have chosen their entry, how is it possible to write the key or entry's path starting with either "HKEY_LOCALMACHINE...", "HKEY_CURRENTUSER...", etc, into a rich text box?
View 2 RepliesI have installed new components under Visual Studio 2010 on a Win7x64 machine. When I go to Tools > Choose toolbox items, and put a check beside the new components, they do not show up in the toolbox. As a test, I tried adding checks to some other non-checked tools, and they immediately show up in the toolbox. what to check for (no pun intended)?
View 2 RepliesIn Visual Basic I have A form Called Your Details Form and after filling out textbox1,[code]But how can I have the Reflection label read from textbox1, and put the textbox1 text into the Reflection label to get the results as per picture Below. then have the Reflection Label across all forms.
View 12 Replieshas anyone seen this error with compiling web components in vb.net? i added axspreadsheet on to my form and it does not compile.[code]
View 1 RepliesI am using a old version of VB Express 2005 probably downloaded in around 2007. In this old version there is no Web Components. Because of my old pc i would like to stick to his version for sometime. Is there a way to get this components? In Express 2008 the web components are there.
View 2 RepliesI'm using .NET 2.0 Windows Forms and want to add "drawing" components such as lines, rectangles, etc.. I've done this before in MS Access, but I can't seem to find similar things in teh Visual Studio 2005 IDE. Where do I need to look to find these elements?
View 2 RepliesI was wondering if there were any free ribbon controls for vb.net, and if there are not, how I could go about making my own. I don't want to pay $300 or more for a professional one...and I would really like to add one to my project.
What would be the best solution for finding/making one?Here is my google search I tried, I could only find one for c#. If possible, I would like one which is the closest to the one used in Office 2007.
I'm trying to create a form with a lot of repeated components. I'm making a touch screen control system with a GUI in VB.net. I would like to make it so when a textbox is pressed a form pops up (form1.show()?). This form is basically a number pad. The user can press buttons (0-9) to get the desired integer to appear in a text box in the popup form. When the user presses an "Enter" button, the popup form returns the integer value that was entered to the initial textbox pressed.
View 2 RepliesI want to delete some resource components from resource folder of my vb.net project. When I do this, error is occurred during compile time. How can I do this while the project is not disturbed?
View 3 RepliesClass Structures
Public Class SBO_Collection
Private p_sample As SBO_Sample
[Code].....