| Thread | Last Post | Replies |
|
| Setting a enumerated value as default value | 29 Sep 2005 22:04 GMT | 1 |
I need to set a default value to my UserControl, but I'm getting a error when trying reset the value via PropertyGrid on the host IDE: "Object type cannot be converted to target type". The value I'm wanting to set came from a enum value. See the code sample:
|
| Web | 29 Sep 2005 20:47 GMT | 1 |
Hello friends I have a problem with authentication to send a content to a URL on AS400 server. I ever done this before, and I have a java example how to do that. The problem is that I do't know wich method should I use no VB.net to do the
|
| Create DLL, import in main application | 29 Sep 2005 20:22 GMT | 1 |
I have a main application here and developed 2 modules as DLL files, which will be updated from time to time. The main application ships without the modules so i want to be able, to put the module DLLs in application folder and call them from the main
|
| Need help porting code to VB.NET | 29 Sep 2005 18:28 GMT | 3 |
I have some VBScript code that I am trying to port over to VB.NET. I am receiving an error "Cast from type 'Field' to type 'String' is not valid." when calling the MapLegacyExchangeDN method. I'm thinking that the parameter sDirName isn't being properly passed to the function. The ...
|
| Collection object recommendation | 29 Sep 2005 18:03 GMT | 5 |
I would like to use one of .NET's collection or dictionary objects to store various name-value pieces of data. I'm hoping that I can retrieve the values from the collection by specifying the 'name'. Also, I would like to be able to iterate through the collection (by index I ...
|
| Microsoft Web Browser COM Component | 29 Sep 2005 17:57 GMT | 2 |
I have added a Microsoft Web Browser control to my toolbox and placed it on my form. However, the LocationURL is readonly. Is there any way to set the URL so that when the form loads, the page
|
| SQL Naming Issue in SELECT statement *** NEWBIE NEEDS HELP *** | 29 Sep 2005 17:10 GMT | 1 |
I have just started programming in .net and have a SQL issue. I have a "SELECT * INTO HOST FROM 105DW.dbo.HOST" statement that is driving me nuts. I know that it has something to do with the 105DW naming of the db because when I export it to DW105 and refer to it as DW105.dbo ...
|
| UTF-8 Encoding | 29 Sep 2005 16:20 GMT | 1 |
All I want to do is write a simple app that takes a user-entered character and gives me the 1 - 4 bytes that represent it in UTF-8. Common sense indicates that this should be easier than fissioning uranium atoms with sheer mental power. I'd have thought the active code should be ...
|
| TrimStart is not trimming! | 29 Sep 2005 15:58 GMT | 7 |
I am comparing two strings for sorting. In some cases the string may be enclosed in quotes. Since the quote character is less than the A character, all the strings enclosed in quotes will finish the sort ahead of all other strings. My function first attempts to strip the ...
|
| transfering Class between languages | 29 Sep 2005 15:56 GMT | 2 |
hi, say i ahve a class i wrote in C++, how would i use it in my VB.net application? going along with it, say i ahve a VB.net class, how would i use it in my C++ project? thanks
|
| Regular expressions: Replacing whole words without replacing non word chararcters | 29 Sep 2005 15:34 GMT | 2 |
i am trying to use regular expressions to search through a text string and replace a given whole word. take the string = "The matsat on the mat!" (bad example i know) i want to replace the whole word 'mat' with the word 'cat' to give
|
| Wrapping DAO, for better or worse | 29 Sep 2005 15:27 GMT | 18 |
I have a very ugly problem and I need some sincere guidance. My legacy VB6 application depends heavily on DAO, especially as it relates to custom properties on database objects. These custom properties are, as I understand it, not avabilable with SQL Server,
|
| Why can't I look at Items in a collection in the debugger? | 29 Sep 2005 15:22 GMT | 2 |
I'm getting very frustrated with VB.NET debugging issues. Example; I'd like to see what values are in the Session collection and all I get from the debugger is "<cannot view indexed property>" -- Using
|
| Help with DeviceIoControl PInvoke | 29 Sep 2005 14:50 GMT | 1 |
Helo, I'm having problems here with the input buffer.... Ive defined the API call as: <System.Runtime.InteropServices.DllImport("kernel32", SetLastError:=True)> _
|
| Newbie - VB class problem. | 29 Sep 2005 14:09 GMT | 2 |
This is a problem I got writing a VB program for PocketPC, but I think is is related to a regular VB: I created an application that is running. Now I want to change something. In a class form definition I see:
|