| Thread | Last Post | Replies |
|
| Creating new settings on the fly | 31 Jan 2007 23:58 GMT | 7 |
I have a problem which I think can be solved by creating new Settings on the fly, but I'mnot sure if it's possible, or if a better solution may exists. Here's the situation: I have a project with many different
|
| pull dates out of a text file | 31 Jan 2007 19:54 GMT | 5 |
Ok I must admit I stink at regular expressions... been trying to learn them for a while now and its not sticking how I wish it would... but I am trying to take a very long string (about 30KB) and pull out all the dates in it that are in mm/dd/yyyy format and put them into a ...
|
| Using $ in some commands | 31 Jan 2007 19:46 GMT | 5 |
I have a lot of old VB 6 experience and for the last several years have been programming in C#. Now I'm going to be doing some VB.NET development. As I'm "relearning" things so to speak, I remember I was taught that using commands like Trim$ and LTrim$ instead of Trim and
|
| SMTP & Mailer.exe Sample | 31 Jan 2007 18:31 GMT | 4 |
Has anyone played with MS's SMTP sample, mailer.exe? I downloaded the sample, and ran it, but keep getting the error "Failure sending mail". Where might I look for more information? Maybe some troubleshooting tips? Thanks in advance, you folks have helped with some of my other ...
|
| Auto-adjust height of richtextbox (or textbox) based on length of string? | 31 Jan 2007 18:27 GMT | 1 |
Hey all... I've been using the following to calculate the height the textbox needs to be in order to grow it vertically to its necessary size. textbox1.Height = Me.CreateGraphics().MeasureString(textbox1.Text,
|
| Formattazione Testo come euro | 31 Jan 2007 18:18 GMT | 2 |
Buon giorno a tutti, potreste spiegarmi come si fa a formattare con vb2005 un numero 1234 in 1.234,00 oppure un numero come 1255,00 in 1.255,00 Grazie a tutti
|
| taking a very very long time to build a small project | 31 Jan 2007 17:46 GMT | 3 |
I am unable to build a project, and can not figure out why. Is there a log file or some way of seeing what is going on. I get 'visual studio is busy.....' message if i try to click or do something within VS.net 2005.
|
| Skinning a scrollbar, adding custom colors | 31 Jan 2007 17:09 GMT | 3 |
Hey all... My boss typically dislikes the packaged components, and so I'm wondering if there's any code out there to modify the way a scrollbar looks. I'd love to change colors and, if possible, the arrow buttons.
|
| Report recommendations please | 31 Jan 2007 16:07 GMT | 10 |
I'm writing a VB2005 program that needs to generate some printed output, including a main table. At present I'm doing this output simply as a text file, which works well enough to allow printing via eg NotePad, but there are a couple of important refinements that I'd
|
| Question about Firing and event from a dll | 31 Jan 2007 16:01 GMT | 1 |
I wanted to know what is the best or cleanest way to fire an event from a dll to the app that is using the dll in vb.net 2.0. Description: The dll will call or fire an event called “MyEventName(“Info to pass”)”
|
| I don't like this behavior - implicitly returning value types | 31 Jan 2007 14:30 GMT | 6 |
I just noticed this about value types and return values, and it kind of bugs me that the compiler won't treat it as an error, even with Option Strict On. Try this out:
|
| long strings in vb.net | 31 Jan 2007 13:10 GMT | 4 |
I have forgotten how vb.net deals with long strings, I know I used this once but I don't remember. Or was it C# ??? dim s as string = @"string1
|
| need advice for Upgrading from vb6 to .net -software and OS | 31 Jan 2007 13:04 GMT | 5 |
I need to buy into .NET, primarily for VB development. I need to upgrade my Visual Studio 97 and get a new computer(currently on Windows 98). I will be doing personal development at home to learn the new stuff. At work, we will migrate to .NET in a year or so, so I want
|
| network folder is read-only even though file attribute says its writeable | 31 Jan 2007 06:42 GMT | 3 |
I am familiar with using My.Computer.FileSystem.GetDirectoryInfo to get folder attributes, see code below... This does not work though for network drives on my companies system. We use windows as our server, nothing exotic. I looked at the security permissions and the "write" box ...
|
| SQL Server Timeouts | 31 Jan 2007 05:37 GMT | 2 |
What could the possible reason be for obtaining "timeouts" when executing a stored procedure from my application? If I execute the specific stored procedure in Query Analyzer I do not get any timeouts and the stored procedure takes approximately 30 to 40 seconds to execute.
|