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 > december 2004 > threads for sunday december 12

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

What's the best way to make a Terminal window?
Posted by Terry Olsen at 12/12/2004 11:30:51 PM
I need to make a terminal window to emulate special characters of a vintage PC. I don't think I can use a console because you can't change its font...can you? So what is the best way to make a terminal window that has a scrollback and is easy to position the cursor? How does hyperterminal...more >>

is there any performance difference ..
Posted by anoj at 12/12/2004 10:56:38 PM
Hi All is there any performance difference between using operators + and & while concatinating the strings. ...more >>

application manifest version?
Posted by Rob R. Ainscough at 12/12/2004 10:22:30 PM
I'm using an application manifest for a "managed" application I'm coding. Can anyone tell me if the version changes? Example: MyApp.exe.manifest .... <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> .... MSDN says version is always 1.0, seems odd to me that the v...more >>

How can i create this variable?
Posted by Miguel Dias Moura at 12/12/2004 6:22:19 PM
Hello, I am working in ASP.NET/VB. I have a string created by a script. How can i display the content of that string when the page is loaded so i can check its value? Thanks, Miguel ...more >>

How to display a variable value?
Posted by Miguel Dias Moura at 12/12/2004 6:21:41 PM
Hello, I am working in ASP.NET/VB. I have a string created by a script. How can i display the content of that string when the page is loaded so i can check its value? Thanks, Miguel ...more >>

Numeric to array of byte
Posted by Richard L Rosenheim at 12/12/2004 5:02:11 PM
I know about BitConverter to convert an array of Byte to a numerical value (like ToInt64). I haven't been able to find the inverse -- to convert the numerical variable into an array of Byte. Is there such methods in the Framework? Richard Rosenheim ...more >>

Concatenating two arrays of byte together
Posted by Richard L Rosenheim at 12/12/2004 4:59:34 PM
Is there any built-in method or mechanism for concatenating two arrays of byte together? I haven't come across anything to do this, and was just checking before I implement some code. Richard Rosenheim ...more >>

Database connection problem.......I think! :-)
Posted by Phil at 12/12/2004 4:34:33 PM
Hi all, 1st post here so................:-) I am using VS.Net and coding in VB. I am following some examples from a book that shows a connection string as:- sqlcnn = new sqlconnection("data source=(local);initial catalog=Northwind;integrated security=SSPI") My server is the VS.Net defa...more >>



Scrolling panel
Posted by Nathan at 12/12/2004 4:13:04 PM
Hi, I have a panel on a form that contains a number of controls, so many that the panel has a vertical scrollbar in order to view all of them. When the form first loads, the panel's scrollbar automatically scrolls to about the middle rather than staying at the top. Also, when I click on o...more >>

Printing - Right Justified
Posted by Luke Vogel at 12/12/2004 3:55:51 PM
Hi All ... I'm trying to print some text (for an automated letter) right justified using the printdocument classes. I know how to determine the left and right margins, but how do I set the starting point for a string of text so that it finishes printing at the right most margin? -- Reg...more >>

AssemblyVersionAttribute Doesn't Exist In Assembly
Posted by Phil Galey at 12/12/2004 1:28:04 PM
This is a multi-part message in MIME format. ------=_NextPart_000_001C_01C4E04E.69243CF0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I created an About box and am able to get all the assembly information = from the program to show up in the A...more >>

Questions about Enum
Posted by Just Me at 12/12/2004 1:07:42 PM
Solution contains 2 projects One creates a usercontrol and the other creates an executable. I have the usercontrol on a form in the executable project In the usercontrol I define Public Enum ToolItemChecked As Integer Addresses Labels InternetAddresses End Enum Friend Property ToolTy...more >>

Changing a form caption from another class
Posted by John Dann at 12/12/2004 12:42:38 PM
In VB.Net I have a Form1 main form that instantiates various class objects. I want to change eg the title text of Form1 from within one or more of these classes. The solution kindly suggested here was to add a constructor into my subsidiary class's code as in Public Class MyClass Public ...more >>

New to Programming
Posted by Lival at 12/12/2004 10:30:31 AM
Hello all- I am new to programming and vb. Planning to start with VS2005 and I am looking for some good resources to get me on the way quickly. Specifically I am looking for books or sites. Thanks again ...more >>

vs2003 - Bug?
Posted by Dennis at 12/12/2004 7:53:04 AM
I have a form that had a button called but_Edit which had it's visible property set to False. I have been working on an applicaiton using this form for some time and all was going well and it ran fine and I could use the but_Edit control making it visible when I wanted and etc. However, it...more >>

change color
Posted by Vd at 12/12/2004 7:50:29 AM
How do I change color of the tab. I have changed the color, but when I run the application the color is still using the original color which is the control color....more >>

Control Container
Posted by shachar at 12/12/2004 7:02:59 AM
hi all. on my form i have Pic1 (a big empty picturebox) and Pic2 (a smaller picture box with an image) how can i make pic1 the container of pic2? can i do it in runtime? thanks....more >>

tab pages
Posted by Vad at 12/12/2004 6:46:34 AM
Hi, I would like to know is it possible to insert icon into tab pages. And each tab have different icons? How do I do that? I need urgently. Thanks....more >>

Get object name
Posted by Rob Willaar at 12/12/2004 6:40:57 AM
Hi all, Can i get the Name of a menu object in the Click event handler? tnx for any help ...more >>

Question about '='
Posted by Xero at 12/12/2004 3:31:01 AM
Do the following strings of code perform the same operation? num1 = num2 and num2 = num1 If they don't, what is the difference between them? Thanks. -- Xero http://www.chezjeff.net My personal web portal...more >>

Make a window inactive when another window is being displayed
Posted by Xero at 12/12/2004 3:27:01 AM
Hello. I'm using Visual Basic .NET. How can I make a window inactive when another windows is being displayed? For instance, if the user clicks a menu item, a button or whatever, a new window is displayed and the user cannot do anything with the original window until he or she closes the ne...more >>

Stopping vb services
Posted by Jm at 12/12/2004 12:43:13 AM
Hi All Is there a better way to stopping a vb service rather than just saying end in your code ? ...more >>

setting a winforms combobox datasource at runtime
Posted by Ariel Gimenez at 12/12/2004 12:41:41 AM
Hi i want to know how to do this: i have a combobox in my app that is allready binded to a datatable and has it properties valuemember and displaymember now i want at runtime to assign to it another table... this is the code im ussing in order to assign the new datasource but it throwns an ...more >>


DevelopmentNow Blog