all groups > dotnet general > august 2006 > threads for friday august 11
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
Problem w/ Simple Serialization
Posted by Ron M. Newman at 8/11/2006 4:54:04 PM
Hi,
I have a simple class that has a Hashtable. the hashtable has a couple of
key/value pairs where the key is a string and the value is also a strong.
I have [Serializable] at the top of that class.
when I try to serialize it with XmlSerializer, I get only the "class
boundary" but my h... more >>
Display device list
Posted by ThunderMusic at 8/11/2006 3:16:21 PM
Hi,
I want to have a list of the display devices available on the computer, just
like the Settings tab do in the desktop properties... What I need is the
DeviceID, it's rectangle(left, top, width, height) and if it's active or
not.
Is there a built-in function to get these informations in ... more >>
Installing dotNET V2.0 (or not)
Posted by She - Devil at 8/11/2006 2:50:14 PM
Hi you all out there,
Some months ago I installed dotNET Framework Version 1.1. I
Needed that for a program to work. Since a while I keep getting
reminders from the Windows update site, there's an upgrade/update
to Version 2.0 waiting for me.
As far as I understand, this dotNET Framework-... more >>
Static Vs. Instance
Posted by Dinsdale at 8/11/2006 2:28:29 PM
I was discussing class architecture with one of the senior developers
at my new job and him and I have a similar idea on how to work with
data access and class libraries. That said, our implementations vary
slightly and I wanted to post the question to the .Net community to get
some feedback. So... more >>
Global renaming of files
Posted by Jaymac at 8/11/2006 1:55:02 PM
Hi folks
I have some 1600 files where the first 7 characters of each file name is in
the format "CN NNN ". I would like to be able to change these via a program
to the format "CN-NNN-". The files are actually hymns and these 7 characters
are followed by the first line of the hymn.
Can ... more >>
update button
Posted by bindurajeesh at 8/11/2006 12:59:02 PM
I have a webform that has 50 fields to possibly update. Instead of updateing
every field for that record when the user changes one or two pieces of info I
would like to only update the fields that the user updated. I am attempting
to create simple update query instead a massive one. Thanks ... more >>
Windows service on a cluster
Posted by ThunderMusic at 8/11/2006 11:00:42 AM
Hi,
We have many servers setup as a cluster. When one server crashes, another
one take the relay... We want to know if it's possible (I suppose it is) to
make a Windows service developed with .NET 2.0 work in a cluster
environment. I mean, how to make sure the service will take the relay if o... more >>
Custom DateTime serialization
Posted by Zachary Turner at 8/11/2006 8:55:27 AM
Hello,
I have a situation where I would like to perform custom serialization
and deserialization of an existing .NET framework object (specifically,
System.DateTime). Is there a common paradigm here, for how I can
override the default behavior of DateTime serialization and provide my
own? I... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to: issue a shutdown/restart?
Posted by Rob R. Ainscough at 8/11/2006 8:00:18 AM
Any hints on how have a .NET app issue a shutdown/restart?
Thanks Rob.
... more >>
Error Writing to Event Log
Posted by Jerry C at 8/11/2006 7:28:02 AM
I am trying to write to the errorlog and I am getting the error
Cannot open log for source 'Application'. You may not have write access.
This is the code:
Dim Logevent As New EventLog("Application")
Logevent.Source = "Application"
Logevent.WriteEntry("Log In Error ", EventLogEntryTyp... more >>
how do I get the MAC Address given the IP
Posted by MMA at 8/11/2006 6:33:02 AM
Hi All,
Any ideas how can I get the MAC address of a PC outside my lan given the IP.
I tried using iphlpapi.dll to call sendARP but dosen't work for outside my
lan.
Thanks in advance
... more >>
DateTime problem
Posted by JFieseler at 8/11/2006 2:43:02 AM
Hi all,
in a huge project i have the following problem.
I create an object which contains many private members (i know that this is
not correct, but it is a single use migration program). The members will be
filled from database tables. In the fill method i see in debug mode the
correct va... more >>
Programming practices question
Posted by Maciek at 8/11/2006 12:44:21 AM
I've got this question regarding programming and design practices. I'm
designing Newsletter module for my WebApp and I'm greenhorn in
programming.
There's a stored procedure which adds a subscriber to a DB. It outputs
subscriberID (uniqueidetifier) if it succeeds to add them to the
database and... more >>
Add more scheme for Auto Format in Datagrid
Posted by Infinity at 8/11/2006 12:15:32 AM
Add more scheme for Auto Format in Datagrid
any idea ?
... more >>
|