all groups > dotnet general > may 2004 > threads for thursday may 13
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
Synchronizing 2 Access databases
Posted by et NO[at]SPAM tourclub.ca at 5/13/2004 10:07:01 PM
Hello,
Is there a fairly easy and quick way to sync 2 MS Access databases
(with the same structure, obviously) using C# ?
Going record by record is slow and cumbersome, there has to be an
alternative..
Thank you.... more >>
do you know "zizzy" mean?
Posted by DotNetMania at 5/13/2004 6:12:28 PM
do you know the word .... "zizzy" ?
what is that mean?
is it usually use?
best regards..
... more >>
VB 4.0 vs VB.net
Posted by Walter Jones at 5/13/2004 5:00:11 PM
I am currently using VB 4.0 but would like to upgrade to VB.net.
When I try to install VB.net I repeatedly get a message that I must reboot.
Can I install VB.net without removing VB 4.0 ? If so, how do I do it.
I can't use Microsoft help because I cannot get VB.net installed.
... more >>
Setting focus to controls?
Posted by IMRAN SAROIA at 5/13/2004 2:59:41 PM
Hi!
Please advise how to set focus to any control on Web
and Windows Forms.
Regards
Imran
... more >>
Get Type from Shared Method
Posted by Vitaly Gorbenko at 5/13/2004 1:59:04 PM
Does anyony know how to get Type from shared methods?
Thank you!
Vitaly
Sub Main()
MsgBox(A.TableName)
MsgBox(B.TableName) ' I want 'B' to be displayed!!!
End Sub
Public Class A
Public Shared ReadOnly Property TableName() As String
Get
' This is where th... more >>
How to allow instanciation of a class from another class method inside the same assembly???
Posted by Bob Rock at 5/13/2004 11:57:24 AM
Hello,
I'd like to be able to allow instanciation of a class (class Class_A) only
from another class method (class Class_B). And I'd like to write the
necessary code to enforce this behavior even inside the same assembly where
class Class_A and Class_B are defined.
I've written the code that ... more >>
local user group
Posted by .NET Developer at 5/13/2004 11:55:15 AM
Are there any local user groups that meets in and around Redmond, WA area to
discuss the globalization issues, learn new tips etc?
Can any1 provide me a pointer to learn globalization (especially using .NET)
from scratch?
thanks a lot.
... more >>
simple basic question with asp..
Posted by .Net Developer at 5/13/2004 11:52:20 AM
Hi all
I have a very basic question. If its already answered elsewhere, I do
apologize but i would appreciate if you could send me the pointers.
I have .net framework 1.0 installed and have been running asp.net websites.
Today I had to revive an old "asp" website that was built prior to the ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
datarow updates: slow?
Posted by spammy at 5/13/2004 11:26:51 AM
hi all,
my code currently reads as the following:
//////
double tmpposition = (double)dr["position"] + pos;
dr["position"] = tmpposition;
//////
where dr is a DataRow and pos is of type double. however it seems that the
second line takes quite a while to execute - around a qua... more >>
Anyone know of a good FREE hex editor
Posted by Tom at 5/13/2004 9:26:16 AM
I have flat files that are supplied to an application that occasionally have
non-printable characters (such as "low values"). I'd like to open these text
files in a hex editor, which notepad is obviously not one.
Does anyone know of a decent free hex editor?
... more >>
.Net over Citrix
Posted by computersynergy NO[at]SPAM netscape-dot-net.no-spam.invalid at 5/13/2004 8:58:49 AM
Hi
Anyone with experience of deploying VB.net business applications in a
Citrix Environment.
Specifically want to know about arcitecture...
Client wants Citrix Thin Client>Citrix Server Farm>IIS
Server>ASP Server/.net>SQL 2000 back end. :shock:
Any comments,reference sites or comments... more >>
Are enum values automatically assigned?
Posted by David Sworder at 5/13/2004 8:54:04 AM
With a standard enum, values are automatically assigned.
public enum MyEnum{Happy,Sad,Angry,Grandpa};
....but what about a bitflag enum?
[Flags()]
public enum MyEnum:int{
FalseTeeth=0x00000001
BrainCancer=0x00000002
CronesDisease=0x00000004
A... more >>
.Net óÏÂÅÓÅÄÎÉË - ×ÙÛÅÌ ÓÌÅÄÕÀÝÉÊ ×ÙÐÕÓË
Posted by hDrummer at 5/13/2004 8:40:14 AM
Sorry, articles in this maillist are in russian only.
÷ÙÛÅÌ ?13 ÒÁÓÓÙÌËÉ .Net óÏÂÅÓÅÄÎÉË.
http://dotnetgrains.sql.ru
óÏÄÅÒÖÁÎÉÅ ÎÏÍÅÒÁ:
óÏÄÅÒÖÁÎÉÅ
1.. ïÔ Á×ÔÏÒÁ
2.. ïÂÚÏÒ ÎÏ×ÏÓÔÅÊ
3.. SQL Server "Yukon" É CLR: ÉÓÐÏÌØÚÏ×ÁÎÉÅ ÄÁÎÎÙÈ ÓÅÒ×ÅÒÁ
4.. ÷ÒÅÍÑ ËÏÄÁ - íÅÎÑÅÍ URL'Ù ÎÁ ÌÅÔÕ
... more >>
DataRow
Posted by Seril at 5/13/2004 6:01:08 AM
Hi
Can i acess a compelete row in datarow having changes, without specifiying column name or index
Regards... more >>
My Day Today
Posted by A Leaf Blower and A Geode Discussing Politics at 5/13/2004 5:09:26 AM
Today I wrote a c# service that read and parsed and XML file and manipulated
other services based on using the values in the XML to evaluate http calls.
The application uses the ThreadPool to make simultaneous http calls.
What did you do today?
--
jabailo@earthlink.net
... more >>
Confused by the NameValueCollection
Posted by anon at 5/13/2004 2:07:06 AM
I need a little clarity in the NameValueCollection.
Within the MSDN .NET 1.1 Framework help is says:
"This collection is based on the NameObjectCollectionBase class.
However, unlike the
NameObjectCollectionBase, this class stores multiple string values under
a single key."
Wh... more >>
|