all groups > vb.net controls > may 2006
mscomm inputlen property (vb6) in vb 2005 how it works ?
Posted by Brahm at 5/30/2006 10:51:03 AM
Hey guys,
In vb 6 I used to use inputlen property to set the numer of bytes to
read in serial port input buffer. In vb2005 I am not finding
the same property in serialport component.
does anyone could help me with this ?
Daniel
... more >>
BackGroundImage
Posted by Meelis Lilbok at 5/30/2006 12:00:00 AM
Hello
Is it possible to set listviews, datagrid's or datagridview's columnheader
background image?
Like in new Outlook12 list?
Meelis
... more >>
how to add a warning to DeleteCommand of gridview?
Posted by Averell at 5/29/2006 7:00:07 PM
Hi,
I made a gridview with VWD. The gridview has the Delete button set
(ShowDeleteButton="True" in the <asp:CommandField>).
It works perfect, but i would like to add a warning before the record is
deleted to prevent deleting a wrong record.
I did this in the code-behind file:
Protected Sub G... more >>
Dynamic filter in DataGridView
Posted by CMC at 5/28/2006 1:35:48 PM
Hi!
I've a bound DataGridView with 2 columns. The second one is a ComboBoxColumn
loaded with a datatable.
Can I filter the list of the ComboBoxColumn by the Cell value of the same
row of the previous column???
I don't know how!
Thanks in advance
CC
... more >>
how to center a button in vb.net?
Posted by Dan at 5/26/2006 12:00:00 AM
Hi,
In the aspx file, there is a form (form1) created.
I created a button in the code-behind file like this:
Dim b As Button
b = New Button
form1.Controls.Add(b)
But i want to center the button.
How can i do that in the code-behind file?
Thanks
Dan
... more >>
error handling
Posted by Brahm at 5/25/2006 5:39:10 PM
Hey Guys!
I am moving from vb6 to vb2005
I was using:
on error go lbl_error:
code..
code..
exit sub or function
lbl_error:
.code
code
but it vb 2005 we have
try.. catch.. finally end try.
In your opinion wich is better for performance and code reading ?
... more >>
crystalreport in c#
Posted by karthi keyan at 5/25/2006 5:12:39 AM
hi
i have one problem in crystalreport.how to print value in row
wise..plz immediate
for example
heading:Name : Fields:xxxx yyyy zzzzzz
*** Sent via Developersdex http://www.developersdex.com ***... more >>
Make SerialPort_DataReceived event driven
Posted by Rotzooi at 5/23/2006 12:00:00 AM
Hi,
I'm pretty new to VB.NET (2005). How do I make the SerialPort_DataReceived
event driven so my sub starts processing when data is received?
Jeroen
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Retrieving Data From DataGridView
Posted by Microsoft at 5/22/2006 12:00:00 AM
Hi I am trying to get at the data contained within a selected row.
i have got the DGV to fill adn allow me to select a complete row, but I now
need the values contained within the cells to assign into another area of
the form... can anybody please tell me the syntax for getting the physical ... more >>
Charting in VB.NET
Posted by Sudhakara.T.P. at 5/21/2006 11:22:01 PM
Hi,
I have an application wherein I need to plot the data based on time. Which
is the control that I need to use for this.
Please let me know.
Regards
Sudhakara.T.P.... more >>
Problem with IDE's wrong default property setting in InitializeComponent for user control
Posted by HKSHK at 5/21/2006 2:24:01 AM
Hello folks,
I've got a small problem with a user control I've written in VS 2003.
The problem is, that when I add my control to a form, the IDE sets an
empty string for one of the properties. How can I...
a) either have it set a specified string
or
b) avoid that it sets that specific proper... more >>
Custom DataGridStyle
Posted by Lespaul36 at 5/21/2006 12:42:10 AM
I have made a datagridstyle that works with mysql. So far things are OK,
but it won't seem to save changes made even if I use the
SetColumnValueAtRow. Is there more to it. I can do it by making the
changes using the main program, but I would like the datagrid to handle it.
Thanks
... more >>
Allowing only number in column
Posted by CMC at 5/18/2006 10:40:19 PM
Hi,
How can I allow only numbes in a specific column in a DatagridView?
(It's a currency column)
Thanks in advance
CC
... more >>
MessegeBox.Show Error
Posted by Emre Sami SÜZER at 5/17/2006 2:11:01 AM
Messegeboxes that I show doesn't write the caption that I wrote. I displays a
blank messegebox. Sometimes the buttons don't have the captions as well. I
can send a screenshot.
The code that I use is:
MessageBox.Show("Test", "Test Caption", MessageBoxButtons.YesNoCancel)
Also sometimes che... more >>
Continuous forms Like access
Posted by Dominic at 5/17/2006 12:00:00 AM
Is there a way to create a continuous form like access in VS 2005, Vb.net.
Dom
... more >>
How to develop &use UserControl in Vb .net 2005.
Posted by Sugan at 5/16/2006 2:36:30 AM
Hi all,
I tried developing a sample usercontrol in VB .Net 2005. After this, i
tried to use this control in a sample application(Vb .Net 2005) by
adding it as a COM component from the toolbox. I got this error message
and the user control is not added on to the Tool box. The error
message ... more >>
Rich Textbox
Posted by Lou at 5/12/2006 10:36:15 AM
I have a richtextbox in my ActiveX.ocx project and want it to behave like
Notepad.exe.
The tab button doesn't move to the next tab but moves to the next control.
Somtimes the enter button doesn't add a newline either. Wierd.
-Lou
... more >>
Winsocket Control
Posted by Paul Mc at 5/5/2006 7:04:14 PM
I'm making the leap from eVB and Visual Basic 6.0 to Visual Basic 2005. In
the older IDE's, I could easily add the built-in Winsocket control to the
Toolbox, and the control was easy to use. How can I do that in Visual Basic
2005? Is it even still possible?
... more >>
WebBrowser WindowClosing not fired
Posted by Vittorio at 5/5/2006 12:00:00 AM
Hi all,
I am trying to avoid that a webbrowser object will be closed by a
window.close() javascript. Trying to use the WindowClosing event i
discovered that it is not fired.
I am using VB.NET 1.1 and it seems that several events have the same
problem.
Can anyone help me to solve this issu... more >>
Lock textbox with a Group
Posted by MATT at 5/3/2006 3:02:01 PM
I have simple code that i use to make each textbox in a form "Read Only":
For Each ctl In frm.Controls
If TypeOf ctl Is TextBox Then
txb = ctl
txb.ReadOnly = True
txb.BackColor = Color.White
End If
Next ct... more >>
|