all groups > dotnet general > september 2003 > threads for tuesday september 23
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
how to do unicode conversion like the IE address bar
Posted by Daniel at 9/23/2003 10:12:40 PM
Hi,
I would like to do something like this
Input: http://www.test.com/
to
Output: http%3A%2F%2Fwww.test.com%2F
I can't get the the conversion working using:
temp1 = Encoding.Unicode.GetBytes(strInput);
temp2 = Encoding.Convert(Encoding.Unicode, Encoding.ASCII,
temp1);
strOutput =... more >>
System.Globaization
Posted by Manoj Shirahatti at 9/23/2003 8:10:37 PM
Hello All,
I have String "7.5" . I want to convert it to string of the form "7,5".
Basically the decimal separator has to be changed on the CurrentCulture.
I am to do this when the value is double for eg double temp = 7.5 .
I use the following
convert = temp.ToString(CultureInfo.CurrentCu... more >>
Help with Localization
Posted by CGuy at 9/23/2003 7:46:22 PM
Hi,
I'm trying to develop an ASPX page that supports multiple languages.
Everything has gone well till now -
1. Created a project in VS.NET 2003
2. Added 2 resource files named Captions.resx and Captions.fr.resx for
English and French cultures respectively
3. Used the follo... more >>
Importing DAO into .NET Project
Posted by Siegfried Heintze at 9/23/2003 5:55:11 PM
Someone in the Access forum explained that I could retrieve metadata from
Access with the DAO API. I specifically what to retrieve the comments for
each column and table. I also want to retrieve the control associated with
each column in MSAccess.
When I fired up VS.NET to start the project, I... more >>
XML Serialization Of A Class With Attributes
Posted by Amy L. at 9/23/2003 5:14:41 PM
I am trying to serialize a class to xml and I havent been able to figure out
how to add attributes. I am trying to get a node to look like this
<alert type="pager" >True</alert>
I have this so far which produces this
<alert>True</alert>
[XmlElement("alert")]
public string Alert
{
g... more >>
Web server is not running ASP.NET ver 1.1
Posted by Mark M at 9/23/2003 4:43:48 PM
After uninstalling and reinstalling IIS 5.1 I get the following error
when I try and create a new ASP.NET project in VB.NET 2003
"Visual Studio .NET has detected that the specified Web server is not
running ASP.NET version 1.1"
I have run a repair install with VB.NET but no joy.
Can some o... more >>
displaying the time and date in a statusbar control
Posted by Doug at 9/23/2003 3:40:30 PM
In vb6 there was a style property that made this quite
simple.
Is there a simple alternative in .NET?
Thanks.... more >>
NullReferenceException when trying to fill an array
Posted by Fabio Papa at 9/23/2003 3:18:31 PM
Hi,
I am fairly new to programming and and even newer to dotnet. I =
appoligise in advance if this is a dumb questions, and I would =
appreciate if you could answer it anyways. :)
I am writing a windows service wich sends emails to customers at a =
specific time. My app retrieves cities ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Programmatically navigating/"running" a webpage
Posted by John Spiegel at 9/23/2003 3:09:40 PM
Hi all,
I think this is a longshot, but is there a technique for programmatically
run a webpage?
Let's say one of our vendors has a page that we go to daily to pick up some
files. Each time, the user clicks a link, that brings up a file dialog
prompting for a local name to download to and ... more >>
Printing in VB.Net
Posted by Chris at 9/23/2003 12:54:18 PM
Does anyone have any good articles or source code on
printing information from a form (or data grid) in Visual
Basic?... more >>
Dotnet dev on Win XP Pro
Posted by Peter Parker at 9/23/2003 11:54:51 AM
Hi All,
I'm going to be doing some .net development work on Windows XP Pro for the
first time, having done all my work so far on Windows 2000 Advanced Server.
Are there any restrictions on .net stuff on XP Pro that I should know about?
I ask for two reasons: a couple of years ago I was doing... more >>
Purchasing VS.NET on eBay
Posted by John at 9/23/2003 11:37:40 AM
I think this should be on topic. Many of us here may have considered
purchasing Visual Studio.NET on eBay or other web auction sites. However, I
would like to issue a warning that there are some sellers who will list the
2003 promotional upgrade (for sale by Microsoft for $29), evaluation copie... more >>
API Viewer
Posted by Rafael Pivato at 9/23/2003 11:10:31 AM
Hello,
How can I know the Win32Api declarations needed to put in a VB.NET code ?
Is there an API Viewer for .NET ?
Thanks.
Rafael Pivato
... more >>
Can Crystal Report show dynamic picture?
Posted by Sam at 9/23/2003 10:34:27 AM
Hello everyone,
I have a table, which contains a picture column, I put URL info into it.
"www.myweb.com/1.jpg..."
I want to show this picture in my crystal report, I find
some samples show the "static" picture in Crystal report,
No "Dynamic" one.
Can Crystal Report do that?
Thanks in advanc... more >>
How to control user from character keys
Posted by ItsMe at 9/23/2003 10:25:05 AM
Hi,
I want to control the user using character keys in a numeric text box. So,
I'm differentiating with Tag Property, I'm storing Tag Value = "I" for
integer, "F" for currency/float.
Any Code sample in vb.NET ?
Regards
Yameen
... more >>
Exception from opening and closing a form several hundred times
Posted by Eric Cadwell at 9/23/2003 10:22:13 AM
We're running Load Runner to test a large 1.0 based WinForms application.
I'm getting the following exception when opening and closing a form 400 -
450 times. The form contains several controls and custom UserControls. All
the code is native C#.
I'm not making an explicit call to ToBitmap or D... more >>
Wierd Error
Posted by Evan Freeman[C++ Samuri] at 9/23/2003 10:12:06 AM
Ok I'm doing some XMLSerialization for my applications config information
that the user sets up. And I am getting file not found exceptions. however
the file that it is trying to serialize is there. So, Anyhow I tracked it
down to that when you create the serializer:
XmlSerializer configSerial... more >>
asp.net email - setting from name problem
Posted by dave at 9/23/2003 10:03:29 AM
I am sending an email from an asp.net application. I
have set the from address a b@b.com but would like the
name of this user to show up as Big Bob.
How can i tell .net email object that when the user gets
the email i want the from person to be Big Bob. In
exchange the display name for ... more >>
Please help anyone, dynamic images in CR9 using .ttx and Dataset
Posted by leeedw NO[at]SPAM hotmail.com at 9/23/2003 9:17:19 AM
I've search around endlessly for a solution to this problem but have
not found anything yet.
I'm using Crystal 9 with .NET. I am not using a DSR to create the
report. Instead I am creating a report at run-time, using a .ttx file
and using a DataSet as the source.
My problem is that I want... more >>
Add Existing Project Problem
Posted by Joe Wedel at 9/23/2003 8:01:56 AM
I have a Solution with 4 Projects, one of which is not
loading. I get the error message:
Microsoft Development Environment
Unable to read the project file 'CouncilAgenda.vbproj'.
The project file '' has been renamed or is no longer in
the solution.
I removed the project from the solut... more >>
<Serialize> what does it really mean???
Posted by serge calderara at 9/23/2003 7:02:21 AM
Dear all,
I would like toi understand clearly what does that tag
<Serialiaze> reaaly means and when to use it and how?
I have seen it in many places
thanks for your answer
regards
serge... more >>
UnauthorizedAccessException when calling SetSecurityDescriptor
Posted by doug.taylor NO[at]SPAM accipitersoftware.com at 9/23/2003 6:05:37 AM
Hi,
I originally posted this in dotnet.security, but have moved it here by request:
Hi,
I am trying to programmatically add a user with read permissions to
the DACL of a registry key. All appears to go well until I try to
save the security descriptor back into the registry. I then g... more >>
Future of the NET (HTML --> Winform/XML) ?
Posted by Amit Chandel at 9/23/2003 1:52:48 AM
Is it safe to say that winforms coupled with soap/xml will be the future
trend of the internet browsing experience down the line?
In essence, corp web sites shift from HTML based browsers --> Winform EXE
style browsing experience? If this is the case, how far down the line
could this bec... more >>
ODBC question
Posted by Dr. Indera at 9/23/2003 12:33:06 AM
hi,
this may be a bit long, but i want to make sure i explain my questions. (aka, not real experienced
with visual studio.net)
i'm using visual studio.net 2003 (visual basic.net and crystal reports.net in particular).
i know that you have to have an odbc connection for the database that yo... more >>
Crystal Reports Viewer question
Posted by Dr. Indera at 9/23/2003 12:29:47 AM
hello,
much to my surprise, the version of crystal that comes with visual studio.net 2003 does not have a
report preview window. i found out that i have to build a form in visual basic.net and use the
crystal view object to be able to view forms. the form works fine for me, so i created a .exe ... more >>
|