Set Border Style For Specific Cells?
Mar 27, 2009
I would like to know how to set the specific cell border size to insetdouble.I search some document, there is dataGridViewAdvancedBorderStyle, but how to apply to specific cells in data grid view
View 1 Replies
ADVERTISEMENT
Jul 4, 2011
Im using vb2010 express. I have a datagridview in my form. All my cells in the datagridview has a "sunken" cellborder. When mouse is over a cell, i want to change the cell border of that cell to "raised". I tried lots of thing, but i havent suceeded to change just "one" cell's border.
View 3 Replies
Aug 19, 2009
I am using VB express 2008.How can i format the border style of textbox like we have so many options in MsWord
View 7 Replies
Apr 15, 2012
I am making a virtual iPod touch in VB.NET, and I hate it how I have a form that I can't drag and move the form around the screen, I've trying making the form goto Mouse's location when the mouse moves and Dragging = True, but that doesn't work and makes the form flicker around at the speed of light.
View 2 Replies
Apr 10, 2011
how to change border color on panel. There is no option in propertis, and Idon't know how to write a code.
I am using VB 2010.
View 9 Replies
Aug 12, 2007
I want to create a software which have a Vista-like border style. I currently created some buttons (1 per side and 1 per corner) which have a background image corresponding to their position on the form. But it requires to much CPU when I resize the window (and need a lot of code lines to works ) So, I want to know if their is a way to create a border style (and maybe to add it in the Form.FormBorderStyle enum) to make it easily tranparent, etc.
View 3 Replies
Feb 28, 2009
i set my forms FormBorderStyle to None in vb.net i want to assign a border line in different colour which is not inside the form.how can i do it?
View 4 Replies
Mar 5, 2012
Is therea way to change all border styles of all input boxes on the form?
View 6 Replies
Feb 28, 2009
I set my forms FormBorderStyle to None in vb.net. i want to assign a border line in different colour which is not inside the form.
View 1 Replies
Feb 28, 2009
i set my forms FormBorderStyle to None in vb.net.i want to assign a border line in different colour which is not inside the form.
View 1 Replies
Apr 19, 2010
I have a problem in a vb.net windows application.I have a form with Sizable form border style. but i want to resize it only from TOP & BOTTOM. I have done the code for this.
But when i move the mouse on form's RIGHT & LEFT border, the mouse pointer gets changed to resize mode. When i drag it form size does not change. but when i try to resize it from LEFT whole form moved to LEFT. I do not need it.
View 1 Replies
Apr 11, 2010
Is there a way to set the border style of a Group control ? To my disappointment I can't see such a property ,unlike in VB6 .This is important because it allows the users to create a variaty of frames . I also tried the Panel control ,but that does not have the Text property ...
View 4 Replies
Mar 21, 2009
How would I make my own custom border style? I want to make my own so that the program looks better and havign its own close/minimize button would be awesome also. Here is what I mean by it:[URL] notice it doesnt use the normal xp or vista bar it is its own? How would I go about doing that?
View 3 Replies
Jun 5, 2011
i'm having a few small problems concerning my MDI child forms.
1). I have a panel that is docked to the parent form so i can change the background colour of the parent form. (the background property doesn't seem to work on MDI parents).But my childforms appear underneath this panel, is there a way to make them appear on top of the panel? (i've tried using .topmost = true).
2). Is there a way to remove the 3d border style of a MDI parent form?
View 2 Replies
Jun 18, 2011
is there a way to implement a win7 drop shadow style into border less form?
View 9 Replies
Mar 27, 2009
Is it possible to give individual cells in a data grid view row different styles such as backcolor, fontcolor etc?
I do not mean giving the whole row a new style, only a specific cell.
View 3 Replies
Dec 17, 2011
I am using VB Express Edition 2010, and I want a button, when clicked, to make the form 'full screen' (border style done and maximised window state) and once clicked again, to return the form to maximised but with a fixed single border style. Here is my
[Code]...
View 4 Replies
Apr 4, 2011
I'm finishing up an app for work that will work hand in hand with another app.
What I'd really like to do, is setup a method to add a button to the other apps border. So all they have to do is click that button when in that other app, do their business and move on.
Now, if I hadn't seen it before, I most certainly would've thought that this wouldn't be possible. But I've seen TeamViewer do it.
In that image, TeamViewer created a two-way arrow button and when clicked, displays a small panel of some sort with additional options.
I'm 99.99% sure I'll have to use Windows APIs, but I'm not sure where to begin.
View 2 Replies
Aug 4, 2008
I have a DataGridView binded to a DataSet that I created using the Visual Studio Data Source Configuration Wizard. Everything works good except for one problem.I have two columns, Modified_By and Date_Modified that should be inserted or updated as the user and the current date, respectively. So every row in the DataGridView should have the same value for these two columns.So far, I have thought of two ways to get this working, but neither one seems very clean. The first idea is to make a custom Fill method that takes as parameters the user and the current date and then add them as extra columns in the select method. For example
View 1 Replies
Nov 11, 2011
I created this code to export from DGV to Excel and it worked with me. I tried to print the data from DGV to specific cells in worksheet but I don't know.
[Code]....
View 5 Replies
Sep 30, 2010
G'day all, I've been on google for far too long trying to figure this out, so hopefully somebody can point me in the right direction. I'm trying to write a program that will open an Excel spreadsheet and read data from specific cells while preserving datatypes, so that I can write the data to an XML file. The basic functions I need to perform reduce to:
[Code]...
View 5 Replies
Jan 28, 2012
I have a datalist in vb web form.How can i get the value in a specific rows and cells of a datalist?I could do it for detailsview but how to do it for datalist?Below is my code for detailsview: Dim selectedCommentAns As String = DetailsView.Rows(0).Cells(1).Text.I tried the same way for datalist but it dont have rows and cells to be selected.[code]
View 3 Replies
Dec 5, 2010
So, I am already able to successfully import an excel file to sql server through my vb application BUT I want to automatically change a value in a certain column to another. To expand on this, my excel file has a column that lists test titles such as "WCOB 1120 Access Test". I want to have each specific test title changed to a number. So, "WCOB 1120 Access Test" would need to be changed to '1' before it is added into my database.
Public Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
Dim myPath As String = sFilePath & sFileName
Dim ExcelConnection As New System.Data.OleDb.OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data Source='" [code].....
View 6 Replies
Mar 19, 2011
I have created a Richtextbox, which produces text based on user-inputted variables as well as some basic formatting - eg: name = txtname.text richtextbox1.text = "Hello my name is " & name & "." What i want to do is set the text in the name variable in Italics when it is displayed, like this.
View 3 Replies
Jul 23, 2010
We would like to have 2 ErrorProviders for a DataGridView. The standard ErrorProvider and another WarningProvider with a different icon. Also is it possible to Left Justify the standard ErrorProvider icon in specific DataGridView cells?
View 1 Replies
Aug 23, 2010
I'm developing a program that handles money, and there is a pre-made excel spreadsheet that I am to be transfering data into specific cells. How can I go about telling my program to write specifc data into specific cell numer in excel? Also, how can I get my program to write into specific areas of a MS Word Template (my program will generate letter with the same template just different names/addresses/valus)?
View 1 Replies
Jan 16, 2012
When i set form border style to "None",and run, I cannot move form. I need to formBorderStyle as "None", and What property should i use to move form.??
View 6 Replies
Aug 4, 2009
I am using vb express 2008.How I can have border around a Textbox or Label and change the color of border. Like we have different border styles and colours in MsWord and other applictions. Also how a Lable can be made transparent?
View 4 Replies
Nov 15, 2010
How we can create a form with border like calendar border. I changed ControlBox to False and Text to vbnullstring. but only when FormBorderStyle is Sizable or SizableToolWindow form border apears. This form is sizable. Is there any way to create forms with this border but not sizable? I want to create form like this:[URL]
View 6 Replies
Jul 22, 2009
I want to divide the content in my application to groups each group has its own rectangle border with the group name located at the top border, i've seen it before and i'm not sure what is the correct name of this control, anyone knows what I'm talking about ? EDIT: Ok, I found the Groupbox Control but how do i use it? should i just drag other controls inside it or i should add controls directly into it?
View 2 Replies