| Thread | Last Post | Replies |
|
| how to pass a password to crystal report 9.0 from vb6.0??! | 29 Mar 2004 14:51 GMT | 1 |
Is there any way passing a password to crystal report 9.0 from Visual Basic 6.0. so that when loading the report in vb6.0., it can connect to the database access file and show the report? Thanks a lot.
|
| working with listView | 29 Mar 2004 14:51 GMT | 2 |
i'm using a list view as a substitute for an outlook style toolbar. The user clicks on an icon the same as a command button. How can I get to the click event for that item/icon? For example a listview that has an icon for files...the user clicks on that icon - how do i capture the ...
|
| Crystal Reports to Crystal.NET | 29 Mar 2004 14:51 GMT | 1 |
I have a vb6 app with about 150 reports, using subreports, charts, and most features of crystal 8.5. If I move my app to VS.NET (Not simple, I know), what will the upgrade process be regarding crystal.
|
| this is a very problem for PROGRESS BAR | 29 Mar 2004 14:51 GMT | 1 |
in my form i have created one progress bar. I don't want to activate this progress bar, for exemple, for running a process or install a program, but i want see simply run bar in all time. All this in VB.NET.
|
| Connecting to ODBC sources | 29 Mar 2004 14:51 GMT | 2 |
I just upgraded to the VB.Net standalone version and have tried to create a connection string string to an ODBC alias and a SQL Server database but keep getting an meesage saying I can only connect to the MSDE or an Access
|
| Button MaskColor Property | 29 Mar 2004 13:52 GMT | 2 |
Is there any equivelent to VB 6.0 button control MaskColor property in .NET button?? Thanks in advance Maher K. Al-Jendasi
|
| IsDate function | 29 Mar 2004 13:52 GMT | 5 |
I converted an App. from V 6.0 to .Net. I am runing into an issue with a simple IsDate function. Basically it comes up with an error that it can not convert a string to a date. This is the whole purpose of the function (to
|
| How to make a viewtree editable! | 29 Mar 2004 13:52 GMT | 2 |
Hi, all, Is there a way to make the viewtree can editted, that's to say, when right click the tree node, can display a menu to reset the node content, moreover, Is there any way to
|
| text box events | 29 Mar 2004 13:52 GMT | 2 |
Hi, I have a text box call txtOrderno. I need to validate what the user enters the txtOrderNo_validating event deals with the case when
|
| Code Advisor: Do as you say, not do as you do? | 24 Mar 2004 07:11 GMT | 1 |
Over the past few months, I have seen a number of ardent recommendations to use the Code Advisor to facilitate upgrading from VB 6 to VB.NET. However, I'm not seeing any responses to questions about the Code Advisor, at least those from Bill C. and moi.
|
| Problems upgrading | 23 Mar 2004 03:07 GMT | 5 |
If I try to open a VB6 project using Visual studio.net 2002, I get the following error Visual Basic Upgrade Wizard An unexpected exception occurred - overflow or underflow in the
|
| VB6 > VB.NET or Visual Studio.Net or Both ?? | 22 Mar 2004 21:19 GMT | 2 |
I want to build web applications using Access as the data base. I am fairly good at doing this in Windows using VB6. I do not know whether to get VB.net or Visual Studio.net or both, I do not fully inderstand their relationship.
|
| FileOpen(2, "lpt1", OpenMode.Binary) | 21 Mar 2004 05:44 GMT | 1 |
I upgraded a VB project. When I tried executing, I got error that "FileStream will not open Win32 devices such as disk partitions and tape drives". How am I supposed to copy to the printer in binary mode?
|
| vba to vb.net | 20 Mar 2004 02:33 GMT | 9 |
Does the conversion tool vb6 to vb.net accept vba code as well or do I have to convert from vba to vb6 first.. I only have Office Developer XP...not vb6 or visual studio. Appreciate some advice on this.
|
| Scoping of Variables | 18 Mar 2004 16:53 GMT | 2 |
I converted a VB6 project to .NET. The 2 .bas files in the project became .vb of course. The mainline .vb module declares a group of variables as public. The procedures in the other module (.vb file)
|