| Thread | Last Post | Replies |
|
| checkbox | 21 Oct 2004 12:51 GMT | 5 |
I have six checkboxes that I need to reset with a button. Is there a way to reset all checkbox. checked = false with an array or loop. I am still learning Thanks
|
| Rowfilter for Boolean column | 21 Oct 2004 12:45 GMT | 5 |
How do you write a Rowfilter for a boolean column? col1=true col1='true' col1= 1
|
| Fixed size on datagrid | 21 Oct 2004 12:27 GMT | 1 |
I have a datagrid with differnt records selected after a dropdownbox. I want the height of the datagrid to be fixed with only a vertical scrollbar, no paging. I tried to use a frameset, but it seems it is only available in pure
|
| Form | 21 Oct 2004 12:25 GMT | 1 |
I have Two forms. In Form1 I have 2 textboxes (textbox1, textbox2). And one Button. When I click to button form2 Show
|
| Distorted form while application is running | 21 Oct 2004 11:57 GMT | 1 |
Hey all hope you can answer my question. I have a vb.net application that has one form with a button and a label. When you click the button it kicks off a very CPU intensive proccess (iterations through numerous workbooks with multiple worksheets). Common
|
| Combo Box's | 21 Oct 2004 11:57 GMT | 2 |
Is there away to "Auto Fill" the .text part of a combo box with the values in the drop down section, based on what the user types in. In similar fashion that combo box's work in Access. Thanx
|
| background compilation | 21 Oct 2004 11:42 GMT | 4 |
How can i turn background compilation off? Normally it is very usefull but on a large solution if i am tidying up code, moving methods around for example everything gose real slow as soon as i cut the method
|
| DataGrid Column By Text | 21 Oct 2004 11:12 GMT | 2 |
I know that it is possible to do this: MsgBox(DataGrid1.Item(rowIndex, columnIndex)) However my data has several columns wich I dont controll. Ex: Name, Adress, Favorite Food in different orders.
|
| richtextbox------its urgent | 21 Oct 2004 11:07 GMT | 1 |
Your time settings are still wrong
|
| Is it posible | 21 Oct 2004 11:06 GMT | 2 |
Is it possible to place files(.rtf,.txt) into datagrid control. i want to display files in that grid control. Is there any control in vb.net Plz tell me.
|
| SysTray application | 21 Oct 2004 11:05 GMT | 2 |
i have a small application that i want it to appear in the systray when it's minimized. any simple example for me?
|
| Dropdowns in webform | 21 Oct 2004 10:57 GMT | 5 |
I have 2 dropdownboxes in a web-form. The first one is filled with countries when opening page. The other one is filled with appropriate cities after selecting country. I want the city-ddl to have a text before a country is selected like
|
| How to send Ctrl-C to a console-application | 21 Oct 2004 10:41 GMT | 2 |
i've got a main (win-)application which starts a consoleapp to do some work: Dim psi As New ProcessStartInfo psi.UseShellExecute = False psi.CreateNoWindow = True
|
| Program is taking up tripple memory on load than it does after un-minimize | 21 Oct 2004 10:39 GMT | 1 |
A vb.net program I just wrote is taking up about 14mb of ram right off the bat. If I minimize it to the sys tray and then open it back up again it only takes up ~4mb (in the tray it's taking up around 900k). Why does it take up so much ram initially?
|
| Running .exe file | 21 Oct 2004 10:11 GMT | 4 |
How to run .exe file, that will be in the same directory?
|