I'm using a sunken label style and back color with a statusbar, no matter what settings I change, like hiding the grip and setting the grip margin to all 0, there's still a section on the right that won't go away. I want my status label to stretch all the way across the statusbar, is this possible?
I'm using VB2008 Express. And I've been working on a "popup" to select a date range. The DateTimePicker isn't ideal because the purpose is to pick a date range, which will always be one full week, from Sunday through Saturday. The control works just fine and I'm pretty proud of it. My problem has to do with the border added when using ToolstripControlHost for this. I've included a screenshot and my code.
In the code below, assume there exists a button named "btnTimePeriod", below which I desire to show a panel, which contains a few custom items, and the panel's name is "pnlDateRangePicker".IT WORKS... but it doesn't look right. The panel itself is 147 x 326 pixels, but notice in the attached graphic that it's adding a border around the panel which I don't want. There's a border on the top, bottom, and left... but for some reason the border on the right one is especially large. Although my code doesn't expressly set it, AutoSize = true so I would have expected it to shrink around the panel.
As required, my code already does set ShowCheckMargin and ShowImageMargin false. I haven't included the code for the DrawDateCalander Sub because it's not relevant. I believe even a blank panel would yield the same result. I have no idea where this margin is coming from.
Private Sub btnTimePeriod_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnTimePeriod.Click Call DrawDateCalendar(DatePart(DateInterval.Month, FirstDisplayedSunday), DatePart(DateInterval.Year, FirstDisplayedSunday)) Call ShowControlBelow(btnTimePeriod, pnlDateRangePicker) End Sub
I came across a post a while back which showed a custom rich textbox control which had line numbers in its margin. Similar to what you woudl see if you we coding in the VB designer and you had your line numbers viewable.
I think it was two controls in one (i.e. two textboxes: one for the numbers, and the other for the text). However I cannot remember where I saw it.
Public Sub Ok_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles OK.Click If Me.UsernameTextBox.Text.ToUpper = "" And Me.PasswordTextBox.Text.ToUpper = "" Then Dim Thr As New System.Threading.Thread(AddressOf OpenMainAdmin)
[code].....
how can i show this information at my Main form statuspanel the username,position and full user info
I am creating 2 forms (btw these is test script just to learn and understand it.) 1 form is where the info comes from like the Username and other stuff the second form is where the data will be shown.. i got it to transfer the data to second form but what im having problem with is well more of a question is how can i send the variable to a statusbar?
I have just been editing some of the icons on a toolstrip and now I find that I have completely lost all of the toolstrip, menustrip and statusbar data.All I have left is blank controls.
I have a label inside an update panel which I wouldl ike to use as a status bar.Basically the user clicks a button which executes a main fucntion that performs a series of tasks. I'd like to inform the user as to the state of the function as it progresses e.g.:
I've tried updating the updatepanel directly from the function but it only updates the panel at the end of function (stage 4) and shows "Done!" (which I understand is how it should work).I've been looking into timers and threads to try and update the panel separate to the main function?
I can print and almost everything works. Basically I used KB 811401 to create a RichTextBoxPrintCtrl.dll and add it to my tool box. I have a Page Setup and a Page Print. I call Setup and change the margins. Then I call print. But I always get default margins. The margin settings I put in the Page Setup don't "take".
Here is my relavant application code. Private Sub btnPageSetup_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) [Code] .....
So, I'm adding a label programatically and I'm in need of altering the top margin a little bit to the value 8. I can't do that the obvious way, so what's wrong with my thinking?
Dim LabelAdapter As New Label LabelAdapter.text = "Adapter" LabelAdapter.Margin.Top = 8
This gives me the error "Expression is a value and therefore cannot be the target of an assignment".
I've built an app, that draws text to four rectangles on a pre-printed page with a design, I'm wondering what the margin refers to?
Also our printer doesn't print all the way to the edge, there's a white border, about the height of this little guy:If I printed from a printer that prints to the edge, will the text be in the same position as it would be if it was printed with the border around it, the text should be in the exact same position right?
1. How to get 0 padding/inner margin in the cells? I want just the border as a colored line at the next close pixel to the control in the cell. Or if border set to none, I want the controls with no gap.
2. How do I actually add/remove rows& columns? I thought this was by setting the .ColumnCount property, but if I set it to 3, and then try to access the third column, it gives exception, so it's obviously just two columns, although it also looks like 3 on the form. ? I created it in designer with 2 columns though. But I don't understand how this hangs together..
Dim z0, z1, z2 As New ZedGraphControl z0.Dock = DockStyle.Fill z1.Dock = DockStyle.Fill
I am trying to display a small icon in a combobox so I want to use EM_SETMARGINS to set a margin in it. I am using this
Private Sub SetLeftMargin(ByVal lhWnd As IntPtr, ByVal lMargin As Int32) Dim lLongValue As Int32 Dim Result As Int32 Result = SendMessageLong(lhWnd, EM_SETMARGINS, EC_LEFTMARGIN, lMargin) End Sub
It works OK with a ritchtextbox but not with the combobox text field.
I've used the following code, taken from here, to create my own custom column for datagridview, so that I can now have images and text in the same cell:
[Code]...
It works very well, except that the image that I use is right at the edges of the cell. I'd like to give it a small margin. How can I do this?
Today I went to the user's site for a demo. The program works fine on my HP LaserJet 1018. Data is entered into a RichTextBoxPrintCtrl and then printed on one of four labels as selected by the user at print time. For the top left (landscape) label, I set margins (50, 570, 60, 460) on the DefaultPageSettings and it correctly prints a label starting 0.5" from the left and 0.6" from the top.
On the HP OfficeJet Pro K550, the label size, left to right and top to bottom, is correct but the top mrgin is about 0.75" and the left margin is 1.0". So the label looks correct but shifted right and down so of course it does not print ont he label. I used MS Word 2003 and printed a document with 0.5" margins all the way around and it worked.I found an options in the printer's advanced properties to "minimize margins" and another to "emulate laser printer margins" but neither had any effect on my output.
It seems when I change some code while working with practice files I get green veritcal lines in the left margin of the code page I am writing. What does it mean?
I have created a vb.net program to write into msword file.I have used xslt for that.Now i have a problem of margin setting in the word file.what is the code to be inserted in xslt to set the margin of msword file.[code]
I need to remove a tab when i Middle Click the tab header. this is what i tried
[Code]...
When i use this and middle click a tab header in the tab control, it just removes the tab that i am currently viewing, not the tab header that i clicked. I see why my code isn't working, but how can i do this?
Remove calender control from TrueDBGrid Cell David [ON, Canada] 26-Feb-2012 09:39:51..When using C1.Win.C1TrueDBGrid.2 (Version 2.0.20111.61210) in Visual studio 2010 on windows7. I assign the grid DataSource to a data table [code]one of the fields in the table are date value, then in the cell a calendar control is there, I only can click the calendar to choose a day, but I want to remove the calendar control in the cell, how to do it?
I am programically creating a 2 buttons at runtime....I'm assigning the first button to open an image from file and display the image into the picture box. got that part.
The second button is where I am getting hung up. I want to assign the second button to delete the picture box from the form when I click on it but whenever I go to put in the code it throws an error at run time.
Anyone know of how I should code this to dispose of the picturebox when I click on my button?
(In VS 2008) I have a usercontrol that is in the properties list in Design view, but I can not see the actual control, and it creates some error. How can I remove it when I can't select it?