all groups > dotnet general > september 2003 > threads for friday september 19
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
Question about learning VB.NET using Microsoft Press Books
Posted by J at 9/19/2003 11:54:24 PM
Anyone have an idea how i should go about learning
about .NET and XML using Visual Studio 2003. I need to
figure out what books i should start with so that I can
understand these technologies better.... more >>
Creating Your own Namespace...
Posted by Simon Edwards at 9/19/2003 10:59:11 PM
Something thats been bugging me for a while...
how do you create a namespace that has many children (namespaces)
I.e system.io.blah.blah
Iv'e done it by creating a class which contains another class.
i can see the properties of the first class and the namespace of the second
(inner clas... more >>
BaseGet Method of NameObjectCollectionBase
Posted by Billy Jacobs at 9/19/2003 9:44:30 PM
I am getting an error saying:
Public Method BaseGet not found on
Type 'clsRunCollection'.
The error occurs on the call to Public Property Run. If I
change the parameter to an integer it works but I need to
retrieve the object based on it's key.
The following is my class:
Imports... more >>
no touch deployment
Posted by Robert May at 9/19/2003 6:39:35 PM
I have an application that processes text strings using information in a
file. I want to deploy this app using no-touch deployment. The config
files and everything else are deployed just fine, but the CGT file (compiled
Grammar Table) is not, and the program crashes when it attempts to read thi... more >>
DllImportAttribute CallingConvention
Posted by Mr.Tickle at 9/19/2003 5:40:23 PM
I am calling an unmanaged DLL like follows in a Class wrapper.
namespace blah
{
[DllImport("DLLName.DLL", EntryPoint="BlahEntryPoint",
CallingConvention=CallingConvention.ThisCall]
public static extern void blahFn(out long blah, out long blah2);
class sealed ClassBlah
{
privat... more >>
create vb.net web application on windows XP Home
Posted by Alice Z. at 9/19/2003 5:13:03 PM
I have Cassini running on my windows XP Home. I am trying to create an
ASP.NET application using VB.NET, but I keep on getting following error:
Unable to create web project 'WebApplication1'. The UNC share
'\\computer_name\wwwroot$\WebApplication1' does not exist or you do not
have access.
... more >>
Shell extensions
Posted by Arthur Roodenburg at 9/19/2003 5:01:58 PM
Hello,
I built property page shellextensions, based on the DependencyWalker sample
from Microsoft.
On some machines these shellextensions do not work. I implemented it like
this (consider the registration code):
[Guid("CB262AEB-CD12-40f6-9712-F0956048B080"), ComVisible(true)]
public class Ex... more >>
Authorization Codes for VB.Net Programs
Posted by David Silberhorn at 9/19/2003 4:48:37 PM
I am looking for some code samples or open source to
create my own authorization code for my program. I am
looking at using two criteria (Date and Authorization
Code). In essence like any shareware type of program.
Thanks for your help
-David Silberhorn... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Beginers guide to .NET
Posted by CG-P at 9/19/2003 3:07:04 PM
Does anyone know of a beginers guide website ?
Chris... more >>
.NET Robot Game
Posted by Andrew at 9/19/2003 2:49:59 PM
I think that 6-12 months ago I saw something at msdn about
a game where C# robots fight each other in a little arena,
like JRobots. Does anyone know where I can find this?
I am pretty sure this was something at MSDN and I am
hoping this wasn't "DotBots" (www11.brinkster.com/dotbots)
sinc... more >>
DOM reference as a .CHM file
Posted by Marc Scheuner [MVP ADSI] at 9/19/2003 2:43:23 PM
Folks,
Is there a .CHM file out there containing the DOM reference as used by
Microsoft, when you use the Internet explorer web browser control?
I know the reference is online at MSDN - I'm not *always* connected to
the internet, however, so I'd definitely prefer a downloadable version
tha... more >>
MS Agent 2.0
Posted by Greg Grosiak at 9/19/2003 2:26:05 PM
Hello,
I am tring to load a ms agent file and getting the
Error "InvalidActiveXStateException" and can not find a
reference to it in the knowledgebase. Can someone help ?
Ex. mainagent.Characters.Load("Genie", location
& "Genie.acs")
Thanks...... more >>
Refresh Browser in ASP.Net
Posted by pbb at 9/19/2003 1:06:05 PM
I've got an app I made in asp.net using vb.net and
Crystal 9. I use a little javascript to launch a new
window (a web form in .net with the Crystal Report Viewer
control on it) when the user clicks a button. Everything
works great the first time a report is run, but to run
another report t... more >>
Number of Windows 98 Systems With .NET
Posted by Andrew at 9/19/2003 12:37:49 PM
Where can I find statistics about how many Windows 98
systems have .NET installed? I need this information to
direct development and testing efforts.... more >>
Timer Thread Identity
Posted by brian at 9/19/2003 12:18:39 PM
I have an ASP.Net application that uses impersonation.
This works fine for accessing/executing the application.
However, the app utilizes a timer, that when fired uses
the <machine>ASPNET identity.
In order to correct this problem I've modified the
Machine.config file in the
\Microsoft... more >>
Access secure website
Posted by Sean Walsh at 9/19/2003 11:32:02 AM
I want to perform the following manual steps
programatically.
1) I go to a secure website (https://secure.xxx.yyy)
where I am prompted for a user name and password with
windows authorization dialog.
2) After I enter my user name and password, I am taken
to a 'Do you agree' webpage th... more >>
Getting schema information in C# using ADOX
Posted by calvin98115 NO[at]SPAM yahoo.com at 9/19/2003 10:10:48 AM
I need help getting schema information from an existing SQL Server
database. My thought was that you could use ADOX via InterOp. Has
anyone done this successfully and how? I have created a Interop
reference to the ADOX COM component from my C# project. I am able to
open the SqlConnection suc... more >>
Prove this patch for MS Internet Explorer
Posted by Comcast Mail at 9/19/2003 9:15:26 AM
MS Client
this is the latest version of security update, the
"September 2003, Cumulative Patch" update which resolves
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express
as well as three new vulnerabilities.
Install now to help maintain the se... more >>
get the default printer
Posted by Pablo at 9/19/2003 8:46:05 AM
Friends,
how can i get the name of the default printer??. I'm
working with winforms. VB,C#, nevermind.
Thanks a lot
Pablo... more >>
.Net enabled server
Posted by Alice Z. at 9/19/2003 8:24:12 AM
Hi, friends
Does anyone know where can I find a free .net enabled server for
developing VB.net web application on windows XP home edition? I searched
web but no clue.
Thank you in advance.
Alice
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in ... more >>
Set Default Button on Web Form
Posted by Billy Jacobs at 9/19/2003 8:18:14 AM
Is there a way to make a button on a web form the default
button so that when the user hits the enter button the
code for that button executes?
I have a web page Login.aspx where I have only 1 button on
the form. When the user hits enter the button is clicked.
I have a second page mycs... more >>
How to display Columns hotizontally in a crystal Report
Posted by mary at 9/19/2003 7:18:31 AM
I need to display 10 fields (columns) to display in a
crystal Report. When I am trying to print the report some
of the columns are cutting off from the report. Is there
any way to display the report horizontally. I am using
Crystal Report 9. Please some body help me
Thanks
mary... more >>
ASP.NET + Console + OutpUt
Posted by Prasad at 9/19/2003 5:50:10 AM
Hi,
I have a batch file which does file manipulation, I need
to call this batch file using asp.net and display the o/p
of the command e.g the copy command o/p of the batch file
on the browser.
Is this possible. If yes can any one guide me for the same.
Thanx
Prasad... more >>
ArrayList.Contains behaviour
Posted by blukske NO[at]SPAM hotmail.com at 9/19/2003 3:12:08 AM
Hi,
I just noticed that ArrayList.Contains(Object obj) uses the Equals
method of the object that is passed to the Contains method to check
for equality with the object in the list. Wouldn't it be more logical
to use the Equals method of the objects in the list?
Regards,
Ton van den Heuvel... more >>
|