| Thread | Last Post | Replies |
|
| Handler Stack Overflow?!?!?! | 16 Sep 2005 19:17 GMT | 3 |
Please help! I have a handler in a class that handles when a column in a table is modified, as such: dtWhatif = dsOp.Tables("whatif")
|
| What is the Difference between MsgBox & MessageBox.Show | 16 Sep 2005 17:55 GMT | 4 |
Can Any one explain me what is the Difference between MsgBox and MessageBox.Show... In VB6 i used MsgBox, So Can I Say "MessageBox.Show" is the new version of MsgBoz which belongs to C# or VB
|
| vb.net situation I fail to understand | 16 Sep 2005 17:15 GMT | 1 |
I have a Batch Vb.net program with no user interaction which is activated from a command prompt window with some arguments. (takes about 2 minutes) I don't understand why the command prompt Cursor gets its focus back immediately after running the program and not only after the ...
|
| Cloning a datatable and replacing column contents... | 16 Sep 2005 17:03 GMT | 3 |
Hi all :-) I have a datatable that I need to clone completely except for 1 column - I need to replace the contents of this 1 column with the contents from another datatable that has the exact same number of rows. I've tried using Removeat
|
| Datagrid.CaptionText with DataSet? | 16 Sep 2005 16:22 GMT | 3 |
I have a DataGrid that uses a DataSet with several tables as its DataSource. Is there a way I can set the CaptionText of the DataGrid to the table name when I click on a table?
|
| Call SendMessage API Question | 16 Sep 2005 15:35 GMT | 18 |
Thanx to this newgroup I have finally, with the help of you guys, gotten this to work halfway.. but the final action is still not working, clicking the "Button2" thru SendMessage(). Private Declare Auto Function FindWindow Lib "user32" Alias "FindWindowA"
|
| Etiquette with the newsgroups | 16 Sep 2005 15:09 GMT | 10 |
Hello ppl I am beggining with VB.net and would like to use this newsgroup to supplement my learning. Firstly whats the correct etiquette here as this is my first involement with
|
| grid.databind in vb.net 2005 beta2 | 16 Sep 2005 15:02 GMT | 2 |
I try tu polulate grid and I using vb.net 2005 beta2. The code is the same : sql = "SELECT * FROM albi where RIFAnno= " & RIFAnno If conn.State = Data.ConnectionState.Closed Then conn.Open()
|
| MDI Applications using Toolbar control | 16 Sep 2005 14:43 GMT | 1 |
I have an Windows Application in which I have an MDI form and some child forms. I am assigning the parent window for the child forms using the code frmTest1.mdiparent=me [ie, the mdimain form] Now in the main window, I have menus through which I can open the desired
|
| Is there some way I can speed up a ListView sort? | 16 Sep 2005 14:29 GMT | 8 |
I have a ListView that has about 200 rows and 15 columns. When I execute "Sort" it takes minutes to sort. I did implement my own ICompare object but the Function Compare is simple, much like the one in Help to sort columns.
|
| ListView-thing | 16 Sep 2005 14:02 GMT | 1 |
I'm trying to pass some data to a ListView. Can anybody tell what I'm doing wrong? Dim strMsg As String Dim intTeller As Integer
|
| IntelliSense TextBox Control | 16 Sep 2005 13:42 GMT | 1 |
I want a textbox control which support like-as IntelliSense feature to allow user select a word when inputting text. Is textbox control support it? Or Are there any third party control support it?
|
| Getting process id of Office-applications | 16 Sep 2005 12:51 GMT | 2 |
Hi all, I'm working with a win app in vb that needs access to actual process id of the office-applications Word, Excel and PowerPoint. I know I can loop the processes and check for processes of these applications by name etc., but it
|
| Can I change the title of the PrintDialog? | 16 Sep 2005 12:33 GMT | 1 |
The PrintDialog title is Print (the text on the blue bar at the top of the dialog) Can I change the title to be Print DocumentName or Print information of ABC Report?
|
| TextBox KeyPress | 16 Sep 2005 12:32 GMT | 3 |
I was wondering how could I do something which was really easy to do with VB 6.0. Let's suppose I have a textbox in which I want to capture some key events to handle them (for example a numeric only textbox). It is easy,
|