all groups > dotnet general > october 2003 > threads for tuesday october 21
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 there any opendirectory dialog box?
Posted by AVL at 10/21/2003 11:02:55 PM
Just like the openfile dialog box or savefile dialog box,
is there any way to select only the folder name?... more >>
Visual Studio runtime
Posted by Mirza at 10/21/2003 10:21:53 PM
Hi.
Is it possible to run a DOT NET application together with
crystal report just by installing a viusal studio runtime.
Is there such a runtime available to achieve this.
Or there is no other way than to install the complete
Visual studio to achieve this.
Thanks in advance
Mirza... more >>
Passive FTP
Posted by Martin Robins at 10/21/2003 10:10:50 PM
I know this is not really the right forum for this topic, but I figured
there are a lot of people here who may be able to provide me with an answer
to my question so I would give it a try.
About a year ago I wrote an FTP client in C#. It supported only 'Active'
mode as that was my requirement ... more >>
creation of web pages
Posted by vijaya at 10/21/2003 9:35:51 PM
I want to create a web page programatically with controls
like button,datagrid etc added to the web page from a
windows application. Please suggest me some solution... more >>
**PLEASE HELP** General network error .net
Posted by stanley j Mroczek at 10/21/2003 9:06:08 PM
Every thing is on one machine, Programs and sql. Sql is up
and running(can test with query analyzer). No changes
where made! This was working fine. How do you track this
error? What network documentation? Nothing shows in the
event viewer. where do I start?
General network error. Che... more >>
Response.Redirect
Posted by royal at 10/21/2003 6:34:11 PM
Hi,
I'm using response.redirect in C# to route from one screen
to another screen. Is there any other method beside using
response.redirect?... more >>
Compilation error
Posted by Ben at 10/21/2003 6:09:34 PM
I'm using the dos command to compile our app web forms
dll via the following batch file :
set InDir=c:\test\
set OutDir=c:\inetpub\wwwroot\test\bin\
set InFile1=%InDir%Default.aspx.cs
set InFile2=%InDir%Login.aspx.cs
set OutFile=%OutDir%\test.webform.dll
set
assemblies=System.dll,S... more >>
VS.NET 2003 install on Server 2003
Posted by grant steinfeld at 10/21/2003 5:59:21 PM
I am trying to set up Visual Studio .NET 2003 on a Windows
Server 2003 [pdc/ActiveDir], I have set up ASP.NET IIS6
Front Page Extensions, it run the prerequesite wizard and
it installs:
*Microsoft FrontPage 2000 Web Extensions Client
* Setup runtime files
* Microsoft Visua... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
full version vs media only
Posted by Quincy at 10/21/2003 5:36:04 PM
What is the difference between full version and media only?... more >>
VBScripting in the .NET IDE
Posted by Wayne Steenburg at 10/21/2003 5:06:56 PM
Hello,I'm using the .NET IDE to write vbscript files
instead of a normal text editor. However there appears to
be no way of running the script from the IDE. Is this
just how it's built or am I missing something? I've
checked the help files and msdn and couldn't find
anything. Any help w... more >>
How to add an assembly reference using CodeDOM?
Posted by Mountain Bikn' Guy at 10/21/2003 4:49:16 PM
This code (adapted from the examples in the docs) doesn't make complete
sense to me. I have it working, but I'm wondering why I need to declare an
assembly reference in 2 places. TIA.
Dave
CodeCompileUnit compileUnit = new CodeCompileUnit();
CodeNamespace myNamespace = new CodeNamespace("MyNa... more >>
Multithreaded vs Multithreaded DLL
Posted by pradyumna at 10/21/2003 4:34:46 PM
In Project settins - C/C++ - Code Generation,
what is the difference between the option
"Multithreaded" and "Multithreaded DLL".
I understand that on selecting multithreaded option,
single and multithreaded applications can both use that
dll, but what about multithreaded DLL option.
Thanks... more >>
outlook automation
Posted by Frank at 10/21/2003 3:39:53 PM
Hello,
I am writing an application in vb.net that iterates
through the sent items folder of a mailbox. Everything
works fine until the application tries to access the "TO"
field of the message, there are no errors, however on the
box that application is running, cpu usage goes to 0% for ... more >>
Finding identity column value from a table
Posted by Devesh Aggarwal at 10/21/2003 3:16:44 PM
Hi,
I have a backup and restore module in my project. The backup uses a typed
dataset object (XSD) to get the data from database and creates a xml file as
the backup file (using the WriteXml method of dataset). When doing the
restore i have to overwrite the data from xml back to database.
t... more >>
BUG in debugger values.
Posted by news.microsoft.com at 10/21/2003 3:07:22 PM
Hi,
In the debug Auto and Locals window the value that has changed becomes
highlighted in red, BUT the Watch window does no highlighting, why the
inconsistency?
Would it not be better if this window was also change highlighted?
Enum Flags INCORRECT values displauyed in debug window ... more >>
CD Digital Audio Extraction
Posted by Jeff at 10/21/2003 12:47:13 PM
Hello,
I want to write a project that will do cd digital audio
extraction using c#. I've seen a couple of ActiveX
controls, but I haven't been able to get them to work.
Does anyone know of any managed code libraries that will
do it?
Thanks,
Jeff Foster... more >>
Error Starting >net develpoment environment
Posted by Addam Webber at 10/21/2003 11:56:10 AM
Anyone,
When I start my .net developer environment I get this error.
Package 'VSLog Package' failed to load.
I have searched Microsoft Knowledge base but there seams to be no help on
this. Does anyone know what is wrong or how to fix this error??
~thanks
Addam
... more >>
How can I do this please?
Posted by Husam at 10/21/2003 11:56:04 AM
Hi EveryBody:
Is there any way to add the rebooting code to the user interface of the setup project in VB.net ? if the answer is yes,how can I do it ?
but if the answer is no, Is there any way to add dialog that I made by myself which consist of the rebooting code to the user inteface of the setup... more >>
Globalized web apps for US Spanish
Posted by Robert at 10/21/2003 11:53:48 AM
I would like to know how others are developing
multilingual apps for US Spanish-speaking public. If an
app is globalized and es-MX is used for the culture, won't
the currency, dates, etc.. show up as in Mexico where an
app written for Spanish-speaking US would still want date
and currency... more >>
Calling a Win32 Dll
Posted by nbotw at 10/21/2003 11:51:27 AM
Hi,
I need a function call in my xml web service. I have an old win32 dll and i
have created a class to have my declaration in.
Imports System.Runtime.InteropServices
[...]
Public Class Win32
<Declaration>
End Class
Public Class myClass
Dim objW32 as new Win32()
sRe... more >>
Passing an option to an EXE from an EXE
Posted by Takuya Matsumoto at 10/21/2003 11:51:25 AM
Greetings to all,
I really appreciate the support from this community and I've made some
advancements, but again I'm hitting a wall...
I'm trying to write a program in C# that passes an option to another EXE so
that the second program knows what to do.
I belive the syntax is like below, but... more >>
Multipost (sorry): .NET blocking, thread pools, and other stuff
Posted by David Sworder at 10/21/2003 11:16:04 AM
This message was already cross-posted to C# and ADO.NET, but I forgot to
post to this "general" group... sorry about that. It just occured to me
after my first post that the "general" group readers might have some
thoughts on this perplexing .NET blocking issue.
(see below)
=====
Hi,
... more >>
Deleting app.config file
Posted by abbomb NO[at]SPAM hotmail.com at 10/21/2003 10:43:30 AM
Suppose myApp.exe.config contains a redirection from version 1.0 of
someAssembly to version 1.1 of someAssembly.
When a user deletes myApp.exe.config and version 1.0 of someAssembly
is installed on their machine, myApp will continue to run but will use
version 1.0 of someAssembly. This is wor... more >>
Possible bug in System.Drawing.Graphics when dealing with multipage TIFFs and transparency
Posted by news.microsoft.com at 10/21/2003 10:25:09 AM
Hello group,
My goal is to attach an image over another image.
Top image should be transparent so the back image is visible through the top
one.
Bellow is a test code in VB.NET. You need to create a form, a button
(Button1) and an Picture Box (picBox).
"watermark.jpg" is any jpg image, "beis... more >>
asp.net start kit \ visual basic.net resource kit
Posted by nathan at 10/21/2003 10:15:18 AM
Hi there.
I installed visual studio.net on my PC. than I installed
asp.net start kits When I try to run the start kit, the
program is opened by VS.NET. It also happen with visual
basic.net resource kit. Do you know where I need to fix?
Thanks
Nathan
... more >>
Manually trigger an event.
Posted by .pd. at 10/21/2003 10:14:17 AM
Hi,
I've got a textbox and button and when the user presses Enter in the
textbox, I want the button's click event to fire.
I've got as far as using the KeyPress event to check for the Enter key but
how do I get the button's click event to fire without actually clicking the
button?
Che... more >>
Bug in LoadXML?
Posted by Kenneth P. Graci at 10/21/2003 9:44:51 AM
This code: (vb.net)
Dim xmlDoc As New XmlDocument
xmlDoc.LoadXml(strXML)
on this xml:
<?xml version="1.0" ?><tag>a,b</tag>
produces this error:
"This is an unexpected token. The expected token is 'EndElement'. Line
1, position 28."
without the comma between a a... more >>
what's the difference btn Clone an object and assign the reference
Posted by Vincent at 10/21/2003 9:15:34 AM
Hey, I have a problem to understand the underlaying of
clone method. Hope someone can help me out.
Let's say,
clonedObject = originalObject.clone()
(syntax may be wrong, but you know what I mean, I hope )
Why can't I just do this, instead?
clonedObject = originalObject
Any comment... more >>
How to change file folder attribute to Hidden
Posted by introspectre NO[at]SPAM earthlink.net at 10/21/2003 8:21:38 AM
I want to create a directory structure and would like the folder
attributes set to hidden. How can I do this and will my program be
able to insert and delete files when this attribute is set. TIA
introspectre ATSIGN earthlink PERIOD net... more >>
Strongly-named assemblies not in GAC
Posted by abbomb NO[at]SPAM hotmail.com at 10/21/2003 8:12:18 AM
What happens when a strongly-named assembly is not in the global
assembly cache (GAC) but is installed in two application's bin
directories (with each copy being identical in every way - the exact
same version, public key, culture information, etc.)?
I understand the benefits of deploying shar... more >>
Jaws screen reader can't voice group boxes
Posted by bwolfe NO[at]SPAM cgate.net at 10/21/2003 8:11:35 AM
We are developing an application using C#.net and we need to provide
support for screen readers. Jaws works pretty good except that it
can't read group box labels on dialog forms. The same version of Jaws
can read group boxes with an earlier MFC application that we wrote. Is
this by design or is... more >>
Socket bind BUG? Please help
Posted by 0k at 10/21/2003 7:12:36 AM
Hi everyone, I am trying to write a small app that sends multicast udp
packets using a socket object.
I have more than one NIC on my PC and the following code works OK only if I
disable all the NICs but the one i want to use.
Of course i tried to use Socket.Bind method, but even if i use it ... more >>
.Add parameter in event handling ???
Posted by serge calderara at 10/21/2003 5:04:20 AM
Dear all,
I have a class named for Instance "MyClass" which populate
trough an interface a context menu object to the main
application.
The click event on any of the context menu itemm will be
proceed in the myClass event handler. Actally default
event handle has two parameters: Sender a... more >>
Interop.SHDocVw: Unspecified error
Posted by Ian Macro at 10/21/2003 4:17:01 AM
I have written a VB .Net Console application which uses
SHDocVw.InternetExplorer(). This works perfectly when run
in the foreground but I need to schedule this as a
background job. When ever I run it as a scheduled tasks I
get an Unspecified Error exception when I call the .Busy
or the .... more >>
Visio .NET Enterprise Architect 2003 error opening
Posted by Stefan Svensson at 10/21/2003 3:49:34 AM
I posted this request for help in Visio, troubleshooting
newsgroup and Installation newsgroup, about 1,5 months ago
but without result.
"I recently installed Visio .NET Enterprise Architect 2003
along with .NET Enterprise Architect 2003. This seems to
have been a mistake as I can no long... more >>
Query on DataView.Sort Property
Posted by denzilpereira NO[at]SPAM lycos.com at 10/21/2003 2:31:32 AM
Hi,
I am using the DataView.Sort Property (on a DataView column) to sort
the View based on some condition.
Now the column that I need to sort contains characters and HTML code
that should not be considered when sorting is done. (e.g. -> <B>,
<FONT ...>, " , ' , etc...).
To illustarte:
Ex... more >>
Visual C# .NET Standard 2003 EULA?
Posted by Thomas Holmgren at 10/21/2003 2:12:50 AM
Hello all!
I've tried to get my hands on the EULA for Visual C# .NET
2003 Standard Edition, sofar without luck.
Does anybody know where I can find the End User License
Agreement for this product?
Thank you :)
--
Kind regards,
Thomas Holmgren
Regnecentralen
Denmark... more >>
How Fast do we Read
Posted by Worker at 10/21/2003 1:11:32 AM
Hi , i`ve been wondering how many days do you guys need to read an average
asp.net programming book, answer honestly please, for example 800 pages big,
how many pages a day? I just wanna see if i m reading too slow... :)
I d ask another question, i have a simple function from my latest book... more >>
|