all groups > dotnet framework > august 2003 > threads for monday august 4
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
Is Video Capture available in .NET platform?
Posted by Lio at 8/4/2003 9:30:32 PM
Hello,
I used to write video capture applications in MFC, now with the new .NET
platform i was trying to find the way to do it in C# but could not find the
libraries for video capturing.
does it exsist in .NET???
thanks
Lio
... more >>
HttpWebRequest.GetResponse not Synchronous ?
Posted by Ben Sudbury at 8/4/2003 6:36:18 PM
Hi There,
I have some code that is designed to display an image from another webserver
as if it was coming from the server where the code is running. Please see
below:
private void OutputContent(String strURL)
{
page_Output.Trace.Write ("Start Output Content");
HttpWebRequest this... more >>
Component to transform accented characters
Posted by Hakim Bouras at 8/4/2003 5:08:12 PM
Hi,
I'm looking for a .net (or COM) component which can replace all accented
characters in a Unicode string by their non-accented equivalent.
ie: "café" would be transformed to "cafe"
Thanks for any information which could help me in this task.
Hakim Bouras
European Society of Cardiol... more >>
Postscript Fonts
Posted by Robert M. Cohen at 8/4/2003 4:47:36 PM
I've got some Postscript (Type 1) fonts installed on my system. They don't
show up in the standard FontDialog listing. I don't see anything specific
to this issue in the dialog's properties. Does someone know how to make
them show up???
Thanks,
Bob Cohen
... more >>
A Very Simple Question About C# - How to Invoke an Existing .exe in C#
Posted by Greatfree at 8/4/2003 4:23:59 PM
Dear all,
I am a new comer to study C#. I need to invoke an existing .exe in C#. I
know in Java the class, Runtime, supports such a functionality. But the
class, Runtime, of .NET seems to have no such functionality. How can I do
that?
Best,
greatfree
... more >>
Installer
Posted by JNH at 8/4/2003 4:18:27 PM
Visual Studio Installer 6 is clearly the appropriate
installing utillity for VB6.
What about VB .Net 2003 ? - does it still work or is there
another utility?... more >>
Executing MSIL dynamically
Posted by roy_v NO[at]SPAM hotmail.com at 8/4/2003 3:45:44 PM
I have succesfully been able to use ILDASM.exe to disassemble a dll
into MSIL instructions. I would like to store this MSIL in a text
field in SQL Server and then call it up in a .NET application for
execution. How is this done? I have looked at Reflection.Emit, but
it seems that you have to ... more >>
XForms
Posted by Glenn Wilson at 8/4/2003 1:43:06 PM
Hi,
Does anyone know what Microsoft's stance is on XForms with regard the .NET
Framework? Is it likely to be a standard that is included within the .NET
Framework, replacing standard HTML forms?
Glenn
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Object-relational mapping
Posted by Brian at 8/4/2003 11:56:01 AM
Hi,
I might be posting this in the wrong section, but I really
need help with this, so if this is the wrong section,
please direct me to the right one.
I am looking for a product/API/anything that shows me
relationships between sub-objects. To illustrate, say we
have Entity A, which ha... more >>
how to get the dial-up dialog
Posted by Frank at 8/4/2003 10:36:32 AM
Hello,
in my application i need the dial-up dialog which is coming if the internet
explorer or outlook is started and now connection to the internet exists.
Has anybody a .NET sample code for getting this dialog?
Thanks
Frank
... more >>
Application Identity ?
Posted by mulcahya NO[at]SPAM bluemail.ch at 8/4/2003 8:38:45 AM
Hi
I need to uniquely identify a client application instance at runtime
and pass this value to a Server that processes message from the
client. This value is used to isolate, at the server, different client
instances. The trick is, however, that the method for doing this has
to be somehow bac... more >>
Upgrading a web server to Framework 1.1
Posted by edband NO[at]SPAM att.net at 8/4/2003 6:27:23 AM
Greetings:
I want to upgrade the source code and deployed
application of a 2002 version to 2003 of .NET. The
application was written using ASP.NET and VB.NET. I
recomplied the application with Visual Studio 2003 (from
2002) and every looks OK. I work with a Web administrator
t... more >>
Framework classes' ToString implementations query.
Posted by emma_middlebrook NO[at]SPAM fastmail.fm at 8/4/2003 5:45:44 AM
Hi
ToString() for System.Drawing.Point returns a string with the fields'
values. I would really have liked e.g.
System.Windows.Forms.MouseEventArgs.ToString() to dump out all its
useful information: X, Y, Button etc.
I notice most of the classes just return their type name. Not much use
re... more >>
Setting private devmode data via Get/SetHdevmode?
Posted by Tom Demler at 8/4/2003 5:13:49 AM
Our application prints in the background using settings
(including printer name and page size) it retrieves from
a database. We also need to include some proprietary info
in a private portion of the printer devmode. We have
created our own minidriver to use with the UniDrv printer
driver. ... more >>
TextBoxBase.Lines Property
Posted by emma_middlebrook NO[at]SPAM fastmail.fm at 8/4/2003 3:37:13 AM
Hi
TextBox inherits the following property:
public string[] Lines {get; set;}
From experimentation, it seems every time you get the Lines property,
it hands out a reference to a new *copy* of the array of Lines. It
*doesn't* mention this in the documentation.
Am I correct?
Is this a g... more >>
|