all groups > dotnet framework > april 2004 > threads for sunday april 18
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
Running a VB.Net application in a language different than the Net FrameWork
Posted by jlpraz NO[at]SPAM corobori.com at 4/18/2004 8:04:01 PM
I have developped and tested a multilingual application which is
running fine. When testing from inside .NET I created a drop down menu
where I can choose the language allowing changing the language of the
User Interface. I am storing this data in the registry so when I
launch my application it ... more >>
"JINI" architecture for .NET?
Posted by Claus Konrad at 4/18/2004 7:50:24 PM
Being a .NET softwarearchitect I am of course constantly trying to get the
best of two worlds (the other being Sun/Java!) when it comes to software
design, and in particular SOA (Service Oriented Architecture).
Now - Sun's community has come up with a brilliant piece of work called
"JINI"; a s... more >>
via NUnit: Trace.Listeners.Add failure
Posted by Bill Cohagan at 4/18/2004 5:49:17 PM
In my c# app I create a TextWriterTraceListener object and add it to the
Listeners collection via a call to Trace.Listeners.Add(...). This works
fine in my application; however it causes the unit tests to fail when the
code gets run via NUnit tests. This appears to be some kind of permissions
... more >>
FileSystem Bug ?
Posted by Michał Januszczyk at 4/18/2004 2:41:02 PM
I have found a strange behavior
I use FileInfo class to retreive LastWriteTime property of some file
The file is just a JPEG image. When the image is editted by photosho
(actually the image is rotated), the LastWriteTime property
shows correct modification date. However, when I rotate the image... more >>
[newbie] SQL question
Posted by Gordon Knote at 4/18/2004 2:36:01 PM
Hi
in one of my programs I am connected to a database by Jet. Now, I'm looking for a SQL statement, that does the following
1. Gets every recored in a table of the db I'm conntected to (SELECT * FROM tablename, I suppose
2. Appends this whole stuff to a specific table of a specific database (fil... more >>
the framework 2.0 broke my iis snap-in in MMC.EXE
Posted by jaytee at 4/18/2004 1:11:02 PM
installing the framework2.0 onto w2k3 resulted in mmc.exe crashing while trying to view website's properties in iis snap-in
any fix? i'd like to run the framework asap... more >>
Help 3DES File Encrypt in VB6 to 3DES File Decrypt In VB.NET
Posted by underwmd at 4/18/2004 12:51:18 PM
Hello,
My problem is two fold.
1) I must support a deployed legacy application written in VB6 SP5. I
need to export data from a database, compress it and the encrypt the data
using 3DES (to prevent tampering) data gets transmitted at night to the home
office of my company. Rewriting th... more >>
Timer control vs Timer class
Posted by VJ at 4/18/2004 10:32:29 AM
I included a timer control in my C# project, I got the following 2 events
1. Disposed
2. Tick
I included the timer class programatically in the same C# project and I got
the following events
1. Disposed
2. Elapsed
I am stumped..:-( whats going on here? I have framework 1.1 ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Bug in MessageBox.Show
Posted by agro_rachmatullah NO[at]SPAM yahoo-dot-com.no-spam.invalid at 4/18/2004 9:37:32 AM
Try to run this code:
Console.WriteLine(MessageBox.Show("text",
"title", MessageBoxButtons.OK));
When the message box appear, click on the close (x) button. The
result returned will be DialogResult.OK.
Can you confirm it on your computer?
Thanks a lot...
... more >>
Regular Expression Quandry
Posted by Howard Dierking at 4/18/2004 9:11:01 AM
Greetings -- I need Regex help!!
For the following string,
"ANCHOR, STEER HORN, 2 1/2 IN X 3 IN X 3/15 IN DIA, 304 SSTL, UNEQUAL LEGS, F/ CC1 & 2 REGEN FLUE GAS LINES C 21, EQUIP W/ 4 IN REFRACTORY"
I need to remove all spaces EXCEPT in cases where the pattern \d\s\d exists (otherwise, from ... more >>
SqlConnection question
Posted by Sam Johnson at 4/18/2004 6:41:02 AM
Hi
how can I test if a specific table on an SQL- Server (that I'm connected to) exists or not
Thank
Sam... more >>
IsNumeric Function
Posted by Mark G at 4/18/2004 6:16:05 AM
What is prefered way to check whether a is a numeric value
Is ther something like IsNumeric function in VB6
Thanks
Mark.... more >>
adding grid to working currency manager disables addnew
Posted by polynomial5d at 4/18/2004 2:01:02 AM
I created a group of 12 pretty typical databound forms around a currency manager. They all worked perfectly, patterned after chapter 13 of ADO.NET, Core Reference, published by Microsoft Press. In one case, the DataAdapter daDT filled the dataset instance dsDT1 with one table, DateType. The table ... more >>
McAffe Error
Posted by Hamid Naderi via .NET 247 at 4/18/2004 12:04:50 AM
(Type your message here)
hello,please help me,I have installed McAfee VS on my PC,now when i want to scan my system,this message has appear:An exception 'Unhandled Win32 Exception' has occurred in scan 32.exe
and then the scan will stopped.is there any kind of virus in my PC?
thank you in advan... more >>
|