all groups > dotnet faqs > december 2004
Filter by week: 1 2 3 4 5
URL without suffix in .Net
Posted by Victor Yuan at 12/30/2004 6:53:20 PM
Is it implementable in .Net framework?
http://www.test.com/Product?id=7788
If so, How can I do that.
I know it can be done in J2EE environment.
Thanks!
... more >>
Visual Studio .Net trashes HTML code in ASP.Net projects
Posted by Tom Wells at 12/30/2004 10:43:28 AM
I am using Visual Studio .NET 2003 ver 7.1.3088
When developing ASP.NET projects and switching between HTML and Design views
on the aspx files, the editor trashes my HTML. I can think of no reason a
<BR> tag should end up looking like:
<BR
>
Is there a valid reason why the toggling between vi... more >>
Time Zone Question
Posted by Oliver at 12/30/2004 4:22:58 AM
Hello,
I am writing an application that will be used across multiple time zones
(Eastern to Pacific) and since much of the application revolves around time
stamps, I need a best practice for storing time information in a database
and displaying it correctly to the user (adjusted for his respec... more >>
CreateInstranceAndUnwrap slow perfomance
Posted by Gnanaprakash Rathinam at 12/29/2004 5:57:47 PM
Hi Expert,
We are trying to create an object in secondary appdomain from default
appdomain using CreateInstanceAndUnwrap api, But this call seems to be
taking lot of time to return, I know the call involve loading of required
assembly of the class/type and create object of type and return the ... more >>
the height of a string
Posted by ThunderMusic at 12/23/2004 11:20:52 AM
Hi,
is there a way to know the height of a string printed in a rectangle? I
mean. I would like to create a rectangle high enough to contain all the
string but I don't want to increase the width so I have to determine the
height the string will have when printed in order to create a high enou... more >>
HTTPRequest and JAVA Servlet
Posted by Greg Reevosh via .NET 247 at 12/22/2004 3:55:10 PM
I am sorry if I double post but here is the problem:
I am trying to use HTTPRequest/Response object to make call's to some JAVA Servlets. Those servlets have internal redirects. I keep getting 500 error in WebException, any ideas why?
Can I follow the re-directs? If I put the URL directly to b... more >>
How to obtain assembly name in unmanaged call?
Posted by Gnanaprakash Rathinam at 12/22/2004 2:33:02 PM
Hi Expert,
Is there a way to obtain assembly name in an unmanaged call? During Interop
call between managed to unmanaged, I would like to know in unmanaged code
about the caller of assembly file name?
Thanks,
GP.
... more >>
Paypal IPN
Posted by Nayana at 12/21/2004 4:16:06 PM
hai everyone,
i'm working on a console based vb.net project where i have to post a bills
to the costomers(buyers) via paypal.
I read topics on paypal IPN, but it speaks of web to web transaction, but i
want a console based transaction interacting with paypal IPN.
If any one knows anything... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
.NET & Oracle Ref Cursor
Posted by devchick25 at 12/16/2004 3:32:46 PM
Hi,
I am creating a service that uses an Oracle backend. I
need to use a stored procedure/package to return a
resultset from Oracle. In other words, I cannot use a
direct select in the .NET code. The resultset may be
zero, one, or many rows. Therefore, I have looked into
using somet... more >>
Setup and Deployment of C# express projects
Posted by films NO[at]SPAM onarom.com at 12/16/2004 3:04:03 PM
Is this possible using only C# Express?
I recently downloaded express, having been a VS 2003 user for a few
years.
I converted a project to express to test out some of the new language
features and would like to package it for deployment as a regular MSI
install file as I have done coun... more >>
ASP to .Net migration project
Posted by Jean-Marc Pugin at 12/16/2004 1:22:15 PM
Hi,
Do you consider CSHARP as THE language to be used for an ASP to .Net
migration project.
ASP .Net seems a "natural" choice but as .Net is "language neutral"
and CSHARP is positioned as THE native language
we are requesting some help/advice.
Many Thanks.... more >>
Framework 2.0
Posted by Murphy at 12/15/2004 7:15:59 PM
When will version 2.0 be released ?
I am looking forward to master pages...
Thanks
Murphy
... more >>
Help needed in Visual Studio Dttnet 2003
Posted by SenthilVel at 12/15/2004 5:48:13 PM
Hi
I am using visual studio dotnet 2003 for my development.
I am facing a peculiar problem now-- I am not able to open multiple *. cs
files in a project simultaneouslly.only one cs file gets in the work pane ,
and when i select the second one the first one comes down.
due to this i am fac... more >>
Visual studio .net setup project and registry values?
Posted by johnny NO[at]SPAM liquidzone.net at 12/14/2004 12:41:14 PM
How can i add a programs installation path in the registry keys in a setup
project?
since i dont know where the user installed the program i need to set a
registry key
containgin a string value of the path the user chose for the program...
I cant find any real documentation for this anywhere.... more >>
How to I do a http post from within a webform
Posted by Phillip N Rounds at 12/13/2004 4:11:00 PM
I have a webform, from which I have to submit info to another site. Their
instructions are to have a html form, with the following as the submit:
<form method="post" action="http://www.theirsite.htm">
<input type=hidden name="field1" value="value1">
<input type=hidden name="field2> value="valu... more >>
ebook on Software Design Patterns (C#.NET)
Posted by Siz at 12/13/2004 2:03:07 AM
Hi,
I am searching for some good free ebooks on design patterns.
Looking for useful links.
Regards,
Siz.
... more >>
What is 'boxing' and 'unboxing' process?
Posted by Siz at 12/13/2004 1:13:02 AM
Hi,
Can anyone explain what is boxing and unboxing processing?
Thanks in advance.
Siz.
... more >>
Runnig at Native speed...Dream or reality ?
Posted by main\(\){}; at 12/12/2004 8:09:17 AM
I can't ignore the speed of .NET managed applications in manipulating
string, I/O and arithmetic operations. However, we can never compare the
speed of a C/C++ program with its .NET counterpart when it comes to some
heavy operations, like long loops, graphics, load time and many other
issues.
T... more >>
GDI+ performance issue
Posted by **ham at 12/12/2004 8:08:36 AM
I know that's an old dirty issue; GDI+ almost -the slowest part of the
framework - has bothered many developers using it in animations. Even in
managed C++ the performance is awful.
Now, any dude out there does know any thing about this issue in VS 2005 +
..NET 2.0 ? Has Microsoft solved this pe... more >>
IIS on Windows XP Home
Posted by Al Wilkerson at 12/9/2004 7:13:39 PM
Does anyone know if there's a way to install IIS on Windows XP Home Edition,
other than upgrading to Windows XP Professional ?
Thanks,
--
Al
... more >>
My Pictures and Setup Project
Posted by Charles A. Lackman at 12/9/2004 6:35:28 PM
Hello,
How do I place pictures in the My Pictures Folder from a Setup Project? I
do not see anything that resembles this directory inside Custom Folders
within the Setup Project.
Thanks,
Chuck
... more >>
Terminating a thread from the main thread
Posted by Charles A. Lackman at 12/8/2004 4:33:40 PM
Hello,
I have created a thread that writes data from a memorystream to the
harddrive. If the user, during the write decides to cancel the operation, I
call Abort on the thread.
i.e.
Private Sub WriteToDiskButton_Click
MyThread= New Threading.Thread(AddressOf WriteToDisk)
MyThread.Sta... more >>
Streaming with System.IO and System.Net
Posted by Charles A. Lackman at 12/8/2004 10:33:43 AM
Hello,
I have an app that has a process bar on it and it sends and retrieves data
back and forth to a web page using WebRequest and WebResponse. The stream
is received from the web page and written into a memorystream then written
to a file on the hard drive. When the app's start button i... more >>
replacement for ActiveX in .NET
Posted by Praveen Pandey at 12/7/2004 4:36:18 PM
i have a web based application that uses a lot of OCXs. i am planning on
rebuilding my application. how do i replace my OCXs. is Smart client an
answer to my question.
... more >>
where is the Line Control ?
Posted by Tark Siala at 12/7/2004 2:48:53 AM
hi again :)
in VB6 i use the Line to Draw Lines Like when i make Wizard Forms.
but in VB.NET i cant find this Control......
it's realy not important Control
but nice to make GUI like 3D Lines
please tell me where the line Control in VB.NET???
--
----------------------------------------... more >>
Bring to Front
Posted by Charles A. Lackman at 12/6/2004 12:15:58 PM
Hello,
I have created an application that searches to see if a process is running
and if it is it maximizes it's window.
i.e.
For Each AProcess In AProcesses
If AProcess.StartInfo.WindowStyle <> ProcessWindowStyle.Maximized Then
AProcess.StartInfo.WindowStyle = ProcessWindowStyle.Maximiz... more >>
microsoft.public.dotnet.faqs,microsoft.public.dotnet.framework,microsoft.public.dotnet.framework.windowsforms,microsoft.public.dotnet.general,microsof
Posted by Charles A. Lackman at 12/6/2004 10:19:15 AM
Hello,
I have created an application that searches to see if a process is running
and if it is it maximizes it's window.
i.e.
For Each AProcess In AProcesses
If AProcess.StartInfo.WindowStyle <> ProcessWindowStyle.Maximized Then
AProcess.StartInfo.WindowStyle = ProcessWindowStyle.Maximi... more >>
Help; "Web server is not running ASP.NET version 1.1."
Posted by **ham at 12/5/2004 11:59:09 AM
"Visual Studio .NET has detected that the specified Web server is not
running ASP.NET version 1.1. You will be unable to run ASP.NET Web
applications or services."
This is the message I get each time that I want to create an ASP.NET
application. The help recommends to register ASP.NET by us... more >>
File replacement while deploying .NET windows application
Posted by youhanna NO[at]SPAM gmail.com at 12/5/2004 3:28:55 AM
While deploying a .NET Windows application using a .msi package
created using Visual Studio .NET 2002 deployment project, if a file
with the same name exists in the same location where a file in the
installer need to be created, the old file remains and not updated by
the newer one associated wi... more >>
Where is the VB6 Data Repeater in .Net??
Posted by Robby at 12/4/2004 3:07:45 PM
In my opinion the VB6 Data Repeater has to be the most versatile control
ever released by Microsoft. They also sharee this opinion when they
released it but I have not been able to find its .Net equivalent. I have
found a weaker versions of it in the web controls called Repeater, DataList ... more >>
Use .NET DLL from VB6 app -> broken references on rebuild?
Posted by Gary McGill at 12/4/2004 1:25:31 AM
I'm building a set of DLLs in .NET that I plan to call from a VB6
application.
I've almost got that to work, but now I find that whenever I re-build any of
my .NET DLLs, the reference to that DLL in my VB6 project gets broken. So, I
need to re-create the reference after every rebuild. This is ... more >>
Can I change solution name?
Posted by Chi Tang at 12/3/2004 9:28:06 AM
Hi,
I have a VS.net solution which has 2 sub projects. Now I have a question
that how I can change a solution name so I can have same source code for
different projects? Can I just go to explorer and change the sln name to
other? Thanks for any help,
CK
... more >>
Thread Part 3
Posted by Charles A. Lackman at 12/2/2004 11:14:08 AM
Hello and Thanks again,
Maybe I am not explaining what I am looking for good enough and maybe I
should not be using muli-threads at all. What I am after is the following:
Form1 instantiates Form2 using SHOW, which is always on top. Form2 is a
clipboard, where the user can copy and paste ... more >>
Can i do sth like that in .NET?
Posted by **ham at 12/2/2004 2:10:06 AM
I wonder if I could make a windows application which hosts html pages, and
instead of the typical .NET controls uses the HTML controls, but at the same
time executes commands of the main application from that html page. I
actually want to make sth like McAfee 8, which has html pages as its
stand... more >>
VB.NET alone ??
Posted by Richie at 12/1/2004 5:37:14 PM
Hi all,
Please help me with my doubt.
I have purchased VB.NET standard edition (just VB.NET and not the entire
studio). now my issue is , how do i make a composite control in VB.NET ? And
how do I use it in my application ?
Also, if I want to make a class library, when I say New > Project, ... more >>
Threading Part 2
Posted by Charles A. Lackman at 12/1/2004 11:48:02 AM
Hello and thank you for your assistance.
I have attempted to accomplish what I need using delegates with no success.
i.e.
//Button Click//
Dim PollThread As Threading.Thread
PollThread = New Threading.Thread(AddressOf PollThreadAddress)
PollThread.Start()
End Sub
Private Sub PollThread... more >>
|