| Thread | Last Post | Replies |
|
| HOWTO: Receive User Control Button Click In Parent Page | 19 Oct 2004 12:25 GMT | 2 |
How do you act on a user control's (.ascx) button click event in the containing page (.aspx) ? Should event bubbling be considered? Does this even make sense to try and do?
|
| Lock a form? | 19 Oct 2004 12:15 GMT | 1 |
How do I lock a form so none of its controls are selectable, it cannot be resized, clicked on etc? Chris
|
| StreamWriter | 19 Oct 2004 11:59 GMT | 2 |
Dim FileStream As StreamWriter FileStream = New StreamWriter("C:\WINDOWS\PLC") I get an error in streamwriter. he sais it's not defined how do i do that?
|
| Declare as Public at different modules | 19 Oct 2004 11:08 GMT | 2 |
Maybe configuration for getting the same result can be simpler but I will describe my real one. I have one solitions which contains 2 projects: Class Lib and WinApp. Class Lib define
|
| Flat style menus | 19 Oct 2004 11:07 GMT | 3 |
is there a (simple) way to give my application flat style menu's like the ones in the VB.NET IDE? Is there a component I forgot to add to my toolbox or did MS seriously not include this in the package? Rinze van Huizen
|
| form draw problem | 19 Oct 2004 11:04 GMT | 8 |
I have a form in which I draw a grid in the paint event. Works fine, except when using the scrollbars. Autoscroll is switched on, I use doublebuffering and userpaint and AllPaintingInWmPaint are true.
|
| Show Video in Windows Form | 19 Oct 2004 10:46 GMT | 4 |
What is the best way to show a video file directly in a Form? Can I use functions of Windows Player in a Windows Form? Functions like: play video or show visualization for
|
| Showing Windows Forms - question | 19 Oct 2004 10:34 GMT | 4 |
If Windows Form -application has for example a button on Form1 which Click-event opens other Form2-form like... Dim f as New Form2 f.ShowDialog()
|
| Static adresses in DHCP | 19 Oct 2004 09:47 GMT | 3 |
How to get static IP adresses from DHCP?
|
| timers and timespan | 19 Oct 2004 09:43 GMT | 1 |
I have a form with 3 textboxes.they are: startTime, stopTime, and elapsedTimeTxt. I have a timer object on the form named timer1.timer I have 2 buttons named start and stop respectively.
|
| enter data for master table, hard question | 19 Oct 2004 08:45 GMT | 1 |
- I have a master and a details table presented in two datagrid - I also have some text boxes that present the values from any record in the master table. This also helps to enter new data for the master table. I also have a Add button to add new data
|
| How to show Tooltip for UserControl | 19 Oct 2004 08:39 GMT | 1 |
I have developed my own user control and created custom mouse enter event. I need to show ToolTip on mouse enter event. I have written following code for that, but it doesn't show ToolTip. Private Sub MyControl_MouseEnter()
|
| currency manager and binding manager | 19 Oct 2004 08:35 GMT | 2 |
I am confused about these two things... Anyone be kind to tell me the main difference ? Thanks p.s- I read some textbox and help already . but still not understand
|
| ASP.Net VB Method question | 19 Oct 2004 08:29 GMT | 1 |
In ASP.Net Web Service which refers to 2 databases, how do make one field in one table equal to another field in another table eg In table one OtherID, holds ClientID from the second table, these are used in the following method;
|
| copy datarowview | 19 Oct 2004 08:17 GMT | 2 |
I want to put a datarowview aside to use later on. How? dim curRow as datarowview dim oldRow as datarowview oldrow=currow doesn't do the trick because I save the object ref and oldrow
|