| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Does anyone know why an invisible textbox does not pass data back to the
database through its associated binding source? It works perfectly well...
Keithr
|
09-16-2009 03:46 PM
Ironman | 3 | 1,212 |
|  | I'm adding tabpages to a tabcontrol dynamically along with the Text property
for the tab name.
After I have added n TabPages, I need to resize the...
Nigel V Thomas
|
09-16-2009 04:44 AM
Nigel V Thomas | 2 | 757 |
|  | Hi
I have an issue with resizing the TabControl at runtime. Here's what I'm
trying to do.
1. Create a form
2.Dynamically add a TabControl -...
Nigel V Thomas
|
09-15-2009 12:56 PM
Mick Doherty | 5 | 906 |
|  | Hi Ed,
..Net 1.0 and 1.1 did not include the SerialPort object. .Net 2.0 (Visual
Studio 2005) did.
correct parity?
SerialPort1.DataBits =...
Bitz
|
08-31-2009 12:50 PM
Bitz | 2 | 766 |
|  | In Microsoft Access there are toolbox items that allow you to create
lines and boxes on forms to help visually divide the form into sections.
Is...
John Peterson
|
08-26-2009 09:55 AM
Broadbent | 2 | 723 |
|  | HI,
Im having some wierd behavior on a bound form in vb.net 2008. I have setup
a client form, with another tab that has contacts for that client. ...
george
|
08-25-2009 05:09 PM
george | 0 | 1,050 |
|  | Dear All,
I am using VS 2008.
I want to move the Sub-Menu Item on run-time on MenuStrip Control.
Any help?
Regards
Karthik.C
Karthik
|
08-24-2009 12:50 AM
Karthik | 0 | 723 |
|  | If you use Ctrl + X to cut the controls and then Ctrl +V to paste the
controls into another container on the same form or another form then...
Alan Mailer
|
08-20-2009 03:51 PM
Aaron | 1 | 903 |
|  | I have a listview that I populate with 3 columns and a tag. The Tag
stores the id of the row in the database. When I open the form and click
down...
Charles May
|
08-16-2009 03:12 PM
Charles May | 1 | 483 |
|  | Hi all.
I have successfully subclassed my Listview using NativeWindow, I am able to
recieve messages from ListView.
The question is so:
I add a...
Andrius B.
|
08-13-2009 08:36 AM
Andrius B. | 0 | 428 |
|  | I try to use owner draw on menus (menustrip), but I cannot find event DrawItem for menu controls.
Please advice!
TIA
Sam\lang1054
Sam
|
08-01-2009 01:56 PM
Sam | 0 | 425 |
|  | Hi,
Is there any way to do that - format a single column of a datagridview
in VS2005?
UsenetUser
|
07-30-2009 12:38 PM
AMercer | 1 | 415 |
|  | I have a bound windows form with a bindingnavigator control. I want to
add save and new record commands to a menustrip. How do I code them?
Thank...
UsenetUser
|
07-29-2009 09:27 AM
UsenetUser | 0 | 412 |
|  | How do you associate a textbox control in a colum of a GridView control to a
CompareValidator control?
--
Islay
Islay Rodriguez Jr.
|
07-28-2009 06:31 AM
Islay Rodriguez Jr. | 0 | 406 |
|  | I created a UserControl with a Label and TextBox. I anchored the Label as
"Top, Left, Right" and the TextBox as "Top, Right". The resizing of...
Paul
|
07-27-2009 06:26 PM
Paul | 0 | 430 |
|  | Why doesn't the following work?
Me.ActiveControl.ResetText()
If Me.ActiveControl.GetType() Is GetType(ListBox)...
Anil Gupte/iCinema.com
|
07-26-2009 10:55 PM
Anil Gupte/iCinema.com | 2 | 511 |
|  | Hello,
Background. A txt file is checked for existence then if TRUE the contents
loaded into the listbox. This listbox can then be selected to which...
TC-UK
|
07-20-2009 12:55 PM
Chris Madsen | 1 | 498 |
|  | Hi,
i have 2 computers.That is computer A(windows vista) and computer B (windows
XP Pro)with samsung bixolon SRP-275 Printer.
How to make my...
Jokerxp8
|
07-08-2009 04:22 AM
Jokerxp8 | 0 | 705 |
|  | I have a SQL Server Money Type text box that is not displaying correctly in a
Windows form in Visual Studio 2008.
I would like it to have a dollar...
MS Access Question
|
07-08-2009 01:53 AM
MS Access Question | 0 | 492 |
|  | I have a datepicker on a VB form which has the value set programmatically.
However, on first dropdown the displayed month is always the default date...
Keithr
|
07-07-2009 03:05 PM
Keithr | 2 | 523 |
|  | Hi Guys, this will be a silly question I know.
I have a form that was created in Visual studio 2008, that calls a table
and I can view and change...
Kevin
|
06-30-2009 11:37 PM
Kevin | 0 | 440 |
|  | Is there some way to create tab stops for a combo box? I have two text
items that I would like to display is separate columns. Is there some
other...
John Peterson
|
06-30-2009 01:58 PM
John Peterson | 0 | 393 |
|  | public class form1
Public WithEvents Appt As Calendar.Apptmnt
Private Sub Panel2_MouseDoubleClick(ByVal sender As Object, ByVal e...
tsluu
|
06-28-2009 08:10 PM
tsluu | 0 | 451 |
|  | Dear All,
I am using VS2008.
I have created a custom DataGridView column and cell. Every cell has
option to select the value from the drop down.
Karthik
|
06-26-2009 01:20 AM
Karthik | 0 | 265 |
|  | public class form1
Private WithEvents Appt As Calendar.Apptmnt
Private Sub Panel2_MouseDoubleClick(ByVal sender As Object, ByVal e...
tsluu
|
06-25-2009 03:33 AM
tsluu | 0 | 234 |
|  | VS2008SP1 Winform application
This may seem trivial, but does anyone know how to turn the displayed text
on a specific item of a ContextMenuStrip to...
Keithr
|
06-24-2009 04:41 AM
Keithr | 0 | 345 |
|  | I'm running the following code in VS2008 SP1/.NET 3.5. It follows the
recommendation in the documentation exactly
Public Sub FillTeamNodes(ByVal...
Keithr
|
06-20-2009 03:11 AM
Keithr | 2 | 581 |
|  | Have multiple datagrids on same page in tab panel. I want to set up one sub to do the databinding for all datagrids. Having trouble with the code...
jb
|
06-18-2009 08:36 AM
jb | 0 | 235 |
|  | I have a TreeFolderList that I am responding to the BeforeExpand event to
populate the next level of the tree prior to the tree expanding.
The...
JB
|
06-16-2009 01:04 PM
JB | 0 | 253 |
|  | How to display image form imagelist to Picturebox by code?
a
|
06-14-2009 10:51 AM
Herfried K. Wagner [MVP] | 1 | 261 |
|  | is there any control or variable or any think i can load group of image
(jpg) in this control
and i can display this image one by on on picture...
a
|
06-14-2009 10:49 AM
Herfried K. Wagner [MVP] | 1 | 299 |
|  | Hi,
When I add a DataGridTableStyle to my DataGrid the columns are formatted
etc. However, the horizontal scrollbar disappears. How do I get it...
Bill S.
|
06-12-2009 03:51 AM
mostsport | 2 | 440 |
|  | i have used excel's macros to create some add-in.
i want to try to use VB.net to create it because of more easy to install to
other computer. But, i...
leungkong
|
06-09-2009 04:26 AM
leungkong | 0 | 299 |
|  | Hi all,
I'm creating a little program that displays bulletin items. Staff punch in a
new bulletin item with a start date, time, header and...
Mark B
|
06-09-2009 03:58 AM
Mark B | 1 | 298 |
|  | Using Visual Basic 2005 Professional, how do I add a click event and
writeable SelectionStart/SelectionLength properties to a control that...
Timothy Casey
|
06-08-2009 06:12 PM
Timothy Casey | 0 | 257 |
|  | I am looking for a component that I can use in my Visual Studio 2008
projects that is a CSS/HTML/PHP/XML editor.
I have searched ComponentSource.com...
John Smith
|
06-07-2009 05:01 AM
John Smith | 0 | 202 |
|  | I am a newbie to .net. I have a list box object on 2 different forms. Both
forms list a row for each element. When I go from form to form both...
Dan
|
05-15-2009 04:31 PM
Dan | 0 | 304 |
|  | I can't seem to see through the forest of MSDN docs since there is no
explicit step or instruction that says:
"How to add your finished control to...
Mike
|
05-13-2009 10:08 PM
Mike | 0 | 249 |
|  | When I right-click a CommandField link in a GridView/DataView control on my
ASP.NET page the "Open in New Tab" doesn't work. I stay in the same...
Gord Jones
|
05-13-2009 10:23 AM
Gord Jones | 0 | 350 |
|  | 0.1938542 Now Click Here To Have It ... 0.2472608
0.8133714 Now Visit Tobacco Is Drugs 0.12313
0.1938542realizeitistrue@0.2472608now.com
|
05-08-2009 09:24 PM
0.1938542realizeitistrue@0.2472608now.com | 0 | 219 |
|  | Hi,
I have a form that bound to dataset. I can drag the table set into the form
and all the fill are display the information. I want to change 1...
SF
|
05-05-2009 11:47 PM
SF | 0 | 232 |
|  | Using the VB.Net Service Controller to work with Windows Services, I cannot
figure out is how to retrieve the "Startup Type" (Automatic, Manual,...
Steven
|
05-05-2009 11:04 AM
Steven | 0 | 222 |
|  | Okay, it's the weekend and maybe my mind has gone blank, but I can't
figure out how to make the SelectedItem of a VB.Net Listbox actually
*appear to...
Alan Mailer
|
05-02-2009 11:46 PM
Jack Jackson | 1 | 283 |
|  | hi
in toolstrip control's property you can see image scaling, you can change width and height as yr use, then in toolstrip button property you change...
chirag
|
05-02-2009 09:40 AM
chirag | 0 | 328 |
|  | I want the datagridview vertical scrollbar to be positioned on the left
side of the datagridview . Can anybody tell me how to do this.
Dan Paulovich
|
05-01-2009 05:19 PM
Dan Paulovich | 0 | 318 |
|  | Hello all,
I dont know if this is the right newsgroup to ask in, but my question is...
How do i add Aero glass to a vb.net 3.5 application? i have...
Steffen Brandsborg Jensen
|
05-01-2009 07:48 AM
Herfried K. Wagner [MVP] | 4 | 516 |
|  | Hello.
I'm trying to understand the controls terminology. I see controls called,
server controls, user controls, etc.
Is there a difference...
Tony Girgenti
|
04-22-2009 01:20 PM
Tony Girgenti | 0 | 199 |
|  | Hello.
I'm trying to follow and learn about VB OOP and creating controls from this
link:
http://msdn.microsoft.com/en-us/library/yhzc935f.aspx
It...
Tony Girgenti
|
04-22-2009 09:01 AM
Tony Girgenti | 2 | 259 |
|  | I'm using VB Express 2008
I am trying to print 3 formatted pages when a Print button is clicked.
In the PrintButton.Cicked event handler I have...
Dan Paulovich
|
04-21-2009 09:31 AM
Dan Paulovich | 0 | 218 |
|  | I'm developing a WebApp with .NET. In server side I have Excel 2003
installed, with all permissions allowed to execute Excel COM. But I'm...
Futurist
|
04-20-2009 11:55 AM
Stanimir Stoyanov \(C# MVP\) | 3 | 475 |