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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|