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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
running pipe in c#29 Aug 2007 21:44 GMT2
I can do this in shell
dir /a/b/s | grep something
This is piping the output of first program dir to input of second
program grep .
Link Timer to a new thread29 Aug 2007 20:43 GMT2
I have a Timer control on a form. When this Timer starts, it will do
certain task on every tick. I want that this Timer be linked to a new
thread so that the Timer does not disturb other activities. How to
create a new thread and link this Timer to it?
MCTS .NET Framework 2.0 Certification Questions29 Aug 2007 20:17 GMT3
Hi, everyone.
After 19 years working in the computer industry, I went through
two downsizings and have been severely underemployed for the past
5 years. During my career, I performed a variety of job roles,
Tooltip not releasing memory29 Aug 2007 20:16 GMT1
My application uses the tooltip to display "realtime" data. When a user
hovers over a control, information like temperatures and pressures are
displayed in the tooltip.
Using tootip.SetToolTip(controlName,text) the controls tooltip is updated
Read Word file29 Aug 2007 20:02 GMT2
How can I read a word file from C#?
I need to process each word of the document for a work.
Thank you.
If ... Else, Operator problem29 Aug 2007 20:00 GMT9
I have following code lines:
===============================
if (txtMethod.Text != "D") || (txtMethod.Text != "F"))
           {
system.configuration warning29 Aug 2007 18:30 GMT1
I keep getting this warining in my code, but when i tried to look at the
intellisense after system.configuration. , I couldn't find
configurationManager but when i forced to put configurationManager, it gave
me an errror that configurationManager does not exists. I am using .net ...
change from .NET 2.0 to .NET 3.0 version29 Aug 2007 18:28 GMT6
I would like to change an applicaiton I have from .NET 2.0 target framework
to .NET 3.0 framework.  Any suggestions on how to do this?
Control wont take focus29 Aug 2007 18:04 GMT13
I am using a switch statement, to check for valid user hours. If the hours
control is blank, I want to place the cursor back to the hours control for
the user.
The following code does NOT work:
MessageBox Question -- Default to NO29 Aug 2007 17:42 GMT1
I have a really simple line of code --
myAns = MessageBox.Show(sb.ToString(), "Send Confirmation",
MessageBoxButtons.YesNo;
But, what I would like to happen is if the user presses <ENTER> the result
ComboBox SelectedValueChanged won't fire29 Aug 2007 16:34 GMT3
I have two comboboxes databound at run time.  I can make a selection
on first one to filter the second one.  This works good with applying
DataView RowFilter on second combobox.  But at that moment, I need to
have the second combobox to fire off SelectedValueChanged event
server29 Aug 2007 14:54 GMT3
if i have a server, and i wish to use it to test my asp application,
is there anyway that i can do that without uploading anything but just
testing it within the Visual Studio environment?
Thanks
Questions about hiring .NET developer29 Aug 2007 14:36 GMT21
So we have a fairly small internal company application written in PHP,
it interacts with a MySQL DB and all it really does is create new
orders, edit existing orders, and prints reports based on different
variables in data.  I don't know why this project has turned into such
out with inherited objects29 Aug 2007 14:25 GMT3
Something I don't understand why it is happening, or how to fix it.....
I have a teacher class which inherits from person.
And within a search class have a search method with the following:
Dictionary<String, Person> people = new Dictionary<String, Person>();
Checkbox Default Value29 Aug 2007 14:23 GMT3
I have got a prblem:
I created a checkbox, this checkbox will get the informations from  a
text file :
FileStream mem_name = new FileStream(pfad, FileMode.Open,
 
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.