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 > january 2007 > threads for sunday january 28

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

Invalid parameter used
Posted by JayvardhanPune at 1/28/2007 9:55:17 PM
I am facing a problem with my GDI++ code in C# control. Though i have tried many things from last 6 months, i am not able to get completely rid of this bug. Whenever the user is opening a window or closing a window, i'm getting following exception. This is a very rare exception but it ca...more >>


BackgroundWorker.ReportProgress() Output Issue
Posted by ray.ackley NO[at]SPAM gmail.com at 1/28/2007 9:35:14 PM
Hello all, I have an app that uses a BackgroundWorker() object to read USB data that is being fed in serially (FT245R chip, www.ftdichip.com). It looks just like a serial data stream. Anyhow, it reads in the bytes and finds the header and footer and pulls packets out of the data stream....more >>

Inseting DateTime into MSAccess
Posted by tmarunkumarit NO[at]SPAM yahoo.com.sg at 1/28/2007 9:28:12 PM
I want to insert datetime values into msaccess using asp.net by vb.. Am getting error that Syntax Error in INSERT INTO statement... My query is strSQL="insert into group0 (name,addressline1,addressline2,landmark,city,state,pincode,telephone1,telephone2,altcontactno,businesscategory,product,cat...more >>

Inseting DateTime into MSAccess
Posted by tmarunkumarit NO[at]SPAM yahoo.com.sg at 1/28/2007 9:27:51 PM
I want to insert datetime values into msaccess using asp.net by vb.. Am getting error that Syntax Error in INSERT INTO statement... My query is strSQL="insert into group0 (name,addressline1,addressline2,landmark,city,state,pincode,telephone1,telephone2,altcontactno,businesscategory,product,cat...more >>

List of KNOWN VS2005/Vista issues.......
Posted by Jim Hubbard at 1/28/2007 8:56:38 PM
(I know this is a great big newsgroup no-no, but I originally only posted to microsoft.public.dotnet.general and that newsgroup doesn't seem to have near the readership of these - so I thought I'd also post this info here for the benefit of the greater dotnet programming community.) Well, a...more >>

Help with error
Posted by Darth Ferret at 1/28/2007 7:19:42 PM
On the last statement below, I am getting this error - 'System.InvalidCastException' Does anyone know what is causing this? I am trying to pass a parameter to a stored procedure in an iseries. My connection opens and I can call a stored procedure with no parameters. The problem is that I c...more >>

VBE 2005 - 'Index' Property For A Control
Posted by Scanboy at 1/28/2007 4:32:00 PM
Guyz, Whatever happened to the 'Index' property for a control, that used to be present in VB 3.0 / 4.0 / 5.0 / 6.0 and which now seems to be missing from VBE 2005? I need to be able to make 4 command buttons behave in the same way, the 'Index' property indicating which command button I c...more >>

VS2005 code editor stays in runtime
Posted by Bryan at 1/28/2007 3:49:32 PM
I am developing a VB project in VS2005 that has SP2 installed. This is the process that is causing a problem: Open VS2005, open the project Write some code in the code editor Run the project in debug mode, test some of the forms Close the main form which returns me back to the VS2005 code ed...more >>



No Vista support?
Posted by smerf at 1/28/2007 2:45:39 PM
First of all, I tried installing VS2005 Pro on Vista Ultimate 32 bit RTM and Vista told me that VS2005 was not compatible with Vista. How the hell can that happen? I thought one of the main ideas of .Net was portability. Then, when I looked around some more, I saw that VS2002 and VS2003 wil...more >>

VS2005 NOT Compatiblke with Vista? Are you serious?!
Posted by Squishy at 1/28/2007 2:40:06 PM
I tried installing my VS2005 Pro on Vista Ultimate 32 bit RTM today and got errors stating that VS2005 was not compatible with Vista. Microsoft......please pull your finger out of my ass and tell me this is a joke. It must be a joke....because I also have read that VS2002 and VS2003 will ...more >>

Native Code Compilation
Posted by Samuel at 1/28/2007 1:07:18 PM
Is it possible to compile .NET code (VB or C#) to native code for easier installation of some older systems such as win 98? Thank you, Samuel ...more >>

How to make loop month by month ?
Posted by fenouillet.et NO[at]SPAM laposte.net at 1/28/2007 9:05:57 AM
Hi everybody ! i'm begining with Visual Basic Express Edition and i try to make a loop month by month between two dates. I have insuccessfully tried something like this : From DateOfDateTimePicker1 to DateOfDateTimePicker2 Msgbox (Month & vbcrlf & Year) Next Thank you for your att...more >>

Why doesn't this statement work?
Posted by Jim NO[at]SPAM aol.com at 1/28/2007 8:55:38 AM
Const MyDefaultColor As System.Drawing.Color = System.Drawing.Color.FromArgb(CType(CType(52, Byte), Integer), CType(CType(102, Byte), Integer), CType(CType(151, Byte), Integer))...more >>

how to use a *.wav file which is added in project resourses
Posted by zafar at 1/28/2007 6:57:13 AM
hi, I added a *.wav file in project resourses, but how can I access that file, actually I want to play a sound, the method i am using for this is my.computer.audio.play(path, -- ) . This method works for any file whether it is on your hard disk or in your project resources.. but when I use t...more >>

checking the format of e-mail in a textbox
Posted by zafar at 1/28/2007 6:48:59 AM
hi everyone, I have a textbox which contains the e-mail address of user, but I have no Idea how to apply the regular expression in VB.net, what would be the solution for the is e-mail given in text box have proper format (e.g nameid@domain.com), can anyone tell me the solution for this, the ...more >>

adding a picture in grid
Posted by zafar at 1/28/2007 6:23:59 AM
hi every one, In my database picture is saved, i am using sql server 2000 and VB.net 2005. When I search the record, I need that the picture should also be shown in the grid ( i am using ultra grid tool of infragestic)... thanx if any body can help me in this regards... ...more >>

REGEX : move first char to the end of the previous line
Posted by teo at 1/28/2007 2:16:46 AM
Hallo I need to move the first char of a new line to the last position of the previous line. The char to move is always the squared bracket: ] --- Example, I have: --- Paul and Mary [chapter one ] The boys went to school. --- I need to have: --- Paul and Mary [chapter ...more >>

What to install in order to Run Crystal report
Posted by Goldwind at 1/28/2007 1:46:00 AM
Hi, I create a win project and included a crystal report. All is working fine. The problem is when i want to run it in a different computer. What files of crystal reports i must install and what other operations, i must do to run a the win app and the report in another computer? Thanks ...more >>

Multilanguage
Posted by Murali at 1/28/2007 1:23:00 AM
Hi all, I have a text box and option button for choosing english / arabic language selection. the values need to be saved to database. if i choose english user should be able to enter in english and same with arabic. so how can i do that.. i know unicode controls can be used for this.. but ...more >>


DevelopmentNow Blog