Click here to Skip to main content
15,891,253 members
Home / Discussions / C#
   

C#

 
QuestionRun the web project automatically in browser after deployed the project in IIS Express Pin
vadiveln27-Aug-12 8:25
vadiveln27-Aug-12 8:25 
QuestionInclude existing ContextMenuStrip into taskbar application context menu (C#, .NET 2.0) Pin
Shalfey8927-Aug-12 7:49
Shalfey8927-Aug-12 7:49 
QuestionSendToBack Method is hiding the control. Pin
mohammadkaab27-Aug-12 5:16
mohammadkaab27-Aug-12 5:16 
AnswerRe: SendToBack Method is hiding the control. Pin
Shameel27-Aug-12 5:21
professionalShameel27-Aug-12 5:21 
GeneralRe: SendToBack Method is hiding the control. Pin
mohammadkaab27-Aug-12 7:16
mohammadkaab27-Aug-12 7:16 
AnswerRe: SendToBack Method is hiding the control. Pin
Eddy Vluggen27-Aug-12 5:29
professionalEddy Vluggen27-Aug-12 5:29 
GeneralRe: SendToBack Method is hiding the control. Pin
mohammadkaab27-Aug-12 6:58
mohammadkaab27-Aug-12 6:58 
GeneralRe: SendToBack Method is hiding the control. Pin
Eddy Vluggen27-Aug-12 7:15
professionalEddy Vluggen27-Aug-12 7:15 
mohammadkaab wrote:
this not the ans im looking for

I cannot change the technology to fit your requirements.

mohammadkaab wrote:
when im start my program i want to see this button on the mdiparent , not on the childform .

Then use a <a href="http://msdn.microsoft.com/en-us/library/windows/desktop/aa511500.aspx">ToolBar</a>[<a href="http://msdn.microsoft.com/en-us/library/windows/desktop/aa511500.aspx" target="_blank" title="New Window">^</a>], or any other container - if you block it from sight by putting a Window over it, it simply will not be visible. This works the same for all WinForms-applications, and you'll find that the toolbar[^], the ribbon and the mainmenu are the most used solutions.

Take a few pieces of paper from the printer. Draw a button on one. The papers are your Windows. Put a paper over the drawn button. It works that way on a technical level - it's a physical limitation. Other applications work around it by showing their buttons at the top of the window.

The MainMenu is an antique way to attach possible actions to a Window. A ToolBar is an always-visible version thereof, and the Ribbon being the newest thing in town.

..or confuse your users by floating the button on top on a transparent form.
Bastard Programmer from Hell Suspicious | :suss:
if you can't read my code, try converting it here[^]

GeneralRe: SendToBack Method is hiding the control. Pin
mohammadkaab27-Aug-12 7:24
mohammadkaab27-Aug-12 7:24 
AnswerRe: SendToBack Method is hiding the control. Pin
Eddy Vluggen27-Aug-12 8:10
professionalEddy Vluggen27-Aug-12 8:10 
GeneralRe: SendToBack Method is hiding the control. Pin
mohammadkaab27-Aug-12 8:31
mohammadkaab27-Aug-12 8:31 
GeneralRe: SendToBack Method is hiding the control. Pin
Eddy Vluggen27-Aug-12 9:43
professionalEddy Vluggen27-Aug-12 9:43 
GeneralRe: SendToBack Method is hiding the control. Pin
mohammadkaab27-Aug-12 12:16
mohammadkaab27-Aug-12 12:16 
GeneralRe: SendToBack Method is hiding the control. Pin
Eddy Vluggen28-Aug-12 0:33
professionalEddy Vluggen28-Aug-12 0:33 
GeneralRe: SendToBack Method is hiding the control. Pin
mohammadkaab28-Aug-12 0:24
mohammadkaab28-Aug-12 0:24 
GeneralRe: SendToBack Method is hiding the control. Pin
Eddy Vluggen28-Aug-12 0:25
professionalEddy Vluggen28-Aug-12 0:25 
QuestionC# obtain row values Pin
sc steinhayse27-Aug-12 5:12
sc steinhayse27-Aug-12 5:12 
AnswerRe: C# obtain row values Pin
Shameel27-Aug-12 5:18
professionalShameel27-Aug-12 5:18 
GeneralRe: C# obtain row values Pin
sc steinhayse27-Aug-12 5:28
sc steinhayse27-Aug-12 5:28 
AnswerRe: C# obtain row values Pin
Shameel27-Aug-12 5:39
professionalShameel27-Aug-12 5:39 
GeneralRe: C# obtain row values Pin
pramod.hegde27-Aug-12 6:20
professionalpramod.hegde27-Aug-12 6:20 
GeneralRe: C# obtain row values Pin
PIEBALDconsult27-Aug-12 10:52
mvePIEBALDconsult27-Aug-12 10:52 
GeneralRe: C# obtain row values Pin
Shameel27-Aug-12 14:46
professionalShameel27-Aug-12 14:46 
QuestionCandidate Key Pin
Alagiri.periyasamy@merrillcorp.com27-Aug-12 3:21
Alagiri.periyasamy@merrillcorp.com27-Aug-12 3:21 
RantRe: Candidate Key Pin
Eddy Vluggen27-Aug-12 3:32
professionalEddy Vluggen27-Aug-12 3:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.