all groups > dotnet framework > march 2005 > threads for wednesday march 2
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
Missing KB article on Framework hotfix
Posted by Klynt NO[at]SPAM noemail.nospam at 3/2/2005 11:57:03 PM
I am interested in the fix (not listed in the fixes in .NET 1.1 SP1)
FIX: The Server property may return as an empty string when you receive the
SQLException object in the .NET Framework 1.0 and in the .NET Framework 1.1
Fixes a problem where the .NET Framework 1.0 and the .NET Framework 1.1
... more >>
for each go next?
Posted by Guoqi Zheng at 3/2/2005 11:12:29 PM
Ok, it sounds like a simple question but I just can not figure out how to do
it.
I use for each to loop an arraylist, what I want is that in case of some
condition is ture, it skip the rest code and go to next for.
for example.
For each x in arylist
If a =b THEN
' here I want to s... more >>
Ctrl key with Mouse Event.
Posted by Phil Jones at 3/2/2005 6:50:00 PM
I think I'm missing something REAL basic - but...
How do I determine if the CTRL key is down when a mouse-event occurs.
I can't see anything on the [MouseEventArgs].
Thanks everyone
===
Phil
... more >>
ComboBox
Posted by Charles A. Lackman at 3/2/2005 5:57:25 PM
Hello,
I have a combox that is being filled from a dataset. The combobox is
located on a Tabcontrol. On the e.keycode = keys.Enter event I have
TabControl moving to another Tab. When this happens the combobox is in the
foreground of the new tab in an open state, ie, showing all 8 drop d... more >>
Remote eventlog
Posted by Palloquin at 3/2/2005 3:56:53 PM
Hi,
I need to access eventlogs on remote machines.
I can do this using
Dim logs() As EventLog
logs = EventLog.GetEventLogs("RemotePC")
The problem is that this will only work if on the remote machines (win XP
pro) I add everyone to the administrators group. For obvious reasons ... more >>
Scrolling in a panel
Posted by Rob T at 3/2/2005 2:06:17 PM
To keep my example simple, let's say I have a windows application form with
a panel in it. For this example, I want to draw a single line in the panel,
which is larger than the size of the panel. Is there a way to get the
scrollbars to show up?
Also....If I were to put a control (like a bu... more >>
Programs that affect (.Net) framework when uninstalled ?
Posted by Todd Williams at 3/2/2005 11:12:58 AM
Hi,
Is there any problem out there with programs that are uninstalled, causing
..Net framework problems?
We have an application that's working out in the field but every now and
then get complaints of a message box coming up saying that there is problem
with the .Net framework and we think ... more >>
Array.CopyTo()
Posted by JS at 3/2/2005 10:51:03 AM
The current method is:
void Array.CopyTo(Array dest, int index);
Am I the only one or do other people wish this method had an overload:
void Array.CopyTo(Array dest, int destIndex, int count);
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Setting a service to MANUAL
Posted by Paul Aspinall at 3/2/2005 8:47:15 AM
Hi
I have a service installed, but I want to programatically set it to 'Manual'
startup, rather than 'Automatic'.
I cannot do this with 'System.serviceProcess.ServiceInstaller()' as I don't
actually install the service (MSDE does), but I want it set to Manual, and
my app starts and stops i... more >>
Crystal Reports Problem
Posted by Paul W at 3/2/2005 8:20:29 AM
I have a strange problem that I'm trying to track down...
My web application is one page that has the crystal control (from CR
v10) and a few drop down boxes that set the data the report uses and a
submit button that runs the report.
>From time to time I get a unhandled exception of a object... more >>
Detecting clicks within a polygon
Posted by Chris at 3/2/2005 7:37:03 AM
I am drawing a set of polygons, currently using graphics.DrawPolygon(...
What i want to do, is when the user clicks in the area of a polygon, to be
able to work out which polygon they have clicked in.
Could anyone suggest the easiest way of doing this, even if i have to change
the way i'm draw... more >>
URL for Framework1.1
Posted by Ravi Shankar at 3/2/2005 4:37:07 AM
Hi,
Can anybody send me the URL for downloading .Net FrameWork1.1
Thanks,
Ravi... more >>
C# optional parameters
Posted by MVP_mayank at 3/2/2005 1:25:05 AM
Hi
I Would like to know how to pass optional parameter to C#.
--
Regards,
Mayank Pujara... more >>
|