1
vote
2answers
37 views
I want to make a panel have a thick border. Can I set this somehow?
I want to make a panel have a thick border. Can I set this somehow?
PS, I am using C#. VS 2008.
0
votes
2answers
251 views
Text is not getting Highlighted in Combobox when selectedindex changed through code
I am using combobox which contains three value-NSW,TIC,VIA. in page load i m setting selectedindex = 1 for the combobx , the value shown as TIC which is correct but it is not getting highlighted. I …
0
votes
1answer
22 views
Sending a Text Box control to the Printer?
I cannot seem to figure out how to send a text box control to print in Java.
The Program creates word search puzzles, now I would like to print them.
I simply want to print the text Box control as …
0
votes
4answers
32 views
Control Properties in Visual Basic 6
Is there a way to ask for a control property in a loop??
I need somethig like this:
For each p in control.properties
if p = "Value" then
msgbox "I Have Value Property"
elseif p = …
0
votes
1answer
11 views
How do you instantiate .NET hosted controls dynamically loaded via JavaScript?
I am trying to load a bunch of .NET hosted controls into a page dynamically using JavaScript to inject OBJECT tags into the HTML.
My problem is that the objects do not instantiate, only the static …
0
votes
1answer
61 views
How to add multiple toolbox controls in xaml
Hi ,
I added <Image> // included an image in the window.</Image>
If I wish to add a label just below the image and few other controls, how can i do it?
The XAML Code is shown here.
…
0
votes
0answers
15 views
Sheridan SSDBGrid control having problems in a VB6 app
We've got an old VB6 application we wrote about 10 years ago. Back then we had no faith in data binding, so we did all of our own population of controls in code. (Long story, don't ask.) This …
0
votes
3answers
51 views
C#: What is the proper way to swap winform controls?
What is the proper way to replace one winform element with another element when something is triggered? For example, I would like to replace a button with a text box in the same position and the same …
6
votes
4answers
1k views
What is the best *free* datagrid for WPF?
I've tried Xceed, WPFToolkit, Infragistics... with WPF you could also roll your own.
Please include descriptions of why you favor one over the other.
1
vote
1answer
118 views
CompositeControl and XML Deserialization on design-time error.
I get "Error rendering control" error that only happens when I place the control on the webform in desgin-mode, if I run the page the control is displayed correctly.
The above statement is not …
0
votes
2answers
31 views
Using Java Controls/Properties during runtime???
I cant seem to get this statement to work during run time.
textWords.setText(item);
textWords is an object, setText is a method and item is an integer.
Anyone familiar with this? I cannot seem to …
0
votes
1answer
119 views
Trend Lines in ASP.NET Charting Controls
Any idea on how to produce a trend line in ASP.NET Charting Controls, i dont want the trend line based on time periods so i am guessing that the finacials stuff isnt useful in this case.
0
votes
0answers
4 views
Microsoft Chart Controls best fit line
Anyone know any resources that will help me implement a best fit line in Microsoft Chart Controls.
0
votes
2answers
39 views
Deeply cloned Panel; controls don’t redraw
Hello. I have problems with redrawing child controls of cloned panel.
First, I'm not using IClonable. I'm using reflection.
My code:
public static Panel ClonePanel(Panel panel)
{
Panel newPanel …
1
vote
1answer
23 views
How to enumerate MFC controls if I only have a h_wnd ?
Hello. Long time reader, first time poster.
I'm a big noob when it comes to win32 gui apps so here's my question.
Let's say you have a handle to a window:
HWND h_wnd;
That window ultimately has …
