0
votes
5answers
25 views
Tab control to handle child windows in an MDI form (VB.NET)
My application uses an MDI form, and there are instances where the end user will need multiple child windows open at a time. I need an easy way for the user to switch between wind …
0
votes
1answer
13 views
Accessing a HtmlGenericControl on a MasterPage from a ContentPage
Hi there,
so I've got the following structures;
Start.master (Start.master.cs)
Contains a Method
DoSomething(string Text)
{
_MyHtmlControl.InnerText = Text;
}
And the H …
2
votes
5answers
53 views
In ASP.NET how can I dynamically add a formatting tag?
I have the following on an ASP.NET page:
<li><asp:Hyperlink id="myHyperlink" runat="server">My Text</asp:Hyperlink></li>
Sometimes in code I need to be a …
2
votes
3answers
61 views
C# Lock WinForm Controls
In a program I have written users can add controls to the form and move them around and set some properties in a pseudo design mode. I want to be able to lock all these controls i …
4
votes
3answers
53 views
Grouping controls together on an Access form
Hi,
I have an Access2003 form where I wanted to group several controls together and change visibility programatically, though VBA code.
Is this possible? I do know that I can g …
0
votes
1answer
23 views
Whitebox in menucontrol
Im trying to use the asp.net menucontrol but sadly without any luck.
Here is what I have done.
First i created a web.sitemap
like this
<?xml version="1.0" encoding="utf-8" ?&g …
2
votes
6answers
78 views
UI for creating invoices
Currently, I'm in the process of making a custom solution for invoicing. I have created multiple ways for customers to create their template (HTML, Word, LaTex) and get invoices ac …
1
vote
2answers
33 views
WPF - Databind dynamic control type
Hi,
I have a Person class. A Person can have an associated control. Can I display the control through data binding?
e.g: Name: Bill , Control: TextBox
Name: Bob, Control: Co …
1
vote
1answer
26 views
How to create dynamic control event handler
Hi,
I have problem with control event handler. I created a control ( button ) and I want to bind click event with a method. But I have "Error binding to target method." exception. …
0
votes
3answers
41 views
Changing the property of a control on another form.
Basically, I have a settings window, and when you click "OK", it's suppose to apply settings to the main form (eg, set font of a control, etc), and then close.
frmmain frm = new f …
0
votes
2answers
79 views
What .NET control do i want to use?
What .NET control do i should i use to display this to the user?
I have 2 types of elements, a package and item. The data an item contains is id, size and status. The package can …
0
votes
1answer
18 views
How to display managed control on native window?
Using C++/CLI, How to display a managed control (eg. System::Windows::Forms::Panel^) on a window created in native code?
An external program calls my native method where i can acc …
3
votes
3answers
115 views
Enumerate the VCL controls in a external application
Hello, is possible via the Windows API's to enumerate and iterate the VCL controls on a form (TForm) belonging to a external Win32 application written in C ++ Builder or Delphi.
B …
0
votes
4answers
102 views
Sorting a ListView by multiple columns in C#
With ListView controls, you can specify a column to sort by, and there's a method to sort() whenever you want.
However, this only allows for single column sorting.
I'm keen to so …
1
vote
1answer
29 views
Address control for web based email application
I am looking for a control to add email addresses for a mailing application. I am not sure what it is called but I saw something similar to it at staples "Share This" link. It shou …
