Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008


all groups > vb.net > march 2004 > threads for sunday march 21

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

How to print using a console program
Posted by Ray Martin at 3/21/2004 11:25:46 PM
I would like to send an error message to the default printer when running a console program. How can I do that? ...more >>

System.Text.Encoding (Chinese Character BIG5-->GB Conversion)
Posted by norton at 3/21/2004 10:40:00 PM
Dear All, May i know how can i make a conversion between BIG5 and GB encoding? Thx in advance! ...more >>

Toolbar button being hovered over
Posted by Brian Henry at 3/21/2004 10:31:39 PM
How do you figure out which toolbar button is being hovered over so you can show related text on the status bar? I don't want to use a tooltip. Thanks! ...more >>

Tab Page Problem
Posted by MadCrazyNewbie at 3/21/2004 10:09:25 PM
Hey Group Sorry but this is a Repost due to bad explination and title: I have a Tool bar, with seven Icons on. When a users clicks on a Icon it brings up one of seven tab pages with 2 to 7 tabs on each, and around 30 Controls per page. All Tab Pages are hiden untill the toolbar Icon is se...more >>

Wanted: Help translating C# to VB.NET
Posted by Siegfried Heintze at 3/21/2004 10:04:42 PM
Would someone kindly translate this from C# to VB.NET for me? Thanks. Siegfried HttpApplication app=(HttpApplication)sender; if(app.Request.IsAuthenticated && app.User.Identity is FormsIdentity){ FormsIdentity identity = (FormsIdentity) app.User.Identity; ...more >>

TextBox resizing
Posted by jy836 at 3/21/2004 8:08:12 PM
I have anchored a text box to all sides of a form so that when the form is resized, the text box resizes too. However, the form may or may not have a horizontal scollbar (depending on whether or not WordWrap is enabled). It will always have a vertical scrollbar. My question is, how do you write c...more >>

Project question
Posted by CroArmy at 3/21/2004 3:44:33 PM
Hi. I'm doing with my team on a really big project in vb.net. We are creating a 3d game. Can you tell me, how should we organize everything in VB.net. Some optimization hints... ...more >>

2 questions
Posted by Jay at 3/21/2004 3:30:08 PM
Hi, Just making the transition over to VB.NET and have 2 questions. 1. VBC Is there a reason why references (/r:xxxxx) needs to be included? Seeing as they are referenced in the code with the imports keyword it seems to be like a double-up? 2. Object.Methods abc = new Object abc.ToString...more >>



user controls missing from "My User Cotrols" tab
Posted by Steve R. at 3/21/2004 12:11:09 PM
I have a project with user controls. Previously, the controls would appear on the Toolbox tab "My User Controls", as they should. All of a sudden, only one of the user controls appears on that tab. Any ideas? I tried rebuilding the app, but that did not help. Thanks, Steve...more >>

Web Browser Form
Posted by Jeff Cobelli at 3/21/2004 11:13:17 AM
Is there an equivalent in VB.NET to the VB6 Web Browser Form? I want my application to have it's own web browser. I have been unable to find any documentation on whether this capability even exists. Thanks for your help. ...more >>

onPaint question
Posted by Peter Ignarson at 3/21/2004 10:48:13 AM
Hi - I have the following code to redraw some graphics on the background of an MDI window each time it is resized. The problem is that the code in RedrawWindow takes a lot of time and my simple program appears slow. Protected Overrides Sub OnPaint(ByVal pe As PaintEventArgs) MyBase.OnPaint(p...more >>

Assignment of class instance
Posted by Zvi Danovich at 3/21/2004 10:43:16 AM
Hi all, I am newby in VB.NET (but have good experience in C++), and hope that my question is very simple for experienced VB user. The problem is: Suppose I have the class A Dim x as integer Dim y as integer end class and iArrayList having many instances of A. In my VB.NET code I ...more >>

Is LayoutKind.Sequential ever needed with VB (or C#)
Posted by SamSpade at 3/21/2004 10:42:55 AM
I see <StructLayout(LayoutKind.Sequential)> before a Structure Definition in many examples. However, the doc says: To reduce layout-related problems associated with the Auto value, C#, Visual Basic .NET, and C++ compilers specify Sequential layout for value types. I think a Structure is a v...more >>

dir function replacement
Posted by starbuck at 3/21/2004 10:38:44 AM
Hi This function in vb6 would return true if the directory existed. Function IsDir(ByRef d As String) As Boolean Try d = Trim(d) If Not Right(d, 1) = "\" Then d = d & "\" If Not Dir(d, vbDirectory) = "" Then IsDir = True Exit Function ...more >>

ASPX to application communication
Posted by Kris Rockwell at 3/21/2004 10:13:38 AM
Hello, Is there any way to have an ASPX page control browser functionality. For example, if I build a browser using the AXWebControl, can I toggle certian interface functions in the browser (say enabling or disabling the back button) from the ASPX page? If not, is there another way to do this?...more >>

Change to email functionality - reposted.
Posted by teddysnips NO[at]SPAM hotmail.com at 3/21/2004 9:15:23 AM
This thread was previously interrupted with a spurious answer. Cor's suggestion of http://www.systemwebmail.net/, while a useful resource, does NOT contain the answer to my question. I use the function below to send email from my ASP.NET application. When I last visited it about three week...more >>

How to Read .ini file thru Batch File
Posted by ssanthi8 NO[at]SPAM hotmail-dot-com.no-spam.invalid at 3/21/2004 4:28:52 AM
I am very new in VB.Net. I want to send email thru batch file. The batch file contains only .exe file name and .ini file with space ( .exe .ini). When i double click the batch file it will call .exe file and .ini file. .INI looks like this [FROM]: dddd@ddd.com [TO]: fff@to.com [Subject...more >>

Picture and fax viewer preview not available
Posted by Duncan at 3/21/2004 3:16:05 AM
Can anyone help me please, when I download a jpg, bmp or an art picture into a folder in "my pictures" the Windows picture and fax viewer reports "no preview available" when I double click on any of them I have used the programme in the past and it worked fine then but recently Ihad aproblem and ha...more >>

List users and telephone number from Active Directory
Posted by Homer at 3/21/2004 1:51:07 AM
I am trying to get a list of all usernames and telephone numbers from Active Directory. I have managed to get a list of users, but nothing else. Any suggestions as to how to get all this info would be appreciated Thanks for your hel Homer...more >>

WinApp that create another exe
Posted by Vittorio at 3/21/2004 1:51:05 AM
Hello I would like to create a WinApp that create another exe based on a simple vbscript Is it possible Vittorio...more >>

RE: OS questions
Posted by Radith at 3/21/2004 1:26:05 AM
First of all thanks to Tom for interest on my part Actually Tom i'm only starting to program with vb.net and i was just wondering exactly how far i have to go So what programming language do u use Can i go pretty far with vb.ne As far as i understand vb.net and the vs.net IDE are also programme...more >>

Ezy forms q.
Posted by Radith at 3/21/2004 1:21:08 AM
Private Sub btchange_Click(... ' Here i need to bring up form2, which i have already create End Su THANX...more >>

Question on Sample Code
Posted by WStoreyII at 3/21/2004 1:17:58 AM
I downloaded this tutorial from the msdn? @ http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vbtchFormattingWindowsFormsDataGridVisualBasicPrimer.asp Now my question though is on this sub: Public Class ColoredTextBoxColumn Inherits DataGridTextBoxColumn ...more >>


DevelopmentNow Blog