| Thread | Last Post | Replies |
|
| Win32Excpetion was unhandled | 31 Mar 2008 04:38 GMT | 5 |
I have a simple windows application and sometimes when I go to run, I get the this error and it says "Window class name is not valid." What does this mean, and why does it only sometimes do this. not very
|
| Comments in class lib | 30 Mar 2008 20:06 GMT | 3 |
I have a soluation that has a class lib and a windows app. when I look at object explorer for the summary info on the dll it shows up. When I copy that dll into another project and look at the object lib the summary info does not show up.
|
| Database creation or not ? | 30 Mar 2008 16:25 GMT | 2 |
I'm writing a simple vb.net app that will store/read some data in a small access database. I'm trying to decide whether I should create the database 'programatically' in the app directory when the app runs, if it doesn't yet exist. Or when the app installs also install a copy of ...
|
| Find an xml node | 30 Mar 2008 11:05 GMT | 5 |
I have a xml file like this: <book id='1'> <name></name> <author></author>
|
| Closing a form after opening another | 30 Mar 2008 09:58 GMT | 3 |
I'm pretty new to VB.NET and I've run into a snag that I'm not really sure how to get around. I'm writing an application that shows a splashscreen, then a license agreement. When the user clicks 'I accept' to accept the license agreement, the form is supposed to load
|
| simple UCase program?? | 30 Mar 2008 06:33 GMT | 3 |
Can someoen show me a simple way to do this? I want to either read a file or copy and paste text into an Rich text textbox on the form. I then want to hit a button and the program will run through the code and in a label display all of the CAPITAL letters
|
| Tool Tips on RichTextBox | 30 Mar 2008 02:55 GMT | 3 |
How can I create tool tips for Richtextboxes.... this is what I am trying to do.... have a one line rich text box. When the users hovers over it, the tool tip will display all the text in the textbox.
|
| ClickOnce Security Risk | 30 Mar 2008 00:20 GMT | 2 |
I've discovered what I believe to be a security risk with ClickOnce. I have only just started publishing my application using our own Trusted certificate, before this I was using a test certificate. The problem is that when I published a new build with the new
|
| help me with regex, please! | 29 Mar 2008 15:05 GMT | 2 |
Hi!, how to get the text that is between < and > if it's length is more that 10 characters , text contains this: < to select this text
|
| VB.net 2005 Service Settings file | 29 Mar 2008 15:04 GMT | 1 |
I have a service I am developing for a client, it requires some configuration parameters that are stored in the settings file; accessed using My.Settings. The service appears to be reading the file correctly and picking out the parameters. I also need to write a configuration
|
| How to get large amount of data from a Windows Service | 29 Mar 2008 14:22 GMT | 10 |
I am thinking about splitting a program I have into a service component to collect data and a presentation piece to display it. It would require sending about 40KB of data when a display is needed. I would rather stay away from an access database and don't really know enough
|
| Online Matrimony | 29 Mar 2008 10:18 GMT | 1 |
Online matrimony is a service available on internet for those who are seeking brides and bridegrooms. The matrimonial websites contains the profiles of persons searching for a partner. The website provides brides and bridegrooms from various nations and religions. This
|
| Odd resonses from VB9 | 29 Mar 2008 03:56 GMT | 12 |
Here are some odd responses from VB9 App.Major : 2 App.Major Revision : 0 App.Minor : 1
|
| GZip Compression :( | 29 Mar 2008 03:15 GMT | 2 |
I'm having an odd issue with GZIP compression (having followed example code found on MSDN). Basically, after running through the compression routine I end up with a byte array several times larger than the source text file, full of zero data. Below is the code used to do the ...
|
| Testing to see if enumeration variable has been populated | 29 Mar 2008 01:31 GMT | 6 |
I have an class that has a member that is an enumeration. When the property that exposes this is accessed I want to check if it has a value and if not assign it a default one. private _EnumX as EnumX
|