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 / Languages / C# / April 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Urgent:How to Check  availability of web service05 Apr 2008 02:05 GMT3
Is there any way to check the availability of a web service without
including any extra web method?
Thank & regards
nRk
System.Timers.Timer Issue05 Apr 2008 00:59 GMT3
I have a windows service that is using the timer object from
System.Timers to fire every minute and do some work.  Occasionally
that work takes longer than a minute - and I don't want the elapsed
event to fire again if a previous event is still occurring.
OpenFileDialog (Constant Inital Directory)05 Apr 2008 00:49 GMT5
I drag the OpenFileDialog into the WZYWIG editor and set all its
properties.  Setting its' InitalDirectory does make the first time it
opens, open up in the right directory.  However, everytime after that
it remembers the directory that the user navigated too and opens
Object initializer question04 Apr 2008 23:04 GMT11
I am creating a MVC pattern code for my project and here is what I am
doing
in the view constructor
presenter = new presenter(){name = "MVC", view = this, age=30};
yield question04 Apr 2008 22:01 GMT4
I have the following code
ArrayList list = new ArrayList();
foreach (string name in FilesNames())
{
I wished I had a way to error on unused return value for a type04 Apr 2008 21:52 GMT4
Some of my classes are immutable. Calling any function on one of those
classes without using its return value is an error. I wished I could
declare this as an attribute of the function itself that would then
cause a compiler error if that return value was not used. Has anybody
What is the suitable Network Architecture?04 Apr 2008 21:48 GMT1
I have to design a system as an assignment.It is comprised of  several
branches and a head office.My point is since these branches and the
headoffice belongs to the same company what is the suitable network
architecture, should it be a Web based or networked using lease lines ...
Reflection : GetEvent, GetMethod, Bind Method on Event04 Apr 2008 20:39 GMT1
TValue oItem = (TValue)Activator.CreateInstance(typeof(TValue),
                        BindingFlags.Instance | BindingFlags.NonPublic,
                        null,
       new object[] { m_nCleTemporaire },                                  
GIS Plugin for VS C# 200504 Apr 2008 20:31 GMT6
Does anyone know of a good GIS plugin for VS 2005?
Thanks
Beginner and trying to get the tag value of a treeview.selectednod04 Apr 2008 20:09 GMT1
I am trying to do this line of code:
txtBxMessageBody.Text = ".\\ " + treeView1.SelectedNode.Tag.ToString();
I am getting an error back.  It is something pretty simple but I can't
figure it out.
How to dynamically create generic type from other04 Apr 2008 19:59 GMT18
I have some code like
if (val.GetType().Name == typeof(List<>).Name)
{
}
fonts04 Apr 2008 18:50 GMT2
How to set Fonts to muliple Styles
for instance
Font oFont = new Font("Arial",10,FontStyle.bold)
//id like to use bold + Italic
why do extension functions ignore the where clause?04 Apr 2008 16:20 GMT2
I have here some example code (below) that I believe should work fine.
However, I get the error
Error    1    The call is ambiguous between the following methods or
properties:
SqlDBType size04 Apr 2008 16:20 GMT1
I have a variable of SqlParameter type called parameter.
I need to find out what the original size is to compare it with the actual
size of my string.
parameter.size gives me the size of the string but not the size of the
compression deflate04 Apr 2008 16:00 GMT3
i would like to store the compressed stream in a table
is there a way to convert the compressed stream to
a string or someother storeable data type
thanks
 
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.