| Thread | Last Post | Replies |
|
| Simple Windows Control Question | 25 Nov 2004 16:41 GMT | 2 |
I'm just wondering how can i get the properties of the container that the control resides on in vb6 is was quite simple. I want to get the forms width and heigth thanks
|
| Datagrid Refresh problem | 25 Nov 2004 15:15 GMT | 2 |
I have a Datagrid in a simple form that I programmatically modify using something like that : Me.DataGrid1(RowID, ColID) = "blablabla" But my cell wont refresh unless I click on another cell or move the
|
| Installing Code groups | 25 Nov 2004 14:21 GMT | 1 |
Can anyone point me to an article on how to create an MSI to install code groups onto a machine using VS? Thanks Scott
|
| array of textboxes | 25 Nov 2004 14:18 GMT | 3 |
i have lists with 10 and more textboxes for example test1.text, test2.text ...i want as i could do in vb6 with just a copy-paste of the same textbox, to have an array like test(1).text, test(2).text and to change the contents with a loop like "for"...is there any simple way to ...
|
| Returning 2 values | 25 Nov 2004 13:49 GMT | 23 |
Hi all. I know this is basic but it is something that i have never learnt! I have a function that returns a True or False to the Sub. But what i actually want to do is return True or False and a number. How is this possible?
|
| Question about deployment with strong name | 25 Nov 2004 13:19 GMT | 3 |
Now, I have 3 projects of class library and 1 project of window application. The window application will call the 3 class librarys. So should I make 4 .snk files for each project? Or one .snk file linked by Assemblyinfo.vb of each class library?
|
| How do I create a sheet in Excel from VB.net? | 25 Nov 2004 13:07 GMT | 7 |
Does anybody know how to add a specific number of worksheets to an Excel spreadsheet through VB.net? I'm trying to export some datatables to an excel file, but I only want as many sheets in the workbook as there are tables. Right now the routine I'm tweaking from
|
| WebClient & Proxy (407 Proxy authentication required) | 25 Nov 2004 13:00 GMT | 4 |
I'm trying to download a file. I've tried both using webclient and the httpWebRequest. Either way it returns a "407 proxy authentication required". The program is to be run externally, so basically I don't know the
|
| Win32 API in VB.Net | 25 Nov 2004 12:45 GMT | 2 |
I'm porting a 250KLOC VB6 app to .Net this coming year. In order to overcome some of the deficiencies in various version of VB (the app originally began its life as a Quick Basic app and has gone through all iterations of VB from 3 onward!), especially related to drawing, the
|
| Adding data to Datagrid WITHOUT using dataset | 25 Nov 2004 11:18 GMT | 1 |
I know that in practical usage that the best way to get data into a datagrid in VB.Net is by setting the datasource of the datagrid to a dataset. However, is at all possible to add data to a cell freely? Meaning: me.datagrid.currentcell(row, col) = "scott"
|
| Raise the events in VB 6.0 where the events are defined in VB.Net | 25 Nov 2004 11:16 GMT | 1 |
I have defined few Events in VB.Net, Register the DLL using "Register Interop for COM" Option. Now I have referred the class in VB 6.0. That is add the referrence for the DLL. But I am not able to declare the Events and invoke the events in VB 6.0
|
| Localising the setup project | 25 Nov 2004 09:05 GMT | 2 |
Is there a way to make a setup program created in vb.net display in Dutch? The localisation option in the setup project lets me choose a few languages such as Spanisch, Chinese and English, but no Dutch. When set to neutral, it'll still display in English despite the fact I'm ...
|
| Looking for some Programmers | 25 Nov 2004 08:35 GMT | 24 |
Hey guys. I'm looking to get together some VB programmers on Yahoo messenger. I sit at a computer and program all day. I have about 3 or 4 people already, but it would be really cool to have a much larger list of people (for all of us to benefit). I have
|
| VB.net for schools | 25 Nov 2004 07:46 GMT | 17 |
 Signature hello I used to teach VB6 at schools, adult colleges a few years ago. Having seen a bit of VB.net I am a little shocked to say the least. The idea of teaching
|
| Image | 25 Nov 2004 07:34 GMT | 1 |
How can I change the image in picturebos for the same but in Black and white ?
|