| Thread | Last Post | Replies |
|
| dropdownlist | 29 May 2008 07:09 GMT | 1 |
In dotnet of dropdownlist, There should have one features that when I am typing the characters. The dropdown list which should filter according to the characters I entered. But I don't see that happened so good. The list is still showing full list and the cursor does not ...
|
| Minimize all forms- tab in systray - re-open in "correct" order | 29 May 2008 03:47 GMT | 4 |
Is there a simple way to programatically minimize all open forms... place a tab in the systray to re-open the forms... and make sure that if multiple forms were open, they were re-opened (by clicking on tab in systry) in the correct sequence (i.e., in the correct "topmost" order) ...
|
| a simple question | 29 May 2008 03:43 GMT | 6 |
There is an error that drives me crazy and I can't figure out why VB.net behaves this way. I have a form and a textbox and the following code in the form Loads event Dim Ab As Integer
|
| Change from vb6 to vb.net | 29 May 2008 02:54 GMT | 5 |
I have the vb6 program. I am planning to convert this to be vb.net and asp.net 2.0 program. I think I need to recreate all forms but as to class modules, modules code and designer in which how can I convert them to be vb.net common functions or others and crystal reports or .net ...
|
| Pass a value from a child form to a Parent | 28 May 2008 23:03 GMT | 9 |
I have a control (Button) on a Parent form which opens a Windows form... all I want to do is pass a value from the child form back to the parent... it should be so simple... i.e. ParentFormName.Textbox1.text=ChildFormName.TextBoxWhatEver.Text... but
|
| Slow File IO when files are on a computer on the network | 28 May 2008 22:30 GMT | 1 |
I have done some code that parse log files for informations I have developped everything locally and it was going smooth Now the files that I acces threw my code are on a share on a server and it became very slow (more than 10 time slower)
|
| progress bar | 28 May 2008 22:19 GMT | 2 |
Dear all I need help to understand progress bar First : What is the value? What is the relation between value and minimum and maximum?
|
| Windows agents | 28 May 2008 21:19 GMT | 1 |
I want to check withc charakters are installed in windows AxAgentObjects.AxAgent. I know the are in windir\msagents\char . but I also need to know of them are installed also(registerd). is there a way to check this
|
| Confused about MDAC, VB.Net, and Jet | 28 May 2008 19:24 GMT | 7 |
I have a VB.Net application which uses System.Data.OleDb to connect to a Jet database. Recently, I learned that MDAC no longer contains Jet drivers. I'm confused what that means for my application. Can someone help me with answers to these basic questions?
|
| OleDbDataAdapter - merging two tables | 28 May 2008 17:55 GMT | 6 |
I am trying to plonk the entire contents of a dBase file into an Access table. I have scanned the dBase fields and created an empty Access table with the same field formats.
|
| select within an sqladapter | 28 May 2008 17:53 GMT | 2 |
is it possible to somehow select certain records inside a data adapter for example i fill my adapter with: (Select * FROM tbProduct WHERE StyleN = ImageRef AND LNKorDNL='LNK' AND ImageType='Silhouette')
|
| import excel sheet into a sql server table | 28 May 2008 17:29 GMT | 7 |
I am trying to create a sql server table from an excel sheet. Here is the code I have: 'This procedure the xlsx file and dumps it to a table in SQL Server Private Sub Button5_Click(ByVal sender As System.Object, ByVal e
|
| how to use numericupdown to control numbers in textboxes | 28 May 2008 15:50 GMT | 1 |
i have some textboxes with numbers in them. i would like to use the value numericupdown to control the value in the text box. for example if my textbox have 2.5 in it in the beginning. when i change the numericupdown number to 2. then the textbox shows 5, then 3 is 7.5, that's ...
|
| listview, multiple columns, last column needs to be checked | 28 May 2008 15:46 GMT | 1 |
Is it possible to have a listview with multiple columns but only the last column is checked? In other words none of the other columns would have checkboxes.
|
| form state | 28 May 2008 14:59 GMT | 4 |
I am using the notifyicon component, instead of exiting my application, I just hide it, the user has to exit from the icon on the systray. When the form is hiden and the user double clicks on it, I do a show.... the problem I have... if the form is being shown but in the ...
|