all groups > dotnet general > october 2003 > threads for thursday october 30
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
how to get the mac address in a win98 computer using .net?
Posted by cch at 10/30/2003 8:57:47 PM
i'm using c#
the ManagementObjectSearcher seems dont work in win98... more >>
Thread.Sleep...
Posted by news.microsoft.com at 10/30/2003 7:16:43 PM
Hi,
Currently I have a thread thats spinning and doing a
Thread.Sleep(someTime).
I was thinking of changing this to Thread.Sleep(Timeout.Infinite); then
when I have actual data in a collection to process in this thread, I was
going to do a _thread.Interrupt(); Would this be a better a... more >>
Have you distributed a .Net application?
Posted by Jim Hubbard at 10/30/2003 6:11:45 PM
Have you distributed a .Net application? How about one to the general
public?
I am writing an application that I had rather do in .Net, however, the
20+ MB dotnetfx.exe worries me. What about potential users on 56k modems
(still almost 50% of internet users in the US alone)? Do they... more >>
Calling .ASP pages
Posted by Joe Reazor at 10/30/2003 5:08:54 PM
I know you can't use Server.Execute to call an ASP page, so I have tried
using the HttpWebRequest and HttpWebResponse objects to do so. The trouble
is that the asp page that I need to call is password protected. When I call
GetResponse on the HttpWebRequest object I get the login page that a no... more >>
strange error not cought by try...catch...
Posted by Alexey Kouzmitch at 10/30/2003 5:01:20 PM
Hi,
I wrote a console application which is called from a SQL Server job. The
application utilizes a COM object, to pump data from a legacy (no very old
however) application to SQL server. The application works fine, but once in
a while it fails with the following message written to the event l... more >>
Pass Datagrid Data To Parent Form
Posted by cksj at 10/30/2003 4:36:21 PM
I have a link on my web app that opens a pop-up window. In the pop-up
window, the user can search for policy information. The result is displayed
on a datagrid. The datagrid has 1 hyperlink column and 3 bound columns. When
the user clicks the hyperlink, it passes the data of the hyperlink to the
... more >>
are crypto classes supposed to work on w2k?
Posted by Gregory L Priem at 10/30/2003 3:32:22 PM
i have been unable to get any of the classes in the
System.Security.Cryptography namespace to work on my w2k machine, so i
created a vmware session starting from scratch, to remove any possible
external issues. [when run on winxp, no exceptions are seen]
setup: w2k pro with sp4 plus .net 1.1 r... more >>
location.replace
Posted by brian at 10/30/2003 2:02:34 PM
Is there a way to use location.replace in code behind?
The code below will work for a window.alert but not for
location.replace.
For example:
Private Sub Page_Load(ByVal sender As System.Object,
ByVal e As System.EventArgs) Handles MyBase.Load
Button1.Attributes.Add("on... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Using Delegates (More Info)
Posted by Billy Jacobs at 10/30/2003 1:31:55 PM
I forgot to capitalize the line causing the error. It is:
printer.PrintCallback(10)... more >>
Using Delegates
Posted by Billy Jacobs at 10/30/2003 1:25:00 PM
Can someone tell me what the problem with this code is.
Specifically the line in all caps near the bottom. I am
getting an error on this line saying:
"Property Access must assingn to the property or use its
value".
When I do that I get a different error saying:
"Expression does not prod... more >>
How can you recognize a carriage return? simple question
Posted by gunayb NO[at]SPAM xpandcorp.com at 10/30/2003 1:00:47 PM
Hello,
I am trying to parse the following bounced email to
get the email adress
"Your message
To: klshad903409@cnn.com
Sent: Thu, 30 Oct 2003 11:05:05 -0500
did not reach the following recipient(s):
etc..."
I am having a hard time getting the correct domain
name because it seems... more >>
Painting a textbox Border--the Answer
Posted by talm NO[at]SPAM report-software.com at 10/30/2003 12:37:00 PM
After spending a morning wading through all the the Wrong answers and
responses I have figured out how to change the border on a textbox.
Here is the code:
Declare Function ReleaseDC Lib "user32" Alias "ReleaseDC" (ByVal
hwnd As Integer, ByVal hdc As Integer) As Integer
Protected Over... more >>
Intellisense not working
Posted by Stefan Kronberg at 10/30/2003 12:32:02 PM
I'm working on a solution containing about 20 projects. Some of the projects
contain class definitions that are used in other of the projects. Most of
the time intellisense is working ok, i.e. if I work with objects declared
from my own classes intellisense will show me all alternatives (methods ... more >>
display wait message in webform
Posted by deepblue at 10/30/2003 12:18:15 PM
Hi,
How to display a "Please wait" message in a webform when
the webform is doing processing? The processing is
initiated by user clicking a button.
Thanks,
Deepblue... more >>
MSChart
Posted by Jasper Recto at 10/30/2003 11:05:54 AM
Hello,
I'm a beginner programmer. I'm trying to make a simple chart using MSChart
active x control. I have a spreadsheet with 2 colums of data, I want to
create a 3D bar graph. How do I create the chart using the spreadsheet?
Thanks,
Jasper
... more >>
Set IP Address from .NET
Posted by Zoltan Hernyak at 10/30/2003 8:50:27 AM
Hi,
My problem is, that how can I write a .NET application, which sets the
IP address, netmask, DNS servers, and other properties of a specified
network card on a Windows XP?
zoltan... more >>
oledbprovider vs odbc provider ???
Posted by serge calderara at 10/30/2003 7:09:57 AM
Dear all,
Does any one have any idea why an sql statment with INNER
JOIN syntax is working well with odbcprovider but not with
Oledbprovider when accessing an access 2000 database?
here is the code I have used with oledbprovider which fails
Dim monodbc As New
OleDb.OleDbConnection 'Od... more >>
file access win srv 2003
Posted by Buz at 10/30/2003 5:57:41 AM
I have a site running fine on my development machine
running XP, but when I ported the site to run on my win
srv 2003 I get access errors. Specifically, the system is
not allowing asp.net write access to
c:\windows\microsoft.net\framework\v1.1.4322\tempoary
asp.net files
identity imper... more >>
Converting Strongly Typed Datasets
Posted by David at 10/30/2003 5:53:37 AM
Can you convert a strongly typed dataset to another typed
dataset if the schemas are identical?
Thanks in advance for any insight.
David.... more >>
Paul Weller is On Virgin Radio's Ogg Stream
Posted by jbailo at 10/30/2003 5:33:33 AM
and it sounds GREAT !!!
http://www.virginradio.co.uk/thestation/listen/ogg.html
OGG
OGG
OGG
!
!
!
... more >>
Longhorn Gold Now Available
Posted by jbailo at 10/30/2003 5:13:51 AM
Microsoft -- in an effort to stem
declining contract, pre-announced
a new product: Longhorn Gold.
Unlike Longhorn, Longhorn Gold is
dry and leafy.
"We realized that nobody was buying
Longhorn's marketing pitch. But once
they started smoking Longhorn Gold,
it all made sense."
Long... more >>
dotnet failes
Posted by jbailo at 10/30/2003 4:52:31 AM
c# = visual basic 4
it's just as stupid,
but with a lot of
'programmers' who think
its real 'c'
fools
... more >>
Formatting log files ???
Posted by Serge calderara at 10/30/2003 2:00:16 AM
Dear all,
I am using the Tracing possibility in order to log errors
or user message in a log file.
Depending on the error return, especially for exception,
message can be difficult to find out afterward in the log
file becasue of huge information.
Is there a simple way or claas to use... more >>
SmtpMail - inline images
Posted by Sergio at 10/30/2003 1:35:46 AM
Hi,
I know how to use SmtpMail to create and send a mail
message in text or HTML format. I always use the URL to
the location of images on the server to include those
images in my mail body.
However, recently I was asked if it is possible to use
inline images, included (as attachmen... more >>
Source code !?
Posted by dam at 10/30/2003 1:07:19 AM
Hi,
since there are tools that can decompile assemblies and
show ENTIRE SOURCE CODE (!?) is there any way for
developers to protect their work ?
Or, is famoues .NET framework just for companies who sell
their source code. If this is true - it is unbelievable
childish !
... more >>
|