Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / VB.NET / September 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Text Box Dataformat24 Sep 2005 04:01 GMT3
In VB6, to display decimal places, I would have selected dataformat from the
properties, and used the builder there.
Is there an equivalent in VB.net?
Thanks
Graphics.DrawImage is slow?24 Sep 2005 01:18 GMT3
I'm printing some stuff in a memory-created bitmap (format
Imaging.PixelFormat.Format16bppRgb565) and, at the end, copying the bitmap
to graphic device of my UserControl.
I noticed that method is not too fast to draw from my memory bitmap. In
Windows Service and Remoting24 Sep 2005 00:46 GMT2
I have set up a Windows service in VB.NET, and created a
'Service Manager' Windows Forms app that can 'get'
information from that service. The service consists of the
basic service 'framework' along with a large class that I
Subtle String Question24 Sep 2005 00:26 GMT5
In T-SQL, Consider this table:
CREATE TABLE stringTest (
   String1 VARCHAR(5),
   String2 VARCHAR(5)
using defaultview.rowfilter on a dataset problem23 Sep 2005 23:33 GMT6
I am trying to setup a filter for the dataset on a form as follows:
Me.Ds1.Tables("company").DefaultView.RowFilter = "city='New York'"
But nothing happens when this code is executed. The same 7k records are
available in the databindings.
Pvt Sub X_Click(...) Handles btn1.Click, btn2.Click - multi contro23 Sep 2005 23:17 GMT7
If I have a sub that handles multiple controls - such as
Private Sub X_Click(ByVal sender As System.Object, ByVal e As EventArgs)
Handles btn1.Click, btn2.Click
If btn1.Click = true then messagebox.show "Btn1"
How to determine which process to kill ???23 Sep 2005 22:22 GMT5
My application can allow a user to open a file for viewing by fetching
file data from database, creating the file in a temp directory and
starting appropriate process (i.e. Adobe or any other depending of
file type) to open the file.
Reflection, GetFields, BindingFlags.23 Sep 2005 21:58 GMT3
Hello you,
Problem is that Type.GetFields does not return InnerList from a class that
inherits from CollectionBase.
I have a class:
IntelliSense TextBox Control23 Sep 2005 21:28 GMT1
I want a textbox control which support like-as IntelliSense feature to allow
user select a word when inputting text.  Is textbox control support it?  Or
Are there any third party control support it?
Datagrid nightmare!!!23 Sep 2005 20:37 GMT7
I am in some desperate need of help and guidance as I am kind of lost
on this issue.  I am using a datagrid for the first time, so please
bare with me.  I am trying to make a 8 row by 5 column table, with
column 1 being a text column and 2-5 as a checkbox column.
User control23 Sep 2005 20:26 GMT2
I have a form and a user control
In my usercontrol i have a datagrid who need a customerGuid to display
customer information
When i load my form i need to tell the userControl that the guid of the
RowState and bound controls - what triggers a change to "Modified"23 Sep 2005 20:01 GMT6
I have a Windows form that displays a database table in a DataGrid. When you
click on a row, the row's values get copied to bound TextBoxes below, and
when the "Save" button is clicked the database is updated (as is the DataGrid
row) with changed values in the TextBoxes. Here are ...
[ Newbie - LINE dividing Procedures] How to change the color ?23 Sep 2005 19:53 GMT2
I have VS 2005 Beta
Hot to change the color of the lines that  divide the procedures?
Actually (the deafult I assume) is a very dark green.
I went to
Hex question23 Sep 2005 19:40 GMT5
I wrote a control in which I overrode WndProc to implement a custom
MouseMove. I caught the MouseMove message and passed it to a function which
raises a custom event. In this function I get the x and y from the LParam of
the message; x being the low order word, y being the high ...
Control Handle unique?23 Sep 2005 19:06 GMT3
Is Control Handle unique??
If not, how can I check if two control are the same instance or
object(instance not class)
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.