VS 2010 Modifying Forms Properties

Jun 4, 2011

I'm currently developing an app with multiple forms, is there a way to modify a common property for several forms at the same time?

View 7 Replies


ADVERTISEMENT

Find Selected Words And Change Their Font Properties Without Modifying The Rest Of The Text

Apr 16, 2009

i want to create a html editor. to get started, i want the app to be able to find certain words, and change the font/color/size/etc. as for <a href=""><b> and so on, without changing the rest of the text after the selected text was modified. i'm sure that it has something to do with RichTextBox1_TextChanged for text that is being typed and just a button click for modifying selected text.

View 10 Replies

Modifying Objects Inside For Each Loop Sets Properties Of All Objects With Values Of Last One?

Jan 29, 2011

I have a program like this.

Module Module1

Public Class Mstr
Public Property Prop1 As String
Public Property Prop2 As String[code]....

But it is not working as I expect it to. You can see it from.The DtlsB properties of all three DtlsA objects are having values from last iteration.

View 1 Replies

Modifying Program Means Modifying One Aspects

Mar 16, 2011

Locality Not repeating code..Modifying program means modifying one aspects.

View 11 Replies

VS 2010 Modifying A Collection Currently In Use On A Different Thread?

May 17, 2011

So one of my programs logged an error the other day that I am trying to fix. The error was Collection was modified; enumeration operation may not execute.To overly simplify my code, users can add or delete objects from the collection at runtime. In the background, on a separate thread, a process runs every so many seconds that syncs the data in the collection with the data in a flat file.

To avoid my problem, it seems the most logical to create a COPY of the collection at the start of my second thread's procedure, and run off of that.How do I do that?If I try to say something like.

[Code]...

View 4 Replies

VS 2010 Modifying Balance In Access Database

Mar 24, 2011

I'm building a money management type application for just overall practice with Visual Basic, and I'm having issues modifying a number.It's a checkbook ledger, which stores the information in the text boxes into an access database. When you first load the screen, it asks you for your account balance (still a work in progress) which puts that data into a label on the form. When you add a record to the database, that new amount will get added/subtracted to what you typed in for your account balance.The problem I'm running into is the save function will first check if a radio button is clicked or not and negate the amount depending if you click Credit or Debit. Then after that's done, it performs the Sum aggregate function on the Amount Column in my database which puts the number into a variable. That variable is then added to the account balance that you typed in.I'll supply two of the functions that this is regarding. The Balance() function runs when you first start the form, and the Save() function is where the math happens.The accountAmount variable is declared under Public Class so that way the save function can use the variable to do the math required.

View 4 Replies

VS 2010 Modifying The Console Application To HTML?

Oct 31, 2011

