| Thread | Last Post | Replies |
|
| Merge Module For dotnet Framework | 15 Oct 2004 23:18 GMT | 3 |
Is there a merge module for the dotnet framework? If so Where? I cannot seem to find it.
|
| VB equivalent of Itemdata in Combo box | 15 Oct 2004 22:58 GMT | 5 |
I have a combo box which displays FirstName+ Last Name of a person. I want to store their id's in the combo like we store in ItemData of VB 6 combo box. Is there any itemdata equivalent in VB.Net Combo?
|
| Web App Deploy Problem | 15 Oct 2004 22:03 GMT | 3 |
All, I have a web app that uses a Web Service from an external provider. The app works while hosted on my local dev machine. I used the "Copy Project" option from within the IDE to deploy to an interal web server. However, the
|
| Do I use 'or' for bitwise operations where in c# I use | ? | 15 Oct 2004 21:35 GMT | 10 |
Do I use 'or' for bitwise operations where in c# I use | ?
|
| Regular Expression Help | 15 Oct 2004 20:40 GMT | 3 |
I need to find all occurrences of a comma in a string EXCEPT where it occurs between quotation marks. For Example: Field1,Field2,Field3,Fiel4,"Lastname, Firstname",Field5, Field6
|
| Internet Explorer control | 15 Oct 2004 20:32 GMT | 2 |
I'm having a couple of problems with the Internet Explorer browser control. I'm using VS.NET 2003 on Win2k SP4 with IE6. First, let me briefly describe how it's used in my project. 1. I have a DLL containing a form which hosts the IE
|
| Contains for string? | 15 Oct 2004 20:11 GMT | 17 |
Is there such a thing as a CONTAINS for a string variable in VB.NET? For instance, I want to do something like the following: If strTest Contains ("A","B", "C") Then Debug.WriteLine("Found characters")
|
| C# to VB.NET code snippet migration help | 15 Oct 2004 19:54 GMT | 4 |
I'm trying to convert a class to VB.NET code from C#. public class SomeClassCollection : CollectionBase { public SomeClass this[int index] { get {return((SomeClass)List[index]);}
|
| Do I Have to Redraw Graphics? | 15 Oct 2004 19:39 GMT | 4 |
I am using a Graphics object to draw on a form. If I pop up a message box, or if say the user minimizes and then restores the form, my graphics are erased (just where the box was in the former case). Do I have to detect these things and redraw, or is there a way to
|
| Discrepancies between FileGet and StreamReader | 15 Oct 2004 19:19 GMT | 16 |
When I use either one to read a Text file, I get the same result. The length of the string that the file's content has been written into is the same. However, if the file is binary, FileGet gets me the correct content while StreamReader gives me a truncated string.
|
| Creating MS Office Graph/Chart in VB App | 15 Oct 2004 19:08 GMT | 13 |
Howdy, I was wondering if anyone could point me in the direction of a tutorial or some information on how to create a chart/graph for a VB application? Thanks,
|
| Problem understand code behind | 15 Oct 2004 18:52 GMT | 5 |
Hi I have a novice question. I am writing some code, and several routines in .NET. So far very succesfully using several sample to work from, though am I jumping in by doing this and I really need to understand best methods etc. However, I want to know as Its something I am having a ...
|
| 3d Text | 15 Oct 2004 18:22 GMT | 2 |
I am looking for a way to create 3d text. Is this possible natively with VB.NET 2003? Or, is there a good add-on somebody could recommend? Thanks,
|
| Scrolling Text in VB.NET Window Form | 15 Oct 2004 18:02 GMT | 5 |
I need to have a "scrolling" text label or textbox at the bottom of my window to show the URL of where a song is being played from. I want the text to scroll on a single line from left to right in case the URL is longer than the width of the textbox/text label.
|
| Can I force late binding? | 15 Oct 2004 17:54 GMT | 1 |
I've run foul of this bug advisory from Microsoft: http://support.microsoft.com/default.aspx?scid=kb;en-us;292744 My preferred solution of the two listed is to use late binding. I have Option Strict "On" in my source file. Regardless of this, is there any way
|