Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / New Users / September 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
stacktrace and release mode - interesting problem13 Sep 2007 09:28 GMT3
put the following into a console app in .net 2.0, compile it in release mode
and then run it 2 ways:
through visual studio (works as expected)
now double click the console app via windows explorer.
Bug in System.Uri constructor?13 Sep 2007 00:53 GMT1
 I'm using the System.Uri class to clean up some the URLs we're
passing around, e.g. compacting http://hostname//somefolder//somefile
to http://hostname/somefolder/somefile.
 The documentation clearly states that the Uri constructor takes care
E-mail Service12 Sep 2007 18:48 GMT1
I'm having problems with 2 of my e-mail servers,
first my outlook express I can't send e-mails out but, i can recieve e-mails
second my incredamail i can't open, it tells me its missing file #15, not
sure what that means. maybe you can help me out with this?
Visual Studio 2005 -- Multi-Tabbed Control12 Sep 2007 16:37 GMT4
I began my .Net training with VS .Net 2000 (version 1.0) -- on the toolbar
there is a multi-tabbed control (which allows you to place differing content
on each tab, and display content associated with each seperate tab) -- I'm
NEW to Visual Studio .Net 2005, and I can't seem to ...
Accessing configuration files from class library classes12 Sep 2007 09:15 GMT1
This has been bothering me for awhile now and I need to ask the question.  
There are classes in the BCL and in third party apps that access the
configuration file programmatically.  Let me use the new WCF class
ServiceHost as an example.  The service host class can be completely ...
Deserialising xml and Inheritance12 Sep 2007 08:55 GMT9
I have a class  "Version" and another two classes "SpezielleVersion1"
and "SpezielleVersion2", which inherit from "Version".
When i deserialize a xml-Instance of "SpezielleVersion1" like this:
XmlSerializer xs = new XmlSerializer(typeof(SpezielleVersion1));
What is the best way to do thread locking in .NET?Thanks11 Sep 2007 21:12 GMT10
if i have a Queue named testQ
Object lockQ = new Object();
testQ will be modified by:
void AddToQueue(string text)
Access to form control in an event handler11 Sep 2007 21:03 GMT1
I have an event handler defined within a class.  It has the following
signature:
static void XYZ_EventHandler (object sender, XYZEventArgs e)
From within this event handler, I want to access the contents of a textbox
Escaping a formatter {} in StreamWriter11 Sep 2007 12:48 GMT2
I found one issue with the StreamWriter class where the
StreamWriter.Write API interprets anything between { } as a formatter.
So if I write myStreamWriter.Write("This is test code { Ha Ha Ha }
string contd"); then I get a FormatException. I have not been able to
vb.net and c# issue in for loop11 Sep 2007 08:56 GMT3
i have some weird result using for loop...
here it is in vb.net.........
Module Module1
   Sub Main()
power supply???10 Sep 2007 19:48 GMT1
I have an win xp I purchased a new computer 2 years ago about 2 months ago I
noticed my power light was not as bright as it should be.  Each day the light
go dimmer.  Now you can barely see it.  I tried logging on which I'm able to
do, but once computer is on for 5 mins, it ...
Added control, lots of warnings10 Sep 2007 16:47 GMT5
I added an IP Address Control I found online.
I get hundreds of warnings when I compile it now:
c:\windows\assembly\gac\system.windows.forms\1.0.5000.0__b77a5c561934e089\system.windows.forms.dll
: warning C4945: 'ResXFileRef' : cannot import symbol from
How to get a web server to send response using TcpClient & NetworkStream?10 Sep 2007 15:06 GMT4
Background: I'm attempting to access a web page hosted on a server
embedded in firmware on a device. I initially tried using the
HttpWebRequest (which I know is coded properly since it works with
other web servers) but the server embedded in the firmware is
is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)10 Sep 2007 14:52 GMT11
I have a mixed DLL (a managed DLL in C++ calling functions in other  
unmanaged DLLs) which I can build successfully in Visual Studio 2005 but  
can't reference as I get then immediately the error:
is not a valid Win32 application. (Exception from HRESULT: 0x800700C1)
envisioning phase09 Sep 2007 18:27 GMT2
Hey all,
i'd like to show the following as a web page.
> Food $8.83
Restaurants $6.58
Pages: 1 2 3 4 5 6 7 8 9 10 11 August, 2007
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.