all groups > c# > march 2006 > threads for saturday march 4
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 31
Image Comparison
Posted by AJ at 3/4/2006 11:26:02 PM
i am making a small application, which acts like a Messenger sort of
thing.
As a part of it, there is a small module in which i need to implement
an image comparison.
am not quite sure of how to proceed.
any guidance in this regard would be well appreciated.
Thanx
AJ
... more >>
How to get color of default TextBox.
Posted by dustamulet NO[at]SPAM hotmail.com at 3/4/2006 10:55:46 PM
When you create some controls such as a TextBox or a TreeView, they are
created with a bluish border around them (if u are using the default
blue windows XP style). I want to create a Label, and draw a border
around the label with the same border shown around the TextBox. How
can I do this?
... more >>
borderless form resizing
Posted by Lee at 3/4/2006 8:44:19 PM
Hi,
how can this be achieved? are there any examples anywhere?
thanks in advance
lee
... more >>
Changing the border color!
Posted by Lee at 3/4/2006 4:42:25 PM
Hi,
how can I change the border color (and status bar color) of a form at
runtime?
thanks in advance
lee
... more >>
Data binding question
Posted by deko at 3/4/2006 4:34:10 PM
I have a dataset with tables that map to nodes in a TreeView.
+ Project1 |
+ ConfigA | txtDate
+ Project2 |
+ ConfigB |
On the form that contains the TreeView, there are controls that need to
display other various bits of data associated with each n... more >>
Clearing on load
Posted by Verdagon NO[at]SPAM gmail.com at 3/4/2006 3:18:34 PM
Hey everyone. I have this function in my form called "Display", which I
call every time the load, resize, and paint events are called. It works
fine on paint and resize, but on load it doesnt happen.
When the form loads, it draws what I want, but then after a few
milliseconds it disappears. It... more >>
compact framework audio recorder
Posted by Jonathon at 3/4/2006 3:08:45 PM
I am creating an app that needs to capture dictation. I am currently
starting to work with the OpenNETCF library.
First, are there any other (better) alternatives to this package. We
can spend some money on new libraries, but as always, the cheaper the
better (I also know you get what you pa... more >>
Easy question about events
Posted by Jonathon at 3/4/2006 3:01:02 PM
In order to make a function handle an even such as a click, do you just
have to name the function [object_name]_EVENT where EVENT is the event
that you are trying to handle with the function?
I'm creating a compact framework app, and originally started in VB, but
ended up with C#. In the VB w... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Simple Typed DataSet Primary Key Question
Posted by Steven C. at 3/4/2006 1:40:47 PM
Hello:
I'm getting an error, "primary key not defined" when trying to use the
FIND method on the DataTable Rows collection.
I have a typed dataset called 'MortgagesDS' that I created with the
XSL builder tool in .NET. I define the dataset at the beginning the
the main class:
MortgageDS... more >>
how to react to CTRL+V in TextArea?
Posted by MrNobody at 3/4/2006 10:09:27 AM
I want to immediately do something when someone pastes something using CTRL+V
into my TextArea... isn't there a specific event I can handle for this? Or do
I have to do a keyboard event and check for those keys? If so, then won't the
event trigger BEFORE the text is actually pasted? I need to ... more >>
Yet another global vars question
Posted by Lee at 3/4/2006 9:03:51 AM
I've been programming with Delphi for the past 4 years or so and while
Delphi does allow globals, I use them very judiciously. I say that I
*do* use them because I think that in some cases they are a good choice.
Now in C# there are no global vars. MSDN and google say that I can use
static... more >>
Drawing graphs
Posted by Curious at 3/4/2006 6:59:12 AM
Hi,
I am trying to search for some code/component to be able to draw
automatons/graphs on a windows form.
Does anybody know of some good links from where to start up.
Thanks in Advance
... more >>
Source code documentation
Posted by GTi at 3/4/2006 4:41:12 AM
Is there any source code documentation tools available for Visual
Studio 2005 ?
I have created a LIB that must be documented. Must I do it by hand or
is it
some kind of tools to pre document my source code?
... more >>
Control the input cursor?
Posted by Rader at 3/4/2006 1:20:17 AM
As the textbox is focused,if I press the keys up/down arrow instead of
other keys like a,b,c......
the input cursor moves left and right.Now its the problem,I want the
cursor stay where it was(stop moving), as I press the up/down key.Can I
do that through recoding the textbox's events in c#?
... more >>
Audio mixing console slider control
Posted by Teo at 3/4/2006 1:04:53 AM
Hi,
I need to use a slider control like the TrackBar in the vertical position,
but with "smoother" moving.
I have tried to find one on the net, without any success.
Do you know if there is something available, even if it's not free to use ?!
Thanks.
... more >>
Is it worth while in developing VB.NET or C#.NET
Posted by vighnesh at 3/4/2006 12:00:00 AM
Hello Everyone
I am about to develop a project like Registry Mechanic using either VB.NET
or C#.NET.
But I dont know is it worth while in using these languages ? I mean is there
necessary support
provided in .NET to accomplish this task? If Provided please suggest me the
approach.
Rega... more >>
create an instance with a string Name
Posted by wu jianhua at 3/4/2006 12:00:00 AM
hi.
If I have a form, like FrmAbout, can I create a form instance only with a
string "FrmAbout"?
not like : Form frm = new FrmAbout();
I want the code : Form frm = createInstance( "FrmAbout" );
How to code my createInstance function?
Thanks.
... more >>
c#
Posted by howell at 3/4/2006 12:00:00 AM
how can i create a program.
the question was ,
enter a nth number then disw play the sum of the nth number u enter?
From http://www.developmentnow.com/g/36_0_0_0_0_0/dotnet-languages-csharp.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.co... more >>
DB application and (ick) Macintosh
Posted by Scott C at 3/4/2006 12:00:00 AM
I'm going to develop a small application with a simple database which I
need to be able to deploy in both a Windows and Mac environment. This
is a simple "client" (ie. no server) application.
One of the requirements of the user (a friend of mine) is that he can
take the db file with him fr... more >>
How to use USB
Posted by Dragon at 3/4/2006 12:00:00 AM
How to connect to USB device in C# ?
... more >>
|