| Thread | Last Post | Replies |
|
| Acessing C++ methods from VB .net | 19 Nov 2004 21:48 GMT | 1 |
Hi, first of all I'm new to this whole .net thing so please forgive my ignorance. Now I have a C++ object with me, and I want to be able to call its methods from VB.net. e.g.
|
| Setting Combo box text property | 19 Nov 2004 21:35 GMT | 8 |
I would like the text property of combo box to read the first item of the list on form load. I have a set of four items in the collection. How do I do it? Thanks
|
| how to know when an application is running | 19 Nov 2004 21:15 GMT | 4 |
Hi, I need to know if an application is running because I want just one instance of this application. So I'll execute it only if it is not running. Thanks so much.
|
| Crystal 'Multiple Defs w/ Identical Signatures' in generated code | 19 Nov 2004 20:17 GMT | 1 |
A developer created a Crystal report in .NET. I added the .RPT file to one of my .NET projects as an existing file. It immediatly reported several errors in the generated [reportname].vb file where it created its class and listed the sections as properties but listed
|
| RowChanged event | 19 Nov 2004 20:03 GMT | 8 |
If I add a handler to the row changed event of a datatable, it fires when a row has been added, but when in the event, it hasn't actually added the row yet... Is there a way around this? How can I make sure that the row has been added to the dataset during this event? Or is
|
| change position - dialog box | 19 Nov 2004 19:52 GMT | 1 |
CAN I CHANGE POSITION OF OPENFILEDIALOG IN VB.NET? I WONTH OPEN DIALOG ON X=0 AND Y=0 POSITION. THANKS
|
| Form click event | 19 Nov 2004 19:49 GMT | 1 |
Hello group, I built a UserControl for a new application that look like a ComboBox. When the user click on the DropDown, a list of things appeard on the screen. If the user click on an other control on the form, the Leave event of my
|
| API Call | 19 Nov 2004 19:03 GMT | 1 |
I'm trying to call DRV_GetAdress API function from adsapi32.dll with VB.NET. The problem is that this function has an "Any" type in one of its arguments and this type is not supported from .net.
|
| Obfuscating | 19 Nov 2004 18:43 GMT | 1 |
Does anyone have any tips on dotfuscating beyond the community edition of Dotfuscator? What is the cheapest way of obfuscating your code beyond this is what I was wondering?
|
| Calling a SQL stored procedure | 19 Nov 2004 18:28 GMT | 5 |
I have the following stored procedure in an sql database ------------------------------------ CREATE PROCEDURE zspQuoteSummary @dStart DateTime,
|
| Ho to set background color after upgrading from VB6 | 19 Nov 2004 17:12 GMT | 2 |
I have used a generic funtion for setting background color in my VB6 code like this: For Each ctl In frm.Controls sCtlType = TypeName(ctl)
|
| refreshing label text | 19 Nov 2004 15:58 GMT | 2 |
I have a form that runs a procedure when a button is clicked. the procedure does a few things, then outputs the results to labels on a form....which it does fine. However, when I call that procedure again (in the same instance of the
|
| Third Party Rich Text Control | 19 Nov 2004 15:39 GMT | 4 |
Woll2Woll has a product for Delphi called Infopower which has a rtf control with a built-in word processor. Does anyone know of a third party control that has the same capabilities. I don't have the experience in Dot Net to write one myself.
|
| Code groups | 19 Nov 2004 15:25 GMT | 1 |
Some please explain what are 'Code groups'. Thanks
|
| Need to check whether a file named flower exists with different extensions | 19 Nov 2004 15:05 GMT | 2 |
I need to check whether a file named flower exists with different extensions. I know only file name. I don't the the extension(may be .bmp, .ipg, or .gif).
|