all groups > dotnet general > may 2004 > threads for wednesday may 26
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 Updating Form
Posted by lentdave67t NO[at]SPAM aol.comnospam at 5/26/2004 11:10:06 PM
Thank you in advance for any help you can provide. I am writing a C# program
that checks to see if the URLs of favorites/bookmarks are still good. The
problem I am having is that while the program is checking the URLs, the text in
a label on the current window will not update until after all UR... more >>
Transforming dataset to spreasheet xml for excel
Posted by Satish Ri at 5/26/2004 10:46:05 PM
I tried ou
http://support.microsoft.com/default.aspx?scid=kb;en-us;319180&Product=as
I am using framework 1.1 but it was showing error for the following line in SendResults functio
xslTran.Transform(xmlDoc, Nothing, context.Response.OutputStream
So I changed it to xslTran.Transform(xmlDoc, Noth... more >>
Web Proxy Problem
Posted by lentdave67t NO[at]SPAM aol.comnospam at 5/26/2004 7:37:45 PM
Thank you in advance for any help you can provide. I am writing a C# program
that checks to see if the URLs of favorites/bookmarks are still good. The
problem I am having is that while the program is checking the URLs, the text in
a label on the current window will not update until after all UR... more >>
Access hardware directly via C#?
Posted by I.P. Freely at 5/26/2004 4:38:08 PM
Greetings my dear friend,
Let's say I wanted to write an application that talks directly to a
network card. For example, say I'm designing a firewall or packet sniffer.
Do I need to use unmanaged code to do this? I'm wondering how I should
arrange the "division of labor" between managed an... more >>
Beginner question
Posted by Henry Nelson at 5/26/2004 4:33:36 PM
Hi all
I'm very new to dotNet and just trying to get my head around the right way
to do the thing that I would normally do in asp.
In asp I would loop through a recordset and output all the html dynamically
for the layout I want. I have seen some examples of
using a repeater and they seem t... more >>
'WebForm1.aspx' could not be loaded
Posted by Douglaskbell at 5/26/2004 4:26:21 PM
I get this popup error when adding a new .NET web app
project in VisualStudio.
"The class file "WebForm1.aspx.vb' specified as the
codebehind for 'WebForm1.aspx'
could not be loaded. Make sure that the codebehind
attribute
in the page or control directive properly references an
existing... more >>
PrinterSettings from System.Drawing.Printing
Posted by RBisch at 5/26/2004 4:01:03 PM
I am finding that some of the properties off of the PrinterSettings object are misleading
For example,
When I test the CanDuplex on a printer I know duplexes, the property is false. Another one is DefaultPrinter, it is set to false when I know that I have that printer set as default (I verify vi... more >>
clear datagrid
Posted by Weeepie at 5/26/2004 2:24:39 PM
Hello,
Is it possible to clear a datagrid in VBdotNET?
I'm using a query to fill the datagrid, but when I change the parameter,
the next query follows the previous.
Is there someone who can help me.
Thx,
Weeepie.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
String Function
Posted by Renee at 5/26/2004 2:20:14 PM
..NET equivalent to String() ... more >>
Application Center Test - Local policy rights problem.
Posted by GriffithsJ at 5/26/2004 2:02:24 PM
Hi
When I run a test I get the error message:
"Could not start the test. Provider load failure (0x80041013)"
http://support.microsoft.com/?id=318849 appears to address the problem.
However...
Under "log on locally"
I have the \ACTUser with ticks in both the "Local Policy Setting... more >>
Trying to fill a drop down list with all company users, but...
Posted by RickL at 5/26/2004 1:46:03 PM
I am new to .NET (and directory services) and I need to fill a drop down list box with the users of my company. I am trying to use the code shown below, but I get this error message when the line of code with the "For" statement runs: "System.Runtime.InteropServices.COMException: The specified domai... more >>
C#, COM Interop & Default parameters
Posted by CMan at 5/26/2004 1:12:51 PM
Hi All,
I am trying to use a COM component that has methods with default parameters.
How can I call these methods from C#. Not all default values are in the
documentation of the control.
Thanks
Colin
... more >>
.NET vs J2EE
Posted by martin koenig at 5/26/2004 12:09:28 PM
Hi All
I have an assignment where I have to report on which of the above as applied
to a required IT system is the better.
Since I'm advanced in J2EE, Do you know of any good web resources for .NET
doco?
In particular I need to understand .NET in terms of layers of architecture
including... more >>
asp.net and permissions
Posted by switter NO[at]SPAM enpathmed.com at 5/26/2004 11:16:01 AM
I am trying to copy a file to a network drive. I can do it on the
domain controller/web server but not from a client. Here is the code:
Dim impersonationContext As
System.Security.Principal.WindowsImpersonationContext
Dim currentWindowsIdentity As
System.Security.Principal.WindowsId... more >>
InitCommonControlsEx@4 Link Error
Posted by Randy at 5/26/2004 10:42:36 AM
Hello All,
I'm not sure if this is the correct place to post this, but here goes...
I have a VC project I created a few years back (Visual Studio 97). I'm now
trying to recompile it under .NET 2003. I'm getting a linker error...
LNK2019: unresolved external symbol __imp__InitCommoncontrolsEx@4... more >>
a problem of reading message in msmq , C#
Posted by Na at 5/26/2004 8:51:02 AM
hi all:
i'm new to msmq in C#, i 'm looking for a example of reading message once a new message coming (Event), but there are not C# examples in msdn,
someone can help me or give me any good examples , i really need help ,thanks so much !
a msmq beginner ... more >>
DES Decrypt Not Working
Posted by andrewpery NO[at]SPAM hotmail.com at 5/26/2004 8:39:54 AM
Hi folks,
My code (in VB.Net) will encrypt data fine (I guess...) but when I try
to decrypt it, it returns the exact same byte array that I passed to
*be* decrypted! Your advice would be most appreciated. My code is
pretty simple (too simple?)....
Function EncryptData(ByVal bData() As B... more >>
Creating Excel with asp.net
Posted by Guy Incognito at 5/26/2004 7:38:14 AM
Hello,
I've written an asp.net application that creates Excel documents. It
works by creating an excel document in XML format.
But I wonder if I'm reinventing the wheel. I know that there are ways to
read and write Excel files with ADO, but as far as I can tell, it
doesn't provide the flex... more >>
Does anyone know of a decent FREE VB.NET to C# conversion utility?
Posted by John Galt at 5/26/2004 7:30:05 AM
There is a lot of good sample code that seems to be written in VB.NET.
However, our standard and experience is C# and manually converting some of
this code can be a bit of a pain. Does anyone know if there are any free
utilites that will autmatically do this conversion... or at least most of
it?... more >>
Where is %_WINCEROOT%\Public\Common\Oak\... ?
Posted by Marianne at 5/26/2004 3:06:02 AM
Hi
I am using Visual Studio .Net 2003 and can't find the sample path %_WINCEROOT%\Public\Common\Oak\... where all samples and files are located which I need, according the documentation. Does anybody know what I have to install or download etc. to get this sample path
Thanks for your help
Marian... more >>
ASP.net on ISS
Posted by Stefan Richter at 5/26/2004 2:45:44 AM
Hi, installed IIS 5.0,
but it won't display any asp files, nor does it work with Visual Studio.
Here's a detailed description of what I did so far:
I installed the IIS 5.0 after the installation of Visual Studio.Net:
Common Files
Documentation
Frontpage 2000 Extensions
Internet In... more >>
name space "Microsoft.WindowsCE.Form" is not found
Posted by ginee at 5/26/2004 1:46:05 AM
Hi all,
While i try to build a example c# project, i get a error message "The type or namespace name 'Microsoft' could not be found (are you missing a using directive or an assembly reference?)". This error occures in "using Microsoft.WindowCE
..Form".
I am installing .net visual studio 2003 and... more >>
Change Database at Runtime for Crystal Report
Posted by Grant Stanley at 5/26/2004 12:29:00 AM
I'm developing an application in VS.Net 2003 using C#, which uses Crystal
Reports.
When creating each report, crystal asks where the database to use is, so I
specify our SQL server using the ADO option. The problem is that these
database settings seem to get compiled into the report, so when w... more >>
|