| Thread | Last Post | Replies |
|
| how do i get scroll bars on picture control | 14 Jun 2005 23:10 GMT | 1 |
i've got an image too large to fit inside my picture control. how do i get horizontal and vertical scroll bars?
|
| cursor show and hide | 14 Jun 2005 22:55 GMT | 2 |
quick question, im making a a program and when the mouseposition gets to a caertain point, it will be shown, if it isnt ther, it will be hidden. i have the code written and set breakpoints but it wont work, heres what i have if me.mouseposition.Y >= 100 then
|
| Web Datagrid column widths | 14 Jun 2005 21:02 GMT | 1 |
Hi All, me again. I've got my web form data grid set up pretty nice. But how do you set the column width? The columns seem to grow and shrink based on the width of the data in them (that's ok) but if the data gets to
|
| Confusion about interface | 14 Jun 2005 20:34 GMT | 4 |
According to OO, interface is just a bunch of definitions, no implementation at all. It's also true when we write our own code in .NET. But I find every interface provided by .NET has specific implementation. For example. Control.Invoke Method Executes a delegate on the thread ...
|
| Subtracting Dates | 14 Jun 2005 20:13 GMT | 3 |
I want to subtract two Date variables and show the result in this format: hh:mm:ss I'm thinking that there might be an easy way of doing that. something like: ...
|
| Where is the Alignment property? | 14 Jun 2005 19:28 GMT | 1 |
I'm working on an ASP.NET with VB.NET web application (Web Forms) and I can't find an Alignment property for the TextBox nor the Label control? What am I missing? Thanks, Rob.
|
| Deployment (Custom Actions) | 14 Jun 2005 19:25 GMT | 2 |
I'm trying to get the installation folder that the user selects from my setup program so I can write the value to the registry. I've written a custom Installer that inherits from System.Configuration.Install.Installer and overridden the Install and Uninstall methods. I'm trying to ...
|
| listView getting values back | 14 Jun 2005 18:41 GMT | 1 |
First time I am using this control in lieu of a listbox, and I want to be able to get values and row positions back ... I seem to be able to get the first col value back using focusitem, but what if I want values from other cols??
|
| How to convert correctly | 14 Jun 2005 17:58 GMT | 2 |
Hello group, I have a little problem and I don't know how to solve it. I use Textbox to let my user type the price of their products. The Textbox only accept number and the decimal separator. When they confirm the price I do a
|
| Flickering of a control | 14 Jun 2005 17:35 GMT | 5 |
I'm writing user control, the custom progress bar. It should show current position, when application is playing an MP3 file. The problem is that sometimes, when it redraws itself, it flickers undesirably, spoiling all the impression. I can not find any regularity in its behaviour. ...
|
| Configuracion Regional? automaticamente | 14 Jun 2005 17:34 GMT | 1 |
Hola, saben como puedo hacer para que cada vez que un usuario ejecute el sistema el cual estoy armando, cambie automaticamente la configuracion regional y use asi decimales separados por "." y no por "," Gracias saludos
|
| How to obtain method name of caller | 14 Jun 2005 17:07 GMT | 5 |
I hope I make sense here. I want to be able to obtain the name of the method that calls a method within my class. So If I have my class that has a method LogInfo()
|
| Web DataGrid | 14 Jun 2005 16:48 GMT | 3 |
First, let me tell you I am confused by the different choices of newsgroups. I see no newsgroups that deal with webapps and winapps differently, but I see them as two very different things even if the language is vb.net.
|
| VB.NET 2005 and pre/post build events? | 14 Jun 2005 16:29 GMT | 1 |
Hello all, ... question for those who've been playing with the 2005 pre-releases: Does VB.NET have pre & post-build events in 2005 by any chance? This would be such a a great improvement.
|
| FTP Upload - needs help badly | 14 Jun 2005 16:22 GMT | 3 |
Please help me with my vb dotnet code. I'm trying to upload a file to an ftp website. The program seems hung on this line of code "wrqToVendor.GetResponse". I'm not getting anything back. I tried the webclient upload but it does not work for .NET framework
|