blah blah blah is here! blah blah » Close

0
votes
1 answers

Controlling and Delimiting Inputs

Hi, I am looking for ways in console to control user input according to the following examples: a. a form where the user is requested to enter a name and I want the user from entering any numeric and to block the input as soon as a ...

0
votes
0 answers

database like forms in Console

Hi, Are there any quick way(s) to create a database form in Console? That is I have marks 1 to marks 20 to be filled with digits of the range 0 to 100. I want the user to be able to use direction keys to move from one form to another an ...

0
votes
0 answers

Please Disregard.

MickW
115

Man this is a steep learning curve!

1
votes
8 answers

Playing with .xml & C#

If I use this code to create a new xml file: [code] new XDocument( new XElement("user", new XElement("name", textBox1.Text), new XElement("age", textBox2.Text), new XElement(&q ...

1
votes
1 answers

Can I "kind of" insert threading?

MickW
115

Oops. Just down to the final hurdle on my program to control two devices. I need the abort button to work which as far as I can tell will only work if I use threading? My program is fairly simple. Text boxes collect relevant data, Sta ...

1
votes
3 answers

Draw simple graph on C# Windows Form

foamy
1252

Hi all, I've been googling and experimenting with graph tools for a few hours now, but I can't find one that does what I want and doesn't look like crap. I need a simple (indeed, very simple) graph on my Windows Form to visually displ ...

0
votes
1 answers

How to populate more than one listbox?

Hi all I'm doing a winform appl. in visual studio 2008, and I would like to know if someone can please help me? I have a sql server database and it's easy to bind for example all names from the database to a listbox, but what if I want t ...

0
votes
0 answers

Move controls when Drag and drop on panel in C#

I want to drag controls on panel and when dragging I want to move the control and also I want to drag and drop controls to another panel.I have tried out mouseUp,mouseDown,MouseMove events of control.But that is not what I am looking for.I ...

0
votes
2 answers

SQL0666 iDB2SQLErrorException

Hello, I'm trying to read data from some AS400 tables. The connection itself works perectly fine, but whe I try to read the table I'm getting an error saying: "[b]SQL0666 SQL Query exceeds specified time limit or storage limit[/b]& ...

0
votes
1 answers

add panels inside a panel

Hello! i want to add panels inside a panel and accordingly ie based on the no. of panels added decide the size of each..as in if i want to add to add 2 panels then itl be like 2 adjacent panels inside the main panel.. Help needed!! Im a ...

0
votes
1 answers

Populate listbox from database

Hi I'm doing a winform application in VS2008 with a sql database, and I have 2 questions. First question is, is it possible to populate a listbox direct from a databinding? It doesn't work for me the way I'm doing it. Code sample here: ...

1
votes
1 answers

Build Number

eeboy
353

This question is in the context of ANSI C. Is there a method to automate tracking of the build? I'd like to have access to the build number at runtime. As of now I have to manually edit a define statement like so: [code] #define BUILD_N ...

0
votes
0 answers

Reading XML in an XSD...or something..

This is probably the wrong place to ask this, but you guys have always been helpful so maybe at least someone can direct me to a better place to ask or some info that will help me... Suppose I have this XML file: [code] <?xml vers ...

0
votes
0 answers

Not able to copy .dll & .aspx to droplocation on TFS build

Hi All, We are trying build asp.net 1.1 application from TFS. We are using something like this in TFSBuild.proj file: <ItemGroup> <VS2003_OutputFiles Include="$(SolutionRoot)\bin\**\*.*"/> </ItemGroup& ...

0
votes
1 answers

Serial Port test using ReadLine.

MickW
115

I'm having trouble performing what should be a simple check to make sure a device is connected via serial cable. It hangs up on the "test1.Read..." and I can't work out what is wrong. If anyone is able to tell me the no-doubt obvi ...

Feedback