| Thread | Last Post | Replies |
|
| Selecting a quarter? | 07 Aug 2004 08:50 GMT | 9 |
I have a form which the user can select a financial year from i.e April 2003 - March 2004, from this year I will be producing a report, however this report is broken down into quarters. Is there a function that I can use that can give me results for the first quarter, second ...
|
| Get Path CommonDialog | 07 Aug 2004 08:05 GMT | 1 |
Is there any way to use the Common Dialog control to select a path rather than a file? I want to allow the user to select a folder that may not have any files in it.
|
| UNICODE Display | 07 Aug 2004 06:55 GMT | 10 |
I have a customer that stores data for several locales in a single database (e.g. Russian, Japanese, English, etc). My application will be running on Windows 2000 English machine and it needs to be able to display the data for all languages. I believe that if I install the ...
|
| New VB .v. VB.Net article | 07 Aug 2004 05:30 GMT | 10 |
Found this recent link on the subject. It's all been said before in these groups, but it's interesting nonetheless: http://www.winnetmag.com/Articles/Index.cfm?ArticleID=43158&feed=rss&subj=SQLServer Tony Proctor
|
| COM+ | 07 Aug 2004 03:39 GMT | 3 |
I am running Windows 2003 server. I have moved an old ASP program that has three teir architechture. When I call the middle tier (a dll file) I get this Microsoft VBScript runtime error '800a0046'
|
| Form Size | 07 Aug 2004 01:50 GMT | 2 |
I've got a silly question, but is there a max size to the forms? I'm got a screen res. of 1024x768, and I have scroll bars on. It seems I can only design a form just so big. Since I'm using scroll bars, is there a way I can design a form to any size?
|
| Reading Tasks from Outlook in VB 6 | 07 Aug 2004 01:03 GMT | 1 |
I have an ActiveX control that reads current user's tasks and displays them. It was working fine before i applyed the most recent Win 2k service pack, or security patch...about 2 weeks ago. Now when i access outlook from this ActiveX using the following code:
|
| Form Control Question | 07 Aug 2004 00:28 GMT | 1 |
At runtime I know the name of the control and I want to reference it in my code to manipulate. How can I accomplish this? Is there something like .Net reflection in VBA? Thanks
|
| SQL - Insert | 06 Aug 2004 22:28 GMT | 6 |
I am trying to insert a datetime value into a Access table with a datetime field type. What is the correct syntax for SQL Insert command Example : SQL = "INSERT INTO TableName(DateTime)
|
| Project Group | 06 Aug 2004 22:23 GMT | 5 |
I have three projects (vbp's) and I would like to create a group that contains all three projects. How do I do this? TIA,
|
| Calling VB .NET DLL from VC++ .NET | 06 Aug 2004 22:20 GMT | 3 |
Is this possible? I can compile my VB code as a Class Library ( DLL ) but how do I generate a .DEF file for the VC++ to get the Dll entry point?
 Signature Cash at Cubic
|
| Scroll Bars | 06 Aug 2004 22:15 GMT | 5 |
How do I change the arrow button size of windows scroll bars? I want to change them only for my app, not all windows apps. I am making a touch screen and need these bigger.
|
| Visual Basic.NET Downgrading | 06 Aug 2004 20:19 GMT | 1 |
I have a VB project that I am told can only be modified with Visual Basic 6.0 Professional version. Can Visual Basic.NET Standard Edition be downgraded to VB 6.0? If not, which version of VB can be downgraded to version 6.0?
|
| Class Property as an Array | 06 Aug 2004 18:30 GMT | 7 |
I have a property of a class that I want as a fixed size boolean array. I have tried a number of combinations but I am still getting an error. The code is as follows: Private m_blnSeverities(3) As Boolean
|
| Retrieving extended file properties | 06 Aug 2004 17:53 GMT | 5 |
I'm trying to figure out, using VB6, how to obtain extended file properties. The properties I'm concerned with are the properties that appear on the Summary tab when you right-click a file (such as a .txt file) and select properties. I need to obtain items such as "Author", ...
|