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 > november 2006 > threads for tuesday november 7

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

richtext in a datagrid?
Posted by Rerard at 11/7/2006 10:25:23 PM
Hello. I need to be able to have a datagrid with richtext in a cell. THen on top of that the text has to be formatable via buttons. What I have been able to do is have a richtextbox with a word style toolbar for formatting. And I have been able to get a datagrid so text from word can be pasted i...more >>

csv file help
Posted by Stranger3 at 11/7/2006 9:20:46 PM
I am trying to create a comma delimited file from visual basic .net and then open it from excel for further processing. The problem I am running into so far is that after the file is created, nothing is written to it. Please help me and thank you in advance. My code is shown below: ...more >>

DirctX 9.0 SDK And Visual Basic
Posted by ToyImp at 11/7/2006 7:33:08 PM
I am wanting to start getting into games programming with visual basic and DX. What I need to know is what is the best version of VB to use. I currently have 6.0 that I got from my college that I am going to school at for VB programming. I also downloaded 2005 express edition but not sure if its...more >>

Put If e.Cancel Then Exit Sub in Closing event
Posted by Academic at 11/7/2006 7:08:57 PM
Does it make sense to put this If e.Cancel Then Exit Sub at the beginning of form closing events so if the user cancels the app's exiting in one Closing routine he will not be asked again by another when its form Closing routine is run? I guess what I'm asking is will that work. If one ...more >>

COMM Class
Posted by Lou at 11/7/2006 6:58:39 PM
I created a comclass from VB .NET 2005 but it fails when I try to load it (.dll) into VB6. I followed these instructions To create a COM object using the COM class template 1.. Open a new Windows Application project from the File menu by clicking New Project. 2.. In the New Project dia...more >>

Need help in developing an editor in VB.net
Posted by TC at 11/7/2006 6:39:02 PM
I have to develop a Movement Notation editor in Vb.net. The salient feature of this editor vis a vis a standard text editor is the following: 1. The characters can be entered in any direction i.e left to right as well as top to bottom. This Movement Notation editing, till now, has been d...more >>

Error Loading UserControl
Posted by Nathan Sokalski at 11/7/2006 5:54:55 PM
I am revieving the following error for one of my controls when loading any pages that use it: Server Error in '/exposure/app' Application. -------------------------------------------------------------------------------- Parser Error Description: An error occurred during the parsing of a re...more >>

Problem sending mail
Posted by Robert Dufour at 11/7/2006 3:39:52 PM
I a m trying to send e-mails using the system.net.mail in framework2. I have IIS installed on my test box and the smtp service is started. I can use outlook on that box to send and receive my e-mails OK, my firewall ports 25 and 53 are open (using isa server 2004 as firewall), the local machin...more >>



asp.net "the object is currently in use elsewhere"
Posted by boeledi at 11/7/2006 2:16:37 PM
Dear All, I would really appreciate if someone could help me. I am developing an ASP.NET web site and I have to deal with images upload. When the user is selecting an image, I save it as such together with a thumbnail version. The following piece of code attempts to reduce the image size in ...more >>

Pb publish
Posted by chris81 at 11/7/2006 2:02:52 PM
hello, can i do to add a file when publish application ? thx ...more >>

collection object not showing properties of stored object?
Posted by Rich at 11/7/2006 1:55:02 PM
In VB6 I used to be able to add an object like a textbox and see the dropdown properties of that textbox from the collection object: Dim col as collection set col = new collection col.Add(txt1) col(0).Text = "test" This is not happening in VB.Net. Is there a way to use a collection obj...more >>

Printing a document in XSL using VB.NET
Posted by .NETUser at 11/7/2006 1:37:41 PM
Hello, I hope that I can explain this correctly. I am trying to print a specific report based upon user's input in a Windows application. I'm a newbie to XSL and unaware of how to go about this. Basically, I want to create the XML file based on the user's input, format the report with XSL an...more >>

custom date formats
Posted by Gordon at 11/7/2006 1:18:02 PM
Hi; I would like to format a date like this this mmddyy. I am reading records from a table using the ado.net reader The dates vary in their length i.e. the day can be either one or two digits and the same is true for the month. I tired the formatDateTime() like : formatDateTime(r...more >>

Error when laoding word from vb.net 2005
Posted by steve at 11/7/2006 11:28:26 AM
Hi All I have a VB.net 2005 App which uses MS Word 2003 to do printing and Mail Merging, by automation All works fine on my Laptop (XP Pro SP2, Word 2003) but on my desktop (XP Pro SP2, Word 2003) I get the following message when I try to launch Word using the code.. Imports Word = Micr...more >>

how to overwrite console.write?
Posted by Rich at 11/7/2006 11:13:01 AM
Hello, I need to write to the console window, but I don't want to add a new line, and I don't want to write the next value adjacent to the previous value. I just want to overwrite the previous value. How can this be performed? Thanks, Rich...more >>

Balloons on system tray icon
Posted by Mythran at 11/7/2006 10:41:48 AM
There a way to add balloons to the system tray icons (our own) via C#/VB.Net 1.1? Thx, Mythran ...more >>

Badly behaving child in MDI application
Posted by Garry at 11/7/2006 8:00:59 AM
While trying to write good 'best practices' vb.net code to 'show' consecutive MDI child forms, suddenly the forms were cascaded. This is not what I want. Does anyone know how to 'turn this off'????? Also, when I resize the child form to fit the Client of the parent MDI, to get the corre...more >>

Writing commands to cmd from VB.Net 2005
Posted by Nettan at 11/7/2006 2:28:02 AM
Hi everyone. I hope that someone can help me. I'm trying to start a command prompt from vb.net 2005 with newProc.Start("cmd.exe"). This works but then I want to write commands to the process. I have tried newProc.StartInfo.FileName = "cmd.exe" newProc.StartInfo.UseShellExecute = False ...more >>

Awesome Information
Posted by Brandon at 11/7/2006 1:46:13 AM
Check out: www.Brandon-Lands.com ...more >>

ANN: .NET 3.0 Final
Posted by Thomas Scheidegger [MVP] at 11/7/2006 12:46:23 AM
Microsoft .NET Framework 3.0 Redistributable Package http://www.microsoft.com/downloads/details.aspx?familyid=10cc340b-f857-4a14-83f5-25634c3bf043 Readme http://msdn.microsoft.com/windowsvista/support/relnotes/netfx3/default.aspx Visual Studio 2005 extensions for .NET Framework 3.0 ...more >>


DevelopmentNow Blog