by: Patrick De Ridder |
last post by:
If I create a new and separate User Control, in the same way as I
would create a new Form with the IDE, and call it from the main form,
like so:
UserControl1 usc = new UserControl1();...
|
by: Michael Tissington |
last post by:
How do I create a .NET control that I can use on an Outlook Form?
Thanks.
--
Michael Tissington
Oaklodge Technologies
http://www.oaklodge.com/technology
|
by: Charles |
last post by:
Hello,
I am in ASP.NET using C#.
I have a user control called "progHeader.ascx" that has
a label control call "pageTitle". How do I
call "pageTitle" from my asp page(Inventory.aspx), with
the...
|
by: john |
last post by:
I searched http://www.sellsbrothers.com. and could not find anything
about this subject.
How do I make C# User Controls Visible to Visual Basic 6.0
Applications?
Thanks,
John
|
by: Vivek Sharma |
last post by:
Hi,
I have created a dropdownlist as a web user control. I am using its
multiple instances on the webpage. How do I access the selectedValue of
each instance? All the instances have different...
|
by: paul meaney |
last post by:
All,
myself and another developer have been staring blankly at a screen for
the past 48 hours and are wondering just what stunningly obvious thing
we are missing.
We are trying to load up 2...
|
by: CSharp |
last post by:
Hello all,
I have in my project this user control I made:
public class PollControl : System.Web.UI.UserControl
I have properties on its code-behind like:
****************************...
|
by: sridev |
last post by:
i am new to ASP.NET with CSharp.
I am having an application, Which has a web form as Home.aspx.
In that page i loaded a user control web form (Insertclient.ascx) in
the
page load.Now i have a...
|
by: Ronald S. Cook |
last post by:
We have a Windows app that has one main form (a shell, sort of). We then
load user controls into a panel on the form depending on what the user has
selected.
Our current code to unload the...
|
by: antdb |
last post by:
Ⅰ. Advantage of AntDB: hyper-convergence + streaming processing engine
In the overall architecture, a new "hyper-convergence" concept was proposed, which integrated multiple engines and...
|
by: WisdomUfot |
last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific technical details, Gmail likely implements measures...
|
by: Carina712 |
last post by:
Setting background colors for Excel documents can help to improve the visual appeal of the document and make it easier to read and understand. Background colors can be used to highlight important...
|
by: BLUEPANDA |
last post by:
At BluePanda Dev, we're passionate about building high-quality software and sharing our knowledge with the community. That's why we've created a SaaS starter kit that's not only easy to use but also...
|
by: Rahul1995seven |
last post by:
Introduction:
In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python has gained popularity among beginners and experts...
|
by: Ricardo de Mila |
last post by:
Dear people, good afternoon...
I have a form in msAccess with lots of controls and a specific routine must be triggered if the mouse_down event happens in any control.
Than I need to discover what...
|
by: jack2019x |
last post by:
hello, Is there code or static lib for hook swapchain present?
I wanna hook dxgi swapchain present for dx11 and dx9.
|
by: DizelArs |
last post by:
Hi all)
Faced with a problem, element.click() event doesn't work in Safari browser.
Tried various tricks like emulating touch event through a function:
let clickEvent = new Event('click', {...
|
by: F22F35 |
last post by:
I am a newbie to Access (most programming for that matter). I need help in creating an Access database that keeps the history of each user in a database. For example, a user might have lesson 1 sent...
|