Eliminate or Hide Title Bar on a form
Wed, 17 Mar 2010 18:17:01 -0700
Is there any way in VB 2008 to hide the Title Bar on a form? I have a
dedicated computer which is going to run only my application. I want to at a
minimum to hide the Min/Max/Close buttons on the title bar, but would
actually prefer to simply not have it at all.
Thanks, John ...
|
My problem is using the asp.net calendar
Tue, 9 Mar 2010 05:48:01 -0800
I have teo calendars on one page. The following code works if it subtracts
within the same month:
Protected Sub EstimatedCalendar_SelectionChanged(ByVal sender As Object,
ByVal e As System.EventArgs) Handles EstimatedCalendar.SelectionChanged
If EstimatedCalendar.SelectedDate.Day <
OrderDateCalendar. ...
|
vb.net controls with report service
Sat, 6 Mar 2010 09:21:01 -0800
I have the following questions about creating sql server 2008 reports
working with vb.net 2008:
What custom controls would I use for the following:
I am creating a report that will contain the following:
a. page header with the title of the report,
b. page footers that contain the page numbers, and
c ...
|
Save Icon in different sizes
Tue, 16 Feb 2010 02:50:01 -0800 (PST)
Hi all, I am using Visual Basic 2008. I have Visual Basic code (see
below) which changes the Form icon image with PictureBox image. My
question is that what code line I should use in code below that I can
save this icon on a path in different sizes like 16 x 16 or 32 x 32
etc. Please can any friend can help
...
|
How to regenerate a PrintPreviewDocument...
Wed, 10 Feb 2010 01:43:01 -0800
Hi all,
I inserted in a project a PrintPreviewDialog where I added some checks in
the toolstrip:
For Each Txt As String In New String() {"Include section A","Include
section B","Include section C","Include section D","Include section
E","Include section F"}
Dim Cmd As ToolStripButton
Cmd = Ne ...
|
Property Grid With Specified DropDown.
Fri, 15 Jan 2010 17:45:59 +0530
Hi,
I am using VS 2008.
I am trying to use Property Grid Control.
List of countries in one table. I want to add Country Name as property
in Property Grid control with the DropDown from the table.
How can I achieve this? Thank you in advance.
Regards,
Karthik.C
...
|
Customizing / overriding ComboBox
Thu, 10 Dec 2009 19:35:20 +0100
Hi, I would override a Windows.Forms.Combobox to have a
MyObjectCollection instead of a ObjectCollection as Items property.
I've try writing this code, but it seems that items are stored somewhere
else (not in Items property). I can add items to collection but when I
try to select an item from the combobox (a ...
|
|
|
Adjust GridView Height by Var-Row-Hegits?
Wed, 2 Dec 2009 13:07:32 +0200
In my Gridview I have several rows (10) with various row-height.
How can I adjust the gridview height accordingly?
Thanks ...
|
User Control - Multicolumn Combobox
Mon, 30 Nov 2009 16:45:01 -0800
Hi,
I've attempted to create a user control which uses comboBox and ListView to
get a multicolumn comboBox. Everything seemed fine except I hope to
remove/dispose the lv control when it is no longer in used or lost focus.
Can someone correct me or give me some advice on whether Im going the right
directi ...
|
paint control on image
Sat, 28 Nov 2009 15:15:01 -0800
Is there some way in vb.net to cause a control to render itself as an image
in memory instead of on the screen? I need something like the Print Sceen
functionality but I want to be able to specify a control and cause it to
render itself on an image object in memory. I also need this to work
generally and s ...
|