| Thread | Last Post | Replies |
|
| Encoding UTF8 to / from Unicode | 19 Jul 2005 09:54 GMT | 2 |
I would like to be sure that i can convert Unicode to uTF8 and vice versa. Can you check this code ? in VB.net and tell me if it is ok Thanks Olivier
|
| Local Settings and NumberFormat issues | 19 Jul 2005 09:43 GMT | 25 |
I got an error message from a client running my software, and after building a test machine with the exact regional settings as my client I could reproduce the bug. The setting causing the bug turned out to be the decimal symbol set to ",".
|
| Trouble installing Windows Service created with VB.NET | 19 Jul 2005 07:41 GMT | 1 |
I am trying to figure out how to make Windows Services using VB.NET. I found an article that seemed simple yet complete enough that I decided to try it. This article is located at: http://www.devarticles.com/c/a/VB.Net/Creating-A-Windows-Service-in-VB.NET/
|
| Determine if an item is in a Collection | 19 Jul 2005 07:38 GMT | 3 |
I've created a lookup class for a windows form application and I'm stuck on how on using the collection object. The process is simple, if the item is in the collection then return that object, if the item is not in the collection then create the item from a value in the database, ...
|
| passing a parameter to a VB.net class (newbie) | 19 Jul 2005 05:47 GMT | 5 |
I have this working class: Option Strict Off Option Explicit On Friend Class Super
|
| Stupid Question | 19 Jul 2005 02:02 GMT | 6 |
If I create: <Serializable()> _ Public Class CompanyInformation and it contains members like:
|
| F5 key stop working? | 19 Jul 2005 01:11 GMT | 6 |
My shortcut key F5 has stopped working in Visual Studio, in all projects. Anyone know what I could have done to make this happen or more important, how to get it back? Chris
|
| Sub Main in vs2005 | 19 Jul 2005 00:32 GMT | 4 |
How can I set my vb.net app to start with sub Main in vs2005? Thanks Regards
|
| VB6 / VB.NET compatability question | 19 Jul 2005 00:00 GMT | 1 |
In vb.net, what is the equivalent of the VB 6 Get statement? Example to be used: VB-6 code; Get FileHandle, , Type_Variable
|
| StatusBar Question | 18 Jul 2005 23:51 GMT | 3 |
I have added panels to a statusbar control using the .Add Method. I want to determine how many panels there are in another part of the program. I tried; 'There is no count property exposed so this doesn't work; mystatusbar.Panels.Count
|
| VS Help not working. | 18 Jul 2005 22:52 GMT | 4 |
I've been having a little propblem lately that just got worse. I was having a problem with the help coming up in the develpment enviroment. It would say "downloading..." while it was looking, then it display the "Page not found" error page, but If I did it again it always came up ...
|
| RichEdit TextBox | 18 Jul 2005 22:38 GMT | 1 |
Can anybody tell me if it's possible to implement spell checking for a RichEdit TextBox somehow? I've tried implementing a Word object and passing the text to its spell checker, but in the end, Word becomes visible and ruins the whole effect.
|
| Question about MSINET.OCX | 18 Jul 2005 21:41 GMT | 5 |
I use MSINET.OCX in my VB.NET applicatoin. I've registered (by regsvr32) and added it into reference for COM interop. The application works at the PC with both VB 6 and VS.NET installed. But it fails with error "Class is not licensed for use" in the PC with VS.NET installed only.
|
| Disable Item in Listbox | 18 Jul 2005 21:32 GMT | 1 |
Does anyone know if you can disable an individual item in the listbox. Thanks, David
|
| Strange Behavior with ByRef and Me | 18 Jul 2005 20:58 GMT | 6 |
I've run into a rather interesting problem. I have a structure (holding a 3D transform matrix, but that's not too important) that has all major functions defined as both shared and unshared, with the unshared ones using the Me keyword to fill in the implicit self reference.
|