all groups > vb.net > january 2004 > threads for saturday january 17
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Selection issue
Posted by Fay Yocum at 1/17/2004 9:30:26 PM
On loading of a form I have a datagrid loaded, If there is only one person
in the database I want that record to automatically be selected. I used this
code and it works.At least the one row is highlighted.
If Me.BindingContext(DsPerson1, "tblPerson").Count = 1 Then
DataGrid1.Select(0)
End ... more >>
AntiAliasing DrawLine? Possible?
Posted by Smoke at 1/17/2004 9:16:24 PM
It is possible to draw a line on a control using AA? basically, i need the normal .DrawLine funcion but that support antia aliasing.
is this possible? can somebody tellme how?
Thanks for the help, as usual
... more >>
Create an Access Database File
Posted by The Genie at 1/17/2004 8:33:03 PM
Can anyone please tell me how I can create an Access Database in a specific
directory (not memory), presumably by using oledb.
Regards
Ian
... more >>
What's the point of fields?
Posted by John Dann at 1/17/2004 5:17:16 PM
I'm learning VB.Net with a view to converting from VB6. One simple
detail I'm unsure of concerns fields (as class members).
In VB6 I'd thought that declaring a class property just as a public
variable (ie without get/set procedures) was deprecated though valid.
I'm slightly surprised to see t... more >>
Is therre any more spesific newsgroup disscuss in .Net database
Posted by Fero Lim at 1/17/2004 4:39:10 PM
Hello
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.561 / Virus Database: 353 - Release Date: 1/13/2004
... more >>
converting data types (object back to structure type)
Posted by Brian Henry at 1/17/2004 4:24:15 PM
If i have a structure type and i place the structures data into a tag
property (which is an object) it will go in obviously, but when i pull an
object back into a structrured type it will error.. how do i convert the
object back into a struct? here's an example
public structure teststruc
... more >>
Smart Device Extension Required
Posted by Mark Miles at 1/17/2004 3:59:18 PM
Dear ALL,
I would like to say firstly that I followed Microsoft links and I do
know that they want to push you towards buying .Net 2003. I can not afford
this and I will not be force into it. I spent time saving for an Visual
Studio .Net 2002 and my wife will not allow me to upgrade.
... more >>
Harddrive or Motherboard Serial number
Posted by Abubakar at 1/17/2004 3:56:03 PM
I have been trying to write a code that will enable me get
the serial number of the motherboard or harddrive on a
given system but no luck so far. Can any one out there
help me.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Printer Handshake
Posted by Abubakar at 1/17/2004 3:53:03 PM
I have been trying to monitor the handshake (signal) from
a printer for each page it printed but i have not been
able to do so. Can any out there help me.... more >>
nodes and data in a treeview
Posted by Brian Henry at 1/17/2004 2:21:16 PM
I need a way to give each node an id number onto of what the text is being
displayed so i can access data in a database... how would i do this? this is
an example
RootNode (data: root)
+ Child1 (data: ID000001)
+ Child2 (data: ID000002)
+---ChildOfChild1 (data: ID0000003)
I thought tags ... more >>
Can't find an Event Handler
Posted by Ken Kast at 1/17/2004 11:38:48 AM
What I'm trying to do is find a way to determine at run time if a particular
event handler in a UserControl has been defined. Here's a snippet of code:
Public Event Button_Click As EventHandler
Public WriteOnly Property ButtonClick() As System.EventHandler
Set(ByVal Value As System.EventH... more >>
Handle should be Integer or IntPtr?
Posted by active at 1/17/2004 11:31:48 AM
I downloaded the Win32 Library which saved me MUCH work.
Some (All?) of the returned handles are typed int.
As I used them I often changed them in my copy of win32 to IntPtr because an
argument that used it was typed IntPtr.
Now I wonder if a Handle make more sense being an integer or an I... more >>
How to detect the existance of a private member from inside the class itself
Posted by Bob at 1/17/2004 11:13:54 AM
I want to find a way to detect the existance of the private member of a
particular type in the derived class from inside the base class itself and
call its Dispose() method. Reflection GetFields() only returns public
members and I would like to avoid using reflection due to its performance
impa... more >>
System.Net.Sockets namespace?? Chat programm!
Posted by Sven at 1/17/2004 11:13:19 AM
My current application is programmed in Visual Basic 6.0
It is a server and uses the winsock-control
Now I have learned that the winsock control is not (fully) supported by
VB.NET and that I have to use the "System.Net.Sockets namespace"
As I am new to VB.NET, I want to ask if anyone knows a... more >>
This newsgroup doesn't resolve
Posted by Luke Vogel at 1/17/2004 11:07:06 AM
I'm starting to get an error that this ng doesn't resolve when I reply
to a message ... any ideas why that might be?
Luke.
... more >>
multi threading in vb.net resources
Posted by Vikramaditya Singh at 1/17/2004 10:14:49 AM
i want to understand and learn multi threading in vb.net. is there any good
documentation along with some examples which can be used as a reference.
Thnaks
... more >>
Change BgColor of aspx page in code
Posted by Cliff Cavin at 1/17/2004 10:08:45 AM
How do I programatically change the background color of an aspx page in
code?
Is there something like Page.BgColor = "#FFFFFF" ?
For that matter, how do I access any of the DOCUMENT properties in code?
I am using Visual Studio 2003, building an ASP.NET web application using
VB.NET.
... more >>
adding a node to a parent node in a tree view
Posted by Brian Henry at 1/17/2004 10:03:06 AM
If i already have a tree view created, and want to add another new node to
it, how would i do so? Is there a way to throught tags or anything? like i
have this
RootNode
|
+-- Child 1
+-- Child 2
and i want to add a child node to child 1 how would i refrence it and add a
new one to it aft... more >>
DirectX 9 SDK and .NET
Posted by Patrick Ireland at 1/17/2004 9:16:07 AM
I have installed the lastest DirectX SDK on my machine. However, when I try to build their
VB.NET example of an audio/video player, the build gets errors associated the the
DirectX namespaces for audio and video components. I use the defaults to load the
DirectX SDK as I did when I initially ins... more >>
Merge two XML dcuments
Posted by Danny Lesnik at 1/17/2004 1:56:05 AM
I have very simple and stupid quetion :)
What is the simplest way to merge 2 xml dcuments ??
'Document 1:
<beatles><beatle>Jhon</beatle><beatle>Paul</beatle></beatles>
'Document 2:
<beatles><beatle>Ringo</beatle><beatle>George</beatle></beatles>
'New Document:
<beatles><beatle>Jhon<... more >>
|