all groups > dotnet general > november 2006 > threads for thursday november 9
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
Doubt
Posted by Hari Shankar at 11/9/2006 11:06:30 PM
Hello Guyz
We are planning to simulate the front panel of a Car Radio in PC. We want to
use it for demo purposes. Especially in situations where we don't have the
actual hardware available, we want to simulate all the user actions from the
PC itself. The project is going to be for 3 months.
... more >>
RUP
Posted by Red Devil at 11/9/2006 10:33:01 PM
Hi,
This may absurd but I would really like to if RUP is suitable as a software
development process for .NET development? I know MSF is an ideal choice.
Your comments is highly appreciated.
Regards
... more >>
how resolve this circular reference issue?
Posted by ChrisB at 11/9/2006 10:10:58 PM
Hello,
I was wondering what options are available for resolving the following
(simplified) scenario.
Two project exist and each contains a class:
ProjectA - Class1
ProjectB - Class2
Additionally, Class2 needs to accept Class1 as a parameter:
public class Class2
{
// results ... more >>
Moving from MS Access to Visual Basic.Net
Posted by CAM at 11/9/2006 8:52:27 PM
Hello,
I am wondering if someone can give me some pointers. Currently I am using
Access 2002 I developed an inventory tracking database, which this database
is used in California and in Florida. Unfortunaley Access is not very good
as an enterprise wide database, accessing the data from ... more >>
Application to PUSH screen or page to a user via Internet
Posted by Mark Siler at 11/9/2006 7:57:19 PM
First let me say I'm not a developer. I'm looking for someone that can
either do this for me or point me to a technology that can. I'm in need of a
way via the Internet to push a screen or webpage to a user. For example: If
I'm speaking to you on the phone and I'm reviewing the purchase of a ... more >>
SSLStream broken due to heap fragmentation
Posted by Chris Mullins at 11/9/2006 2:15:47 PM
We've been using the SSLStream class found in System.Net.Security to build a
giant Sockets server that provides TLS encryption at the channel leve.
Before .Net 2.0, we used an open-source encryption channel from Mentalis,
and have even looked at the Mono implementation for doing this.
The p... more >>
problem with Microsoft web controls...
Posted by scsharma at 11/9/2006 1:21:02 PM
Hi,
I am building a .net 1.1 application with microsoft webcontrols. The
environment that i am deploying this application has 1.1 and 2.0 framework .
My development environment also has these environment side by side. Every
thing works fine on my development machine but on staging area i am ... more >>
Why has debug.print stopped working???
Posted by Daniel Manes at 11/9/2006 12:07:38 PM
Strangest thing, but, if I put debug.print statements in my code, they
simply get ignored when I run the project. Also, if I try to put a
breakpoint on a line containing debug.print, it jumps down to the next
available line of code when I run the project (or jumps down
immediately if the project... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Mutually dependent drop-downs
Posted by mscertified at 11/9/2006 11:32:01 AM
I have 2 drop-downs on my web form. I need to make the contents of the second
one dependent on the choice from the first. How? I tried removing the
existing entries from the second listbox and reloading with new values but I
got an error "collection was modified, enumeration operation may not ... more >>
Ctrl-F -Current Project ??
Posted by JoeM at 11/9/2006 10:53:26 AM
Does the search via the 'current project' not work in dotnet? Seems to
still only search the currently opened document. dang! Is there a way
around this?
... more >>
vb.net retriew web page results
Posted by nemo at 11/9/2006 7:28:08 AM
Hey guys - hope this one is simple
Need an app that will
take a list of web site addresses (in our intranet) and return the
results of the web page..
any quick way to do this?
... more >>
Same AssemblyName
Posted by Tao at 11/9/2006 6:35:02 AM
hi..
Is there any way that I can make two assemblies have the same name? I mean
the same AssemblyName not Display Name.
thanks... more >>
Difference between in signing in 2.0 and 1.1
Posted by MMA at 11/9/2006 6:02:01 AM
Hi All,
Is there any difference between signing 2.0 and <=1.1 assemblies.
Thanks In Advance.... more >>
Advice on Requirements Gathering/Analysis
Posted by C at 11/9/2006 5:53:03 AM
Hi,
I have come mainly from a Development background.
I have now to get involved in some Requirements Gathering / Analysis.
My Customer is going to give me a brief Requirements document of what they
want.
I am then going to write a Functional Specification document and get him to
sig... more >>
About Image editing
Posted by gujarsachin2001 NO[at]SPAM gmail.com at 11/9/2006 3:53:00 AM
Hi friends,
I want to edit image. Means i have images & i m opening tht images in
browser so on tht image i want to mark some part of tht image so tht i
can hide tht specific part of image. I have searched a lot but i m not
able t oget infiormation abt tht so can anbody please help me out.
... more >>
Any RTF Lib out there?
Posted by Leon_Amirreza at 11/9/2006 12:00:00 AM
I need a good RTF Parser (Reader / Writer) Library in C/C++/C# for some text
processing purposes?
any Free or Commodity Libs I can use?
Please give some Web Site Address
... more >>
Datagridview use ENTER key instead of the TAB key.
Posted by Scotty at 11/9/2006 12:00:00 AM
Hi,
I am struggling with folowing problem,
I am a beginner of vbnet 2005
I have a datagridview and want to use ENTER key to move instead of the TAB
key.
On msdn i have found the code to use,
http://msdn2.microsoft.com/en-us/library/system.windows.forms.datagridview.processdialogkey.aspx
... more >>
How can I open a console window and run a command line?
Posted by Allen Maki at 11/9/2006 12:00:00 AM
I would appreciate if someone helps me.
I am reading a book called MS visual c++ .net step by step. I am using
Visual C++ .net version 2003. I am trying to learn reading from file
using system::io. I have been asked to build the application, open a
console window, change to the pro... more >>
How to Get the ITextDocument Interface of a .Net RichTextBox?
Posted by Leon_Amirreza at 11/9/2006 12:00:00 AM
Is there Any way I can get the ITextDocument Interface of a .Net
RichTextBox?
Please post some Sample Code that extracts this interface from RichTextBox?
... more >>
|