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 / March 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Visual Studio .NET26 Mar 2004 15:45 GMT7
Is there a trial (free) or academic version of Visual Studio .NET? If yes, where can I get it and how much
Regards
Eric
Default value for optional parameter of datetime format - VB.NET26 Mar 2004 15:07 GMT2
I want to pass an optional parameter of datetime type to a procedure (in
VB.NET)
But optional parameters require default value.
What value should I use as default for a datetime parameter?
Localization Question26 Mar 2004 14:13 GMT1
I do not make my Form objects Localizable but my code does read some text
from resource files embedded into my assembly which I DO want to make
localizable.
Could anyone tell me how I can test this scenario ? I need to find a tool
Is processor indepdnence of .NET anything new???26 Mar 2004 13:15 GMT2
    I have worked in VB6 and now I have started working
in VB.Net.It is said that .NET code is platform
independent atleast within Windows operating systems.
which I understand is made possible through IL which is
Problems supporting Windows XP themes26 Mar 2004 12:48 GMT7
It appears that these two lines of code are required to support Windows XP themes.
    Application.EnableVisualStyles();
    Application.DoEvents();                                            // this corrects a bug in EnableVisualStyles()
The problem is that on systems prior to XP sometimes this works okay and other ...
Component vs Class, when to use which26 Mar 2004 08:37 GMT1
In VS.NET, you can add a plain class or a component class.  What's the main
reasons for using one or the other?  I know a component class derives from
System.ComponentModel.Component but not quite sure exactly what it has that
a plain class doesn't?
ASP.NET on Macintosh OS X26 Mar 2004 05:34 GMT1
We are developing an application using ASP.NET technology. Our
users/customers make use of Macintosh PCs. In theory, since ASP.NET delivers
"plain HTML" to the client, we wonder if there are any problems that others
have found that would prevent an ASP.NET application from being ...
Process Communication?26 Mar 2004 03:36 GMT2
Does anyone know how to make two process communication? I want to call a functon from the other process, it's a excution file. I think in .NET Framework must have the easy way to do this
Thanks!
Slow Debug enviroment26 Mar 2004 01:23 GMT1
Debugging 'C' Projects in .net seem unacceptably slow, inserting a
breakpoint is OK, removing it breakpoints takes an age, even before
starting the debugger. Any easy solutions to this problem, ??
Rob
Why connet refuse??26 Mar 2004 01:17 GMT1
With C#, I had created two threads in one program. One is a TCP listener,
and the other is TcpClient. After the Listener thread started, the client
thread started try to connect to the listener, but I get a exception:
Unhandled Exception: System.Net.Sockets.SocketException: No ...
SelectedIndexChanged26 Mar 2004 00:06 GMT2
How does the "SelectedIndexChanged" event work on a dropdown list? I have
   private void InitializeComponent()
   {
       this.ListClients.SelectedIndexChanged += new
Which development approach should I choose26 Mar 2004 00:00 GMT1
Here are a project tasks I have and would like to share it with you to see
which approach would be the best for developing this project - cost and time
saving.
I need to develop an application that does the following:
Date vs DateTime25 Mar 2004 23:35 GMT4
If BOTH of these types respond with DateTime ........
       Dim da As Date = Today
       Dim dt As DateTime = Now
       If dt.GetType.Name = "Date" Then
listing compiled IL's25 Mar 2004 21:40 GMT1
i remember a thing like displaying cached program by CLR or list compiled
IL's.. also same tool help us to flus (reset) them... ??? was it gacutil ???
if yes i could only found assembyles which are dll's...
windows application25 Mar 2004 20:58 GMT1
I have a windows application in C#, Sizable Form,
with these controls by order on screen from the top
1. System.Windows.Forms.GroupBox (contain all the othe
  controls) -> Anchor: Top, Bottom, Left, Righ
 
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.