all groups > dotnet general > october 2003 > threads for monday october 27
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
regex?
Posted by phoenix at 10/27/2003 11:58:34 PM
Hi,
having 2 strings i need to find out if the last letters of the first string
are the first letters of the second one. I can program this easily with
strings by talking larger or smaller groups of letters of both words and
comparing them. Now I was wondering if this somehow was possible with... more >>
Registering COM in VS.NET C# Standard Version Setup Project
Posted by Takuya Matsumoto at 10/27/2003 11:34:04 PM
Greetings to all,
I am creating a setup project for a COM component I created in C#, but I
can't get the component to be registered in the client system.
What I would like to achieve is an equivalent of manually registering it
with "gacutil.exe" and then with "regasm.exe".
I went though the... more >>
rendering html to pdf
Posted by Mirza at 10/27/2003 10:42:37 PM
Hi,
I have a problem.Can anyone help me?
Is there a way to convert an HTML/ASPX page directly to
pdf with simple tag or class in vb.net.
Thanks in advance
Mirza
... more >>
ANN: Longhorn .NET SDK Preview
Posted by Thomas Scheidegger [MVP] at 10/27/2003 10:33:04 PM
Here
http://longhorn.msdn.microsoft.com/
see the +Reference on left tree!
Many new namespaces!
--
Thomas Scheidegger - MVP .NET - 'NETMaster'
http://www.cetus-links.org/oo_dotnet.html - http://dnetmaster.net/
... more >>
Cassini Webserver files
Posted by J. Muenchbourg at 10/27/2003 8:41:43 PM
I'm trying to install the Cassini WebServer on my Windows xp with .net
framework, but the below instructions to get the webserver running after
downloading the .exe doesnot make any sense at all:
------------
Instructions
------------
Go to the directory containing the above files (set... more >>
Sql Joins
Posted by Rob Morris at 10/27/2003 6:26:22 PM
Does anyone have a decent resolution to data layer
handling of stored procedures with inner and outer joins?... more >>
MainMenu control in Web Form of ASP.NET available?
Posted by Tianji at 10/27/2003 6:00:50 PM
Hi, everyone!
I am trying to develop a ASP.NET web application with a
custom main menu. Is there existing MainMenu control in
Web Form of ASP.NET available? Or, I have to write code to
create it?
Any suggestion or advice would be deeply appreciated!
Thanks!
Best regards,
Tianji
... more >>
Folder Information
Posted by Misha at 10/27/2003 5:58:12 PM
I am trying to retrieve the full path of a file in the
directory of the current solution using the FileInfo
class. However, when I examine the FullName property it
contains a reference to the bin directory, such as
F:\FileFolderTest\bin\FileFolderTest\frmFileTest even
though the file is no... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Localization Issues with Windows Form (.resx) file
Posted by Buddy at 10/27/2003 5:21:48 PM
Hello,
I need to know how can I generate a .resx file from code for different
language culture. Basically the .resx file is in binary, is there anyway
that I can generate a text file contains all the text for each controls on
the form which then can be converted to a .resx file for a given cul... more >>
BUG: struct default constructor is not displayed on intellisense yet it is available, BUG
Posted by news.microsoft.com at 10/27/2003 3:07:18 PM
BUG: struct default constructor is not displayed on intellisense yet it is
available, BUG
Make a struct type with a parameterized constructor.
Try to construct the type in the IDE and check for the 2 overloads (Default
AND the parameterizedone) the default one is NOT displayed thus
gi... more >>
naming controls
Posted by Tonya at 10/27/2003 2:35:19 PM
Hi,
i am a beginner to vb.net and wanted to know how i can
use the same control with the same name and function in
the same form.
I.e if i want to have 4 save buttons on the same form and
name the the same........ is this poss. i dont wanna keep
coming up with new names for buttons tha... more >>
Missing property? Or a Blonde moment?
Posted by 4Space at 10/27/2003 2:27:38 PM
I'm trying to write a plugin for visual studio, but I've hit a snag with a
property that should be there, but kind of isn't.
private bool IsProjectThemed( EnvDTE.Project project )
{
try
{
if ( project.Globals.get_VariableExists( m_themedFlagName ) )
{
re... more >>
Whats the best control to use?
Posted by Eva at 10/27/2003 2:07:27 PM
Hi all,
I just wanted some advise on what control is best to use
in my situaton. What i am trying to achieve is to allow
the user to enter 1 or more room names into a control of
some sort so that they can be stored in a Database. The
control should have the ability to adjust its size
ac... more >>
AppDomain Issue...
Posted by Satinderpal Singh at 10/27/2003 12:55:24 PM
Hi All,
I have an EXE, I load the DLL from that exe in a seperate AppDomain. (I have
not given reference to that DLL from the EXE).
Now, i call some commands of that dll from the EXE, and in the background i
try to delete the DLL, it does not allows (fair enough).
Now, I unload that AppDo... more >>
Option Strict
Posted by Kenneth at 10/27/2003 11:58:08 AM
Should I have it ON or OFF
//Kenneth
... more >>
Server Side controls in ASP.Net
Posted by Kerri at 10/27/2003 11:54:38 AM
Hi,
I have an aspx page with some server side textboxes.
I have a button onmy page which allows users to add data
to a database.
In my onclick event for my button when I try and get teh
value from the textbox using..
Dim myString as String = textbox1.text
...it is blank.
When I... more >>
MSCS
Posted by SLE at 10/27/2003 11:48:11 AM
Hi there,
I need to determine whether my app is running on a clustered machine (node)
or not. Any ideas?
Thanks,
--
SLE
... more >>
WIndows service with vpn problem
Posted by Comcast Mail at 10/27/2003 10:34:13 AM
I have a program that will connect web server using vpn. It runs perfectly
if it runs as a stand along program. But it fails to connect to server while
using windows service. The code sample likes
HttpWebRequest aRequest = (HttpWebRequest)WebRequest.Create(uri);
aRequest.GetResponse();
... more >>
C# struct Constructors As Shown in IntelliSense? (M'soft Rep PLease)
Posted by Peter van der Goes at 10/27/2003 10:15:46 AM
When a struct is created in C# and a parameterized constructor defined, the
IntelliSense editor shows only the syntax for the parameterized constructor
in tooltips, but not for the default constructor which appears to still
exist. If this is not designed behavior, is it a bug or am I misusing my
... more >>
Running Apps and DLL over network
Posted by Randy at 10/27/2003 10:00:54 AM
I have a .NET application in a shared folder and it relies on a few .NET
DLL's. I can run the exe from the network, but as soon as the application
tried to access one the DLL's I get a System.Security.SecurityException
error. Is it possible to run executables with assembles from a network
shar... more >>
Please help explain,
Posted by rodney at 10/27/2003 9:53:28 AM
Hey all,
Dim xCon As UserDS.ContractorRow
Is xCon an Object? I'm thinking No because it's not
istantiated. Why am I getting confused?
Thanks,
Rodney... more >>
Openin URL from VB.NET
Posted by Crnaovca at 10/27/2003 9:39:58 AM
How can I open specific URL i can determine every time i
run application?
For example, I want to open URL ("www.google.com") from
my windows applicaion created in VB.NET . That requires
me to open IE and then to tell IE to open that URL. URL
must be stored in some string variable, for examp... more >>
Show/hide tab pages
Posted by MaxH at 10/27/2003 8:54:41 AM
Is there a simple way to show/hide a tab page (the whole
page, including the tab, not just the contents) in a tab
control?
Thanks.
Max
... more >>
Calling C# dll From C++ app.
Posted by Roth Fouty at 10/27/2003 8:26:53 AM
I want to write a C# dll and then call if from an
existing C++ app. I haven't been able to find anything
on the net regarding this so I was wondering if anyone
out there has tried this and if it's even possible. Any
direction would be greatly appreciated.... more >>
input formatting
Posted by Peter Schwaeke at 10/27/2003 8:23:46 AM
Hello,
does anybody know if the .net framework provides classes
for input formatting, such as validating user input
whilst typing in - just numbers, or postalcode etc.?
Regards
Peter... more >>
User Fields validation ???
Posted by serge calderara at 10/27/2003 7:44:10 AM
Dear all,
Does one of you knows an easy way to set for an input
control like text box, a list of invalid characters.
Then if type charecters belonmg to that list will generate
a user message.
thanks for your help
regards
Serge
... more >>
i want to kown The History of Microsoft dotNet
Posted by Rolland Han at 10/27/2003 4:27:19 AM
hi, somebody
nice to meet you.
I'm a professor from China,and a half-time author.
Now a magazine named THE PROGRAM'S AGE ask me to write an
article "The History of Microsoft DotNet" for them.I paid
a lot of time searching on the internet,but nothing seems
valuable.
can you give some in... more >>
Help please: CreateInstanceFromAndUnwrap
Posted by LilleSkutt at 10/27/2003 4:16:05 AM
I am trying to create and instantiate a class into a created domain, so that I can unload the domain and replace the class (assembly .dll) while the main application is running, but I can't get it to work for some reason.
Here is the code:
' Create an appdomain
Try
Dim setup As AppDomain... more >>
Server error in ASP.Net
Posted by avl at 10/27/2003 3:54:31 AM
I'm getting the following error when I'm running my aspx
page.Could anyone please figur out the mistake
Server Error in '/' Application.
-----------------------------------------------------------
---------------------
Parser Error
Description: An error occurred during the pars... more >>
Throw Exception Vs Throw New Exception
Posted by Kerri at 10/27/2003 3:02:04 AM
Hi,
I am new to .NET
In my Error Logic on my Aspx pages when an error happens
it hits my catch statement where I throw an Exception.
My question is :
what is the difference between Thwo Exception and Throw
New Exception?
Anq when should either be used?
Thanks,
Kerri.... more >>
.net Developers & XP Local Admin rights
Posted by Peter at 10/27/2003 1:34:25 AM
We try to manage security on our workstations within our
organization. So we decided to revoke local Admin rights
for developers on there laptops and or workstations , has
anyone white papers or info concerning this topic ? We try
to accommodate our developers and get our environment save.... more >>
|