all groups > c# > april 2007 > threads for sunday april 1
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
setting timeout for Console.readline()
Posted by SriBhargav at 4/1/2007 11:20:29 PM
Hi,
I've a question on setting timeout on console.readline()
I would like the user to input something through Console.readline() in
5 secs. If there is no input in that time, I would like to proceed
further with the program logic.
I had a difficulty in implementing this, as console.readli... more >>
Hooks with C#
Posted by Oleg Mustiazza at 4/1/2007 8:52:10 PM
Hi,
I was looking at a sample for hooks -
http://www.codeproject.com/system/hooksys.asp, in particular at the part
where one .exe injects the code from a .dll into an external process. It
swaps the mouse buttons when clicking on windows "Start" button.
I'm trying to do install the hook f... more >>
C# and XML Document
Posted by news.microsoft.com at 4/1/2007 8:08:52 PM
I am having problems with the following code. I am able to open the xml
document and read it into memory and if I step through the code and look at
the variables, I can see that the XML document is correct. What is
happening is that what is being returned into TableName is
"System.Xml.XmlE... more >>
sending events asynchronously
Posted by colin at 4/1/2007 7:12:17 PM
Hi,
Im familiar with c,c++ etc, and Ive spent a week trying to write my
first app in c#
it works reasonably well, but im having difficulty getting to grips with
inter thread signalling etc.
I have read all about delegates, event handlers, Invoke methods etc, however
they all seem to h... more >>
How to trim .key off the end of string
Posted by laurasaur at 4/1/2007 7:06:14 PM
Hiya guys, have read in a file name but its in a weird format, like
this
filename.date.key
i need to trim off .key any ideas? TrimEnd is not filling me with joy.
Cheers
Laura
... more >>
How to...
Posted by Jacek Jurkowski at 4/1/2007 5:19:12 PM
Having file name:
1) Open file using default external Windows application.
2) Wait for external application to modify the file.
I did that like below but for some reasons that code
does not always work properly:
-------------------------------------------------------
[loading from SQLS... more >>
open wpf window
Posted by bla at 4/1/2007 4:23:33 PM
I want to open a new window in some kind of panel or container, at the
exact position in a current window.
How can i do that... more >>
Visual C++ Console Applications
Posted by Ghada Ayed via DotNetMonster.com at 4/1/2007 1:39:40 PM
Hi all,
I want to create an executable file of a C++ console application on Visual
Studio.Net 2005, that do not close immediately after ending the program (i.e.
similar to the option of Build->Start without degugging). so, I can
distribute the executable file.
Thanx
--
Message posted v... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ArgumentException: "Argument passed in is not serializable"
Posted by Zytan at 4/1/2007 12:32:25 PM
I am trying to pass a variable that has been disposed into a function
that accepts an object, and I get this exception.
What does it mean?
Why can't I pass in *anything* into a parameter of type object?
Doesn't it cover them all?
Zytan
... more >>
Object reference not set to an instance of an object.
Posted by weird0 at 4/1/2007 9:56:12 AM
I get the this error when i perform the operation. Any reason why? I
am trying to execute a stored procedure. Then, set its parameters in
getCustomer_Account().Call them in an aspx page;
private static Object ExecuteSP(Object[] argArray)
{
SqlCommand cmd = new ... more >>
Read row on Access database
Posted by Anthoni at 4/1/2007 8:58:49 AM
Dear All,
I need to read data (specific column from specific row from specific
table) on Access database.
Since it need to b read numerous number of times, I want to connect
the database and load the desired columns outside the loop, and use
filter critiria inside the loop in order to hunt the ... more >>
Visual C# .NET Book for my Situation
Posted by Keith Russell at 4/1/2007 8:54:45 AM
Hi, everyone.
I have done a variety of programming in the past in several
(mostly older) languages. I also worked for a couple of years
about 5 years ago programming in Visual C 6. I have several C++
books that I have studied some (but never used much)and can refer
to when necessary to fill... more >>
Tab Pages
Posted by amir at 4/1/2007 8:50:15 AM
Hello all,
I have a little problem.
I have created a form and on it a tabControl.
to the tab control i am adding pages dynamically with a class of my
own which is called myTabPage which contains a TabPage with my own
setups (textboxs and so on...) now i want when a tab is selected and
then a s... more >>
Copy a folder to a new location
Posted by cashdeskmac at 4/1/2007 4:14:02 AM
Hi,
I have seen many examples of moving a folder to a new location, but is there
a way to simply copy it instead?
For example, I want to copy the contents of folder C:\Testing\Stuff to
C:\Testing\Stuff\Backup. I have a program which reads files from the Testing
folder and so I don't wan... more >>
C# and Windows CE Development
Posted by Jeff Williams at 4/1/2007 12:00:00 AM
I am looking for a good site which will give me some insite into
developing C# applications for windows CE devices.
I am looking to do the following
1. How to develop a simple app in C#
2. How to get this to a CE device
3. How I could use a database on a CE device.
4. How to Update the da... more >>
|