Archived Months
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
all groups > vb.net controls > august 2005 > threads for august 1 - 7, 2005

Filter by week: 1 2 3 4 5

format Listview Items
Posted by thomasp NO[at]SPAM msala.net at 8/6/2005 7:30:43 PM
Can I format the items in a listview differently? Use different fonts and colors for different item. VB2005 Thanks, Thomas -- Posted via NewsDemon.com - Premium Uncensored Newsgroup Service ------->>>>>>http://www.NewsDemon.com<<<<<<------ Unlimited Access, Anonymous Accounts, ...more >>


TreeView.HitTest() not returning the correct node
Posted by briktal NO[at]SPAM gmail.com at 8/5/2005 12:30:29 PM
I have a treeview in an application, and in the MouseMove event I have: -- Dim node As MSComctlLib.Node Try node = trvSoftware.HitTest(e.x, e.y) If Not node Is Nothing Then staAppStatus.Text = node.Text node = Nothing Else staAppStatus.Tex...more >>

File Open Dialog
Posted by thomasp NO[at]SPAM msala.net at 8/5/2005 8:25:21 AM
I have a VB2005 program that has to import data from a 3.5 floppy drive and USB drives. I use a file open dialog to choose the file, works great. The problem occurs the next time I wish to open a file. If the last import was done from a floppy drive the program looks for a floppy drive fir...more >>

vb.net and api
Posted by Bob at 8/4/2005 10:27:35 PM
Hello all: I am migrating from VB 6.0 to VB.net. In the old vb6.0, we could use the api functions rather extensively. I have been told this is not the case in vb.net. Can someone shed some light on this, and if it is possible, how do u\you use the api function in the vb.net environment. An...more >>

Reference a control on another form
Posted by b at 8/4/2005 8:23:13 AM
Hello all, I want to get a value from another form onto form2 this has to be simple but I can't find it anywhere ...more >>

How to read a folder or a file NTFS permissions by vb.net
Posted by Tolgay Gül at 8/4/2005 12:00:00 AM
How can I read a folder and in the folder's files NTFS permissions by Visual Basic.Net 2005 beta 2. I think that I should use the System.Security.Permissions.FileIOPermission but I don't know how. Could you write a small sample? Thanks. ...more >>

Multiple Datagrids to scroll through
Posted by at 8/3/2005 12:00:00 AM
Hello. In SQL Server Query Analyzer, if I type in, say, 2 select queries, it returns 2 datagrids of results, with a scrollbar on the right to scroll between the 2 (or more) datagrids. I wanted to implement this in a vb.net application I am writing. Does anyone know how this is done? Any ex...more >>

SerialPort read VB.Net 2005 Beta 2
Posted by Tolgay Gül at 8/2/2005 12:08:27 PM
I need some codes that able to send and read data by serialport in VB.Net 2005 beta 2. I wrote some codes and It can send data via serialport but It cannot read what I send. I have looked up on internet and msdn and found some codes and samples but they are also can't read serial port. . It was s...more >>



Icon in Listview
Posted by Lespaul36 at 8/1/2005 1:29:43 PM
I want to put an Icon on the right side of a column header when the column is clicked I found some basic code that I am trying to use, but nothing so far. Public Sub ShowHeaderIcon(ByVal colNo As Long, _ ByVal imgIconNo As Long, _ ByVal showImage As Long) Dim hHeader As IntPtr Dim HD A...more >>


DevelopmentNow Blog