| Thread | Last Post | Replies |
|
| moving a control on a form | 25 Dec 2004 21:58 GMT | 2 |
Is there a way to move a control on a form, as if it were a floating toolbar (but it's not; it's a datagrid, actually, a small one)? Thanks for any help. Bernie Yaeger
|
| moving a control on a form | 25 Dec 2004 21:55 GMT | 8 |
Is there a way to move a control on a form, as if it were a floating toolbar (but it's not; it's a datagrid, actually, a small one)? Thanks for any help. Bernie Yaeger
|
| Problem displaying a new form | 25 Dec 2004 13:55 GMT | 2 |
I want to display a new form (named as launchPuzzle2) to the user and I use the following code : Dim nextStep As New launchPuzzle2 In an event handler where I want the window to appear, I write the following code : nextStep.ShowDialog()
|
| closing | 25 Dec 2004 12:02 GMT | 1 |
Private Sub Form1_Closing(ByVal sender As System.Object, ByVal e As CancelEventArgs) Handles MyBase.Closing If MsgBox("Really close?", MsgBoxStyle.YesNo Or MsgBoxStyle.Question) = MsgBoxResult.No Then
|
| .NET and Office applications programming | 25 Dec 2004 01:05 GMT | 6 |
Hi all ... could someone point me in the right direction for programming office applications (specifically excel) using vb.net? Can vb.net replace or enhance VBA that comes with the office suite? cheers... have a great Christmas all!
|
| select all childs in a Treeview | 24 Dec 2004 18:21 GMT | 2 |
Hi group. Merry Xmas one and all!!!! I hope Santa brings you all something good. For me, I would be happy with some nice code! If I check a node in a treeview, how do I check all childs of that node? I wrote:
|
| refresh | 24 Dec 2004 18:05 GMT | 1 |
how can i refresh a listview in form1, if i press a button in form2 thanks Maarten ps Merry Christmas
|
| Fieldcount is not right. | 24 Dec 2004 16:36 GMT | 4 |
The following sql statement is used to fill a datareader Select dbo.SessionsFTP.DateEtHeure AS DateEtHeureRecue, dbo.PigesRecuesViaFTP.IdentificationDuPoste as CarrierSiteID, dbo.PigesRecuesViaFTP.NumeroReservoirDuFournisseur as TankId,
|
| Please Help with Setup and OleDbDataReader | 24 Dec 2004 16:24 GMT | 4 |
How do I install or make sure I have the correct Provider for OleDbDataReader. On my development machine (XP Pro, SP2, VS.net 2k3) everything works and I have the 'VFPOLEDB.1' provider available. How do I a) make sure this provider is provided and installed in my setup package ...
|
| newbie Problem with ComboBox | 24 Dec 2004 16:03 GMT | 4 |
I have a CMMS application that I wrote in Access. I am trying to create the same application using vb.net. I have a Work Order form where work orders are created then completed. I have everything working properly with the exception of some combo boxes. I can't seem to see any ...
|
| create form object in class2.vb | 24 Dec 2004 15:31 GMT | 6 |
i have : mainform form2 had 2 textbox class1.vb
|
| Tlib in vb | 24 Dec 2004 15:18 GMT | 2 |
The function "gzuncompress" in PHP and "TZDecompressionStream" in Delphi can decompress the tlib format file stream, what corresponding used in VB.Net? How to decompress Tlib file stream in vb? Thank you
|
| advice needed vb.net/c++ | 24 Dec 2004 15:10 GMT | 3 |
Hi Group, After the christmas holiday I have to start with creating a vb.net program but this program allready exists as a c++ program but it needs to be rewritten in vb.net on some pieces of code need to be re-analysed. But the
|
| Excel constant in VB.NET | 24 Dec 2004 13:02 GMT | 1 |
Anyone can tell me how to use the constant of Excel.object in VB.NET?! Such as xlPaperA4..... ___ Newsgroups brought to you courtesy of www.dotnetjohn.com
|
| HScrollbal and textbox | 24 Dec 2004 12:50 GMT | 2 |
Just wondering if there's a fast and easy way to scroll a long text in a short textbox with a hscrollbar. I have see on msdn an example but was too long and complicated. There's a easier solution? (I hope I was clear enough, I have a textbox with a long text within, I want
|