| Thread | Last Post | Replies |
|
| Assign a namespace to a resource file in a Visual Basic project. | 01 Nov 2008 00:22 GMT | 6 |
Please can you tell me how to assign a namespace to a resource file in a Visual Basic project? In C# such resources file inherit their namespace based upon the folder hierarchy in which they are stored but in Visual Basic all such resources
|
| label | 31 Oct 2008 23:54 GMT | 1 |
I am finding the standard label in visual basic.net 2005 is limited. I want to put color to the border but do not see how.
|
| Crystal Report Sorting... | 31 Oct 2008 22:18 GMT | 1 |
I have a vb.net 2005 project and have built a report using teh built in Crystal that comes with it. THe source of my report is an SQL server 2000 view - which has sort criteria built into it... The report is not coming out in that order and I see that there is a "Group
|
| Calc Sample like MS Calc? | 31 Oct 2008 22:07 GMT | - |
Hallo everybody, Good day!, I was wondering if anyone have a sample in VB.NET of a calculator like the one in Microsoft, (almost same behavior).
|
| Multithreading Race Conditions | 31 Oct 2008 21:30 GMT | 4 |
Im having an issue setting back my databackgroundworker.is busy to false. I call the CancelAsync() however it doesn;t cancel anything with the backgroundworker. What else can I do. I can;t set the .Isbusy because its read-only
|
| GetFileSize | 31 Oct 2008 21:24 GMT | 3 |
I am working in VB.NET 1.0. I am trying to use the Windows API function GetFileSize. It's a bit of a long story why I must use this function, rather then the built-in .NET System.IO.FileInfo.Length property. I have the function declared as follows:
|
| String() declaration? | 31 Oct 2008 20:57 GMT | 16 |
Can someone please explan the difference between Dim temp as String() and Dim temp() as String
|
| Crystal report issue... | 31 Oct 2008 20:36 GMT | 1 |
I have a vb.net 2005 project and have a Crystal report I have designed (using the built-in Crystal reports that came with .net 2005). The fields in my report are based on a stored procedure. I have now added a field to the database and have modifed the stored procedure to include ...
|
| UserControl inherit from label | 31 Oct 2008 18:37 GMT | 3 |
How to set the minimum size, the dock comportement of a usercontrol herited from a label ? i tried this without success : Imports System.ComponentModel
|
| Posting from HTML Form to ASP.net | 31 Oct 2008 15:40 GMT | 2 |
Hello! I need to retrieve POST information from an HTML form into my VB ASP.net 2008 web form. My simple html form is:
|
| loop through folders in mapped drive | 31 Oct 2008 14:36 GMT | - |
I am working with VB 2008. I want to be able to run this program say in N:\ and it will show me in an excel sheet the following: Folder Path Size(GB) Count of Files N:\Clients 0.53 308
|
| GDI Graphics are Imprecise | 31 Oct 2008 14:34 GMT | 2 |
When I use standard GDI graphics methods, like DrawRectangle or FillEllipse, I've noticed that the results are slightly off. I seldom work with graphics, but I'm doing a project now which requires me to draw precise shapes. I've discovered that, in order to
|
| What class to use for big strings ? | 31 Oct 2008 14:00 GMT | 4 |
My program is creating pdf files, around 50 - 100 kB each. Today I write them in text files, then read them back to store into a database. It's obvious for me that I can save the text file operations by creating a big string in memory (only append), but it's unclear what class to ...
|
| minimize form | 31 Oct 2008 12:52 GMT | 4 |
my question is, is there a code to minimize / maxmize a form when clicking a button? I tried some codes and it didn't work. I got the blue line... Thanks for any help.
|
| Timer Control query | 31 Oct 2008 09:42 GMT | 3 |
I am using VB.net 2008 and use timer controls within my applications Question Does the code in a Timer control.tick event run on a different thread to the main Application thread (UI Thread)?
|