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# / September 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Information about the current logged user !05 Sep 2007 22:49 GMT8
Hey guys,
small question. Can I find out if the current logged on use is a local
user or a domain user ?
And please don't use any solution that uses String parsing...
tables search05 Sep 2007 22:37 GMT2
I'm using this code to get search result from 8 tables...
SqlConnection conn = null;
conn = new
SqlConnection(sConn);
Disposing an event/handler05 Sep 2007 22:21 GMT1
I have a application which involves creating instances of a "Form2" class.
Form2 has an event which I handle in Form1. Instances of Form2 have names
like "Matrix_A", "Matrix_B", etc. To create them I use these "populate"
methods:
Default Access Modifier is Internal Not Public!05 Sep 2007 21:45 GMT1
The docs say that default access modifier is internal. My own experience has
been that it is internal. And yet almost every website Ive seen on the web
tries to tell me its public?? Am I insane?
I dont have VS2003 installed only 2005. Is this a 1.1 thing?
Uninstalling/installing a Window's Service05 Sep 2007 19:08 GMT1
I have a program that automatically updates software on a client machine. I
would like to have programs that get installed be installed as services. I
can't seem to find out how to uninstall and install a service
programatically.
rescale a range of numbers05 Sep 2007 18:19 GMT6
I have a range from say 26.43534 - 234.24 and a value of 118.12.
I need to change this range to 0 - 255 and find out where my value falls
within it (so the value also needs to be rescaled).
I thought there was a way to do this by adding 255 but I can't remember how.
so long? no other way?05 Sep 2007 18:13 GMT11
I'm a self learner, and i'm trying to figure out how this code should
work. What is not clear to me, is why the function InsertNumber is
called 3 times: wasn;t easier to call it just once and put all
together?
YOU MUST KNOW THIS MAN05 Sep 2007 18:08 GMT8
Allow me to share with you here some information about one man his
name is muhammad.
In The Name Of Allaah,
Most Gracious, Most Merciful
no title bar but still have window caption for alt-tab05 Sep 2007 17:43 GMT4
Is there a way to set the text for a window, but not paint the title
bar?  I can set the text to nothing and turn off the control box to
prevent the title bar from rendering, but then there's no text for the
program in the taskbar or in alt-tab.  And as soon as I specify text
Control windows explorer and his function05 Sep 2007 17:30 GMT1
I'm basicly a Vb6 dev but i actually have to play around with c# alot
more. I have studied C# at school at beginner/intermediate level so i
understand the bases. I'm working on a project that i need to open
windows explorer on a folder X. That i managed to do it with :
Skeleton code for windowless C# 2.0 app?05 Sep 2007 16:37 GMT9
Stupid question.  I've been using C# 2.0 for the past few weeks, but mostly
in the context of ASP.NET.  I have little to no experience with Win32 C#
apps.
My purpose is to write a windowless application to constantly monitor a COM
Sending HTML Email with images in C# 2.005 Sep 2007 15:47 GMT2
I have a HTML page and associated images. I need to send the HTML as
email -the email should also display the images at respective places.
So am sending the content of HTML file as MailMessage.Body and adding
all the referred images using MailMessage.Attachments.Add().
ViewState VS Session05 Sep 2007 15:40 GMT2
I have a simple question.
In one of my program if I use ViewState then program does not work as
expected(nothing is displayed in GridView but If I use Session State then it
works fine. Any idea???
Explorer window with close button.05 Sep 2007 14:34 GMT2
Opening a new explorer window.
IE = new InternetExplorerClass();
vHeaders = "Content-Type: application/x-www-form-urlencoded" + "\n" + "\r";
vPost = ASCIIEncoding.ASCII.GetBytes(strPostinfo);
WMP - playing several videos after each other05 Sep 2007 12:30 GMT1
I hope that you can help me. I submit a character string to my application
with several videos. I then would like to play these files as an endless
loop after each other in the WMP.
How can one solve something like that?
 
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.