How would I go about modifying the following console application? It calculates resistor color codes and I need it to be able to launch or work directly from a HTML web page. (I'm well aware my calculator can be simplified with case statements and loops, only bother with that if you want to.)

:Module Module1
Sub Main()
Dim tens As Integer
Dim ones As Integer

[code]....

View 4 Replies

VS 2010 Express - PictureBox Design Properties Box Shows Properties That Cannot Be Accessed?

Mar 5, 2012

In the form design I set up a TableLayoutPanel, 20x20 cells and in cell (1,1) a PictureBox (called Target) containing the image of a small target. The properties box for Target shows some very promising properties, Column and Row - and if you overwrite the values in the properties box, the PictureBox obligingly shifts to the corresponding cell position in th design. However in VB it is not possible to refer to Me.Target.Row or .Column - neither appears during coding in the menu of properties, and deliberately coding either of them produces an error like

Error 1 'row' is not a member of 'System.Windows.Forms.PictureBox'.

1. Why does the properties box show properties that cannot be altered programmatically?

2. How can my program move Target around in the TableLayoutPanel?

View 10 Replies

Reading And Modifying MP3 Audio-file Metadata With VB 2010?

Oct 8, 2010

Does VB 2010 offer native support for reading and modifying ID3 metadata in MP3 files? A brief search through MSDN shows me nothing, and I see someone says he had to write his own library of code for it. But that was some years ago, when you had to write code to access JPEG Exif metadata, and I know that's changed with the Image class and the GetPropertyItem method; so I'm hoping MP3 files have their own methods and properties now for this.

View 4 Replies

Passing Data Between Forms Without Any Public Methods Or Properties On The Forms

Dec 28, 2009

Passing data between forms without any public methods or properties on the forms. everything but the "Controller" class, which I would like you furnish. I just changed the title from "Intermediate" to "Beginner" This solution is an example of the Observer Pattern. The "Controller" class is the "observed" class, which in this case means it publishes events.

' File Definitions.vb

Public Delegate Sub MessageDelegate(ByVal sender As Object, ByVal e As MessageEventArgs)

Public Class MessageEventArgs : Inherits EventArgs
Public Message As String

[CODE]...

The program should initially display Form1, and Form2. Clicking of the button on either form will modify the Title Text of both forms. I think that you will find the final end result to be pretty neat, as it works with any number of open forms not just two. I think asking for the Controller class is easier than asking for the code in the forms. My solution for Controller class has 7 lines of content, 9 lines if you include Class, EndClass. A minimal solution could achieved with only 4 lines of content, but it would a textbook example of bad programming.

View 12 Replies

Forms :: Set Controls Properties All At Once?

Jul 4, 2009

is there any way that i can set the property of a control all at once? like for every button, i want their backcolor to be red. something like that.also is it advisable to set the properties of a control in design view rather than code it? does it have any performance issues?

View 3 Replies

Forms :: Add The Items To The Combobox Using The Properties Box?

Dec 12, 2011

I am totally new to VB.NET and Visual Studio. I am creating a new form, which includes a combobox. I have figured out how to add the items to the combobox using the properties box, but I would rather code them. I tried the below code, but no luck. Any ideas what I am doing wrong? Me.cboSTATUS.Items.Add("A")

View 5 Replies

Forms :: Same Properties Setting Of Components?

Feb 9, 2009

Did vs2008 or vb.net got some of the solution to solve properties setting of the components are same with each other?
Example: like I want to standard the datagridviews' property, each of the datagridviews' property is same with each other. but each time I create the new datagridview. I have to manually set the datagridview 1 by 1.

View 4 Replies

Forms :: Accessing MS/Word Document Properties?

Nov 1, 2011

I am trying to access MS/Word document properties without opening the file in Word. Right now I have an app that reads the document properties but it has to open the document in word. This makes it run very slowly and also makes it susceptible to crashing if the document is corrupted. In Windows Explorer, you can right-click on a word document file and select properties. The ensuing dialog box contains, in addition to the usual information, two additional tabs labelled "Summary" and "Custom" that correspond to the same tabs in the dialog box you can open from File/Properties menu in Word. I know windows explorer is not opening the document in word because there is no instance of word.exe in task manager and because it has no difficulty in obtaining this information from the file even when it cannot be opened in Word because the document has become corrupted.If anyone could help me figure out how to read custom and built-in document fields (properties) from the file without opening it in Word,

View 1 Replies

Forms :: Object Binding - Properties Didn't Set The Value?

Mar 17, 2011

it's about object binding, yes it's just a simple binding. but i don't know why it won't work.for summary, i will write about what i am doing:

1. i have one solution, and have two project in it. WaitressDataWin and WaitressDataObject

2. inside WaitressDataWin, i have 'waitressdata.vb' . this is my simple form , there are some basic textbox (waitress name, address, phone)

3. inside WaitressDataObject, i have 'waitressDataObj.vb' is where i put my object class, i have WaitressName property, WaitressAddress, and Phone.one of my property is like this, others are same except the name of course.

Private _WaitressName As String
''' <summary>
''' Gets or sets the Waitress Name[code]....

4. i create data source , that is object data source. i add reference so i can add my second project which is WaitressDataObject and set the WaitressDataObj as the data source.now i have datasource with three properties (WaitressName, WaitressAddress, Phone)

5. I bind my textbox, by dragging the WaitressName (in datasource) to my waitressname textbox .. so on to all my properties.., i also get bindingsourcecomponent, WaitressDataObjectBindingSource

6. then I put this code to my form load :

dim wdm = new WaitressDataObj
Me.WaitressDataObjectBindingSource.DataSource = wdm

7. done, it should've been worked, but it didn't , i don't know why.. , every time i fill one of my textbox, the properties didn't set the value, i put breakpoint in the 'set' part of all my properties but it never breaks anyway.. (the 'get' part is good, it read my property value when i load the form). so i just had problem in my 'SET' Part.

8. I think i had checked on my variable (word, case sensitive,etc), no problem.

View 2 Replies

Forms :: Richtextbox And Link Label Properties?

Dec 25, 2009

richtextbox and linklabel properties, please answer my question (following, in points) with a lot of detail because i'm really new to VB.NET...

[code].....

View 3 Replies

IDE :: Setting The Same Properties For All Forms In A Single Application

May 15, 2012

Most of the apps I write have a base / home form and a few other forms (three of four typically) which pop up in response to controls clicked by the user. I'd like to be able to set some properties to be the same for all the forms in an app; particularly properties like BackColor and FormBorderStyle. Yes, I can manually set the individual properties for each form in the VB IDE, but I'd prefer to be able to have one line of code in the base / home form for each property along with one line for each dependent form which says something to the effect of "use the same property value as the base / home form has". Overall, my objective would be to have one single line of code in the app which, when changed, would apply the changed property to all the forms. For example, a single line which I can change to take the BackColor from Apple to Orange for all the forms ...

[Code]....

View 11 Replies

Create A Misc Properties For A Textbox In Windows Forms?

Mar 18, 2009

I am using vb.net 2008,how to create a misc properties for a textbox in windows forms?

View 2 Replies

Forms :: Control Shape Graphic Properties From Background Process?

Mar 25, 2010

I have got a couple of VB Powerpack Ovalshapes on my Form.I use these for a quick indication if the networked device is online or offline.I can't seem to control the Visible function (or any other function for that matter) one my Background Worker is running.For my Textboxes I used a guide by jmcilhinney which worked great for them but there is no 'Invoke' property for graphics controls.

View 1 Replies

VS 2008 - Setting Properties Of Custom Controls In Windows Forms

Jul 8, 2009

I need to work with custom controls, I want to be able to set the properties of my controls so when I put them on my windows forms they will show up in the properties window thing.

View 3 Replies

Forms :: Visual Studio 2010 Windows Forms App Screenupdating Property?

Jun 4, 2011

.NET developing and have a simple question, i've been stuck on this for a while and searched many forums first with no solution so i'm posting myself. In VB for excel i've used Screenupdating=false to disable the screen updating however now i'm creating a visual studio 2010 windows forms application and its not showing up as a property. Here's the code i've tried.

[Code]...

View 4 Replies

VS 2010 Multiplication In Forms - Multiply 2 User Input Numbers In Forms

Jun 22, 2011

I'm using VB 2010 and need to multiply 2 user input numbers in forms, so basically: TextBox5 = TextBox2 * TextBox3 That obviously didn't work but it shows what I want it to do.

View 3 Replies

VS 2010 Coding Forms - Creating Some Forms And Message Boxes?

Dec 25, 2011

I'm looking forward to reading and adding more to the community here. I've created a text based rpg. Next semester we are learning Visual Basic. I'm on winter break and I would like to get a head start on my learning. I've been working on creating some forms and message boxes. What is throwing me off, is that I have a good feel for doing coding so that I get functionality the will produce effects in a console. Coding the forms is a bit confusing for me. Is this something that others have run into? Is their some good primers for VB? I don't have my text books yet.

View 10 Replies

VS 2010 - Grayed Properties In PropertyGrid

Jun 1, 2010

I have a custom made control linked to a PropertyGrid at runtime. Some of the properties of my controls are grayed. Why is this happening? I am interested in having some of those editable.

View 1 Replies

VS 2010 - Validating Properties In Class At Once?

May 16, 2012

Is there a way to validate ALL properties in a class at once? I have a class with various validations added to property "Getter" to validate user inputs. (The problem is that all my validations only invoke if a user input something to the field that bind to the property. Any fields that user simply bypass will not get validated). Ideally I want to loop through each property and validate in a "Save()" method.

View 8 Replies

VS 2010 Custom Objects And Properties

Nov 13, 2011

I'm working on a project where I need to information on all the monitors connected to a computer and then write a configuration file based on that. I can already get the screen information by creating a new instance of screen and reading the information such as index, bounds and everything else.I'm trying to create a virtual screen object to hold the information from the screen so I can work with it, or add other properties to it.[code]This all works perfectly how I want it to. Except I would like to do one more thing. How can I make it so that instead of getting Virtual_Screen.Top, I could get Virtual_Screen.Bounds.Top? That way I could create other properties such as Virtual_Screen.Border.Top..I have no idea how to code, or what that would be called. It's hard to search for something you don't know the name of.

View 5 Replies

VS 2010 Picturebox Properties Not Visible?

May 20, 2012

Picturebox properties created inside one sub not accesible to other sub, Eventhough Both subs are public.

View 5 Replies

VS 2010 Reflection For Properties And SubProperties

Dec 19, 2011

I am able to use these COM objects but i do not want to due to several problems of binary compatibility on 3rd party software upgrades. So my only option was to use reflection since late binding won't work.I have several Interops and each one of them has several Classes, i do own the dlls structure, classes and methods names and definition but i am not able to use these with reflection due to my inexperience in this field.[code]

View 7 Replies

VS 2010 Resizing Datagrid Properties

Jan 14, 2011

I have a datagrid and load data from a database in and can't find thesolution for a couple of propblems..

1) The columns from the DB is loaded in to the datagrid but the width of each column is very small and needs resizing to view all data everytime it loads. Can I programmically make the colums show wider annd fill the datagrid?

2) I load the columns using SELECT col1,col2,col3 from table; then load that in to the datagrid. col1 is a primary key so has to be loaded as I perform an update of edited data at the end. Can I somehow hide col1 so it does not show in the datagrid?

View 5 Replies

VS 2010 Understand Shadowing Properties?

May 13, 2011

I have created a new usercontrol. My usercontrol contains several other controls like labels, buttons and so on ...When I set the Font property of the usercontrol I want that font property value to propagate down to the child controls.

View 2 Replies







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