all groups > dotnet general > july 2004 > threads for saturday july 31
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
Motherboard, hard drive, NIC Serial Number?
Posted by Job Lot at 7/31/2004 6:43:03 PM
How can I retrieve the Motherboard, hard drive, NIC Serial Number Using vb.net.
thanx ... more >>
Criteria Expression in vb.net
Posted by DLenee NO[at]SPAM aol.com.com.(donotspam) at 7/31/2004 5:59:02 PM
I am trying to create a parameterized query and it keeps giving me an error "Datatype error in expression" when I enter = @ChildID or =?ChildID. The ? is supposed to be the wildcard for Access SQL.
I am using an Access database that uses an autonumber field as the primary key for a table. The... more >>
Is VS.net the tool I need?
Posted by Coffee guy at 7/31/2004 3:41:01 PM
I need to develop an eCommerce site (shopping cart, secure, etc) for our company. Will .net do this? I see a lot of chatter about creating websites but little about secure sites that can process credit cards, interact with shipping calculators, etc. What I really need is a template like VS/MFC pr... more >>
Assembly Resources
Posted by Brandon Bloom at 7/31/2004 12:57:01 PM
I am developing a small game in my spare time using .NET. I am curious about using assembly resources as the storage location for my game assets. It seems natural to embed models, textures, sounds, and other assets into the same assembly as the class that governs them. Would this be efficent? Where ... more >>
how do i write checkbox to....
Posted by Supra at 7/31/2004 10:21:09 AM
how do i write checkbox1 boolean to xml
in vb6 i can only do cstr( checkbox1.value) but in vb.net can't write
to xml. i am doing irc chat similar to mirc or pirch chat.
rw.WriteConfigInfo("User Modes", chkInvisible.Text,
chkInvisible.Checked, "PirateChat.xml")
in procedure events:
... more >>
Data sharing between applications
Posted by Tom Q at 7/31/2004 1:02:41 AM
A user has multiple applications running on his/her PC and I want to create
a broker component or service that is shared among the multiple apps. Each
time an application changes a record it notifies the broker and the broker
in turn notifies the other applications so they can take appropriate
... more >>
|