all groups > c# > may 2005 > threads for saturday may 7
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
Server.MapPath("~")
Posted by ramonred at 5/7/2005 10:09:29 PM
txtUpload1.PostedFile.SaveAs(Server.MapPath("~") + "\\" + file1.Name);
this code loads the file in the root directory of my application, by using
the tilde. How do I accomplish getting the file to loaded above root. My
application is within another applilcation (subdomain). I guess I am looki... more >>
Detect if Distributed Transaction is used or just SQL 2005 internal transaction?
Posted by John Lee at 5/7/2005 8:26:45 PM
Hi,
I have few questions related to .NET 2.0 TransactionScope class behavior:
1. Check Transaction.Current.TransactionInformation.DistributedIdentifier to
identify if distributed transaction is used - is it accurate way?
2. I have the following code blocks -
In code block 1, the first ... more >>
turn off beep when MessageBox.Show()
Posted by John Lee at 5/7/2005 7:43:36 PM
Hi,
It's anoying each time the computer beeps when MessageBox.Show() popsup - I
turned off all sound in control panel - audio setting but it still beeps.
Can anyone help?
Thanks!
John
... more >>
creating a Map.Path to another application
Posted by ramonred at 5/7/2005 6:22:01 PM
Hi,
I have two web apps. Lets say main and admin for the sake of simplicity.
admin is a web app within main (as a subdomain). So the path for admin is
http://admin.main.com
within the admin application I have a file upload page and I wish to upload
the files to the main application. I have... more >>
PHP & MySQL to C# .NET
Posted by Nick Bolton at 5/7/2005 3:02:10 PM
Hello,
Maybe a common case, but I really want to not so much as migrate from
PHP/MySQL to C# .NET but learn the new language.
I have made maybe 3/4 very simple systems using C# .NET, but they all
seem to be a little, well simple -- and not uniform at all.
When I use PHP, I always incorper... more >>
Open Form in C# knowing Name Only
Posted by vb6dev at 5/7/2005 11:05:58 AM
Hi,
I asked a question a few days ago that wasn't clear enough. I need to open
a form in a C# project, but I know only its name.
I guess I should look into Reflexions to do this, but it doesn't work for me
yet. I am using the following code:
string assemblyName = "WindowsApplication1";
... more >>
event problem(text box)
Posted by juli jul at 5/7/2005 9:20:29 AM
Hello,
I have a class which is a defenition of a editable list view ,the cells
in this list are text boxes:
public SMK_EditListView()
{
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
this.Columns.AddRange(... more >>
How does GDI use the graphics card for performance
Posted by James dean at 5/7/2005 3:10:26 AM
Could someone explain how this works. I think the graphics card is used
to do blitting and drawing shapes like rectangles. How does it draw
using the Graphics card on the PC and why is this feature left out of
GDI+?.
*** Sent via Developersdex http://www.developersdex.com ***... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to convert char[] to int?
Posted by MilanB at 5/7/2005 1:17:01 AM
Hello
How to convert char[] to int?
Thanks... more >>
GDI+ performace in Drawing Applications
Posted by James dean at 5/7/2005 12:27:26 AM
I have heard that the video drivers in GDI+ are a big performance issue.
But is this only an issue with something like Games Programming i
think...is this wrong?. What about a drawing application just drawing
simple one dimensional shapes(Polygons,beziers,polylines etc...) are
these video driver... more >>
ATL COM server in c#
Posted by Manoj at 5/7/2005 12:00:00 AM
Hi,
Is it possible to write a ATL COM server in c# ?
Thanks
Manoj
... more >>
closing a process
Posted by vidya nair via DotNetMonster.com at 5/7/2005 12:00:00 AM
hi
i am doing a socket program in c#. and i m invoking a whiteboard
application in
server side and at the same time it should be invoking the other end ie in
client side. i want to close the application in the client end when i close
it in the server side. how can it be possible in c#
how can ... more >>
Caracter Presionado a mostrar
Posted by David at 5/7/2005 12:00:00 AM
Hola,
Estoy construyendo un keylogger que usa globalhook (con apis), el problema
es que no todos los teclados son iguales, por ejemplo los de alfabetizacion
española en lugar de ";" tienen la "ñ" y para acceder al ";" hay que
presionar SHIFT + ",". Quiero capturar el caracter final que se tie... more >>
Dealing with System.Data.OleDB library wrapper...
Posted by SpotNet at 5/7/2005 12:00:00 AM
Hello Newsgroup,
Started a job where an Access 2003 database is accessed with a custom
assembly that wraps\encapsulates the relevant System.Data.OleDb classes
needed for the application. Briefly structured as such;
MS Access 2003 Database <-> Jet40DataAccess (the custom OleDB wrapper
m... more >>
How to convert avi file into wmv file in C#.net
Posted by Mamatha at 5/7/2005 12:00:00 AM
Hi
I am doing small application like video capturing,i had code to create avi
file,but i want the same video file output in the form of wmv file format.
How can we convert avi file to wmv file in C#.Net?
I want the source code to convert avi file into wmv file in C#.NET.
If you know the soluti... more >>
Embedded Excel worksheet in Application?
Posted by Michael Mort at 5/7/2005 12:00:00 AM
Hello,
Part of my application requires that the user Open an Excel worksheet and
allows user to select a Range of cells (graphically using Mouse). Then the
contents within that selection to get processed by the program itself (i.e.
to fill up a Database).
I have no idea where I should begin... more >>
|