Click here to Skip to main content
15,886,664 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Error reading key file DSO.snk - the system cannot find the file specified Pin
Pete O'Hanlon9-Jan-07 23:54
mvePete O'Hanlon9-Jan-07 23:54 
GeneralRe: Error reading key file DSO.snk - the system cannot find the file specified Pin
indian14310-Jan-07 0:05
indian14310-Jan-07 0:05 
GeneralRe: Error reading key file DSO.snk - the system cannot find the file specified Pin
indian14310-Jan-07 0:10
indian14310-Jan-07 0:10 
GeneralRe: Error reading key file DSO.snk - the system cannot find the file specified Pin
Pete O'Hanlon10-Jan-07 0:12
mvePete O'Hanlon10-Jan-07 0:12 
GeneralRe: Error reading key file DSO.snk - the system cannot find the file specified Pin
indian14310-Jan-07 0:33
indian14310-Jan-07 0:33 
QuestionConnecting with a Axis Server Pin
Talal Sultan9-Jan-07 23:08
Talal Sultan9-Jan-07 23:08 
QuestionClickonce deployment Pin
Sarah Jane Snow9-Jan-07 21:09
Sarah Jane Snow9-Jan-07 21:09 
QuestionPopup Panel on custom control does not appear - any ideas? Pin
nzmike9-Jan-07 16:57
nzmike9-Jan-07 16:57 
I have a VB.Net 2.0 custom control which allows me to pick a date and a 24 hour time. The control consists of a standard DateTimePicker to select the date and for the 24 hour time a textbox (txtHours) to display the selected hour, a label (lblSelectHours) which consists of an image of the standard dropdown icon and a Panel object. When the user clicks on the dropdown label the Panel, containing one button for each of the 24 hours in a day, should pop up. However, the panel is nowhere to be seen even though I know the label's Click event is firing. I am pretty puzzled about this as the popup panel for the standard DateTimePicker in the control appears perfectly. The Panel object is defined in the control as being off the main area being displayed but when the user clicks the dropdown arrow (the label) the event handler below should set the correct position to appear and set Visible to true:

Private Sub lblSelectHours_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles lblSelectHours.Click<br />
<br />
        pnlHours.Left = Me.Left + txtHours.Left<br />
        pnlHours.Top = Me.Top + txtHours.Top + txtHours.Height<br />
        pnlHours.Visible = True<br />
        pnlHours.BringToFront()<br />
<br />
End Sub


So does anyone know why my popup panel won't appear? If I copy the various components of the control and just put them on a form (ie: without the use of a custom control) the panel appears fine with this same code.

TIA for any help...

Mike
AnswerRe: Popup Panel on custom control does not appear - any ideas? Pin
Luc Pattyn9-Jan-07 22:19
sitebuilderLuc Pattyn9-Jan-07 22:19 
QuestionDropdownlist in Datagrid (Advanced) Pin
pflick9-Jan-07 12:33
pflick9-Jan-07 12:33 
AnswerRe: Dropdownlist in Datagrid (Advanced) Pin
nagendra rao s.v.9-Jan-07 18:03
nagendra rao s.v.9-Jan-07 18:03 
GeneralThe .NET answer to Google's GWT - Open source AJAX framework extending WinForms over ASP.NET Pin
dudegizmox9-Jan-07 9:26
dudegizmox9-Jan-07 9:26 
GeneralRe: The .NET answer to Google's GWT - Open source AJAX framework extending WinForms over ASP.NET Pin
Pete O'Hanlon9-Jan-07 9:49
mvePete O'Hanlon9-Jan-07 9:49 
GeneralRe: The .NET answer to Google's GWT - Open source AJAX framework extending WinForms over ASP.NET Pin
Luc Pattyn9-Jan-07 10:55
sitebuilderLuc Pattyn9-Jan-07 10:55 
GeneralRe: The .NET answer to Google's GWT - Open source AJAX framework extending WinForms over ASP.NET Pin
Pete O'Hanlon9-Jan-07 23:55
mvePete O'Hanlon9-Jan-07 23:55 
QuestionService Command Line Arguments Pin
Tim Carmichael9-Jan-07 9:25
Tim Carmichael9-Jan-07 9:25 
AnswerRe: Service Command Line Arguments Pin
led mike9-Jan-07 9:38
led mike9-Jan-07 9:38 
GeneralRe: Service Command Line Arguments Pin
Tim Carmichael9-Jan-07 9:44
Tim Carmichael9-Jan-07 9:44 
GeneralRe: Service Command Line Arguments Pin
led mike9-Jan-07 9:47
led mike9-Jan-07 9:47 
GeneralRe: Service Command Line Arguments Pin
Tim Carmichael9-Jan-07 9:49
Tim Carmichael9-Jan-07 9:49 
GeneralRe: Service Command Line Arguments Pin
led mike9-Jan-07 11:32
led mike9-Jan-07 11:32 
QuestionPopulating at design time using 'GetStandardValues' Pin
stovesy9-Jan-07 5:34
stovesy9-Jan-07 5:34 
Question.NET code execution... Pin
RajeshGuptha9-Jan-07 2:33
RajeshGuptha9-Jan-07 2:33 
AnswerRe: .NET code execution... Pin
led mike9-Jan-07 4:54
led mike9-Jan-07 4:54 
GeneralRe: .NET code execution... Pin
RajeshGuptha9-Jan-07 5:48
RajeshGuptha9-Jan-07 5:48 

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.