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 > january 2006 > threads for sunday january 29

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

change value of textbox in datagrid
Posted by simon at 1/29/2006 11:51:42 PM
hello, new to vb.net, have a few questions about DataGrid. I have a dataGrid that is working pulling a dataset back from a stored proc and binding to the datagrid for display the datagrid's first column is a textbox(TemplateColumn), the other 3 columns are just display(BoundColumn). (1) if ...more >>


Problem while referencing the multiple projects in same solution.
Posted by sonu at 1/29/2006 10:55:01 PM
Hi all, I have developed a VB.NET application. In my solution I have 8 projects. And I need reference of one project in another. That is why I have added the reference of that project in the project I want. The things were working fine initially but now I am facing the problem while pass...more >>

Windows forms application
Posted by Michael Dunn at 1/29/2006 9:31:01 PM
I am new to VB.NET, have programmed in visual C++ for awhile. My question is whether there is a similar document-view architecture in VB, ie data stored in CDocument, viewed in CView, or is the form responsible for storing and viewing data. thanks, Mike ...more >>

NumericUpDown Control
Posted by S Shulman at 1/29/2006 9:28:06 PM
Hi All I want to do is to highlight all text within the numeric up down control Using the Select method only sets the cursor in the control Thank you, Shmuel Shulman SBS Technologies LTD ...more >>

URL Regular Expression Validator
Posted by astpc.net NO[at]SPAM gmail.com at 1/29/2006 9:15:07 PM
Hi, I'm using the following validation expression for an URL: ^(ht|f)tp(s?)\:\/\/[a-zA-Z0-9\-\._]+(\.[a-zA-Z0-9\-\._]+){2,}(\/?)([a-zA-Z0-9\-\.\?\,\'\/\\\+&%\$#_]*)?$ I'm having an issue with url having only 1 dot. for eg http://schlockmercenary.com Can anyone pls help me fixed this i...more >>

Search Directories
Posted by Chris Cairns at 1/29/2006 6:39:37 PM
I would like to search Directories (Not files) using a filter and then return a list of similar directories. How would this be done? ...more >>

VB2003-Cant load project
Posted by Dan at 1/29/2006 4:45:33 PM
After getting the open-new screen, I have a web project that won't load. I double-click on it and get the hourglass and nothing happens. I checked the web.config file and it look ok. The IIS console also looks OK. Two other windows projects, open properly. Any clues greatly appreciated. ...more >>

Setting Pixel Colors Programmatically in VB 2005
Posted by fripper at 1/29/2006 4:22:28 PM
In VB 2005ave a I have a picture control ("pix") on which I want to set each pixel color according to a variable, X, that has been calculated (I'm drawing fractals from the Mandelbrot Set). I use the statement: pix.SetPixel(i, j, myColor) where i and j are the coordinates of the pixel an...more >>



Application health monitoring - how?
Posted by Bob at 1/29/2006 3:29:28 PM
I have an app running 24 7 on a computer hiden away in a closet. I need to be able to monitor if it has thrown any unhandled exceptions or if it is no longer responding from another computer on the network. I also need a supervisor or a tech support guy to be advised ASAP when a problem occurs...more >>

Threading questions
Posted by **Developer** at 1/29/2006 2:56:01 PM
I have a simple need that I can't seem to locate the answer to in the docs. Most examples show how a worker thread can pass data back to the thread that created it. I need to do the opposite. Suppose the worker thread displays a form and the thread that created it wants to change that form'...more >>

Overpunch (EBCDIC) Conversion Function
Posted by Ernie Otero at 1/29/2006 2:05:55 PM
Does anyone know where I can find a function to convert numeric data to overpunch format? I've looked around but I can't seem to find any. Ernie...more >>

How to get cmdArgs in Windows Application (vs2005) ?
Posted by RBarryYoung NO[at]SPAM gmail.com at 1/29/2006 1:33:59 PM
How can I get the following two features in the same program in VS2005?: 1) Access to the command-line arguments (cmdArgs()) that started my App. 2) Shutdown Mode = "When last Form exits". The first feature requires a "Sub Main(cmdArgs())", however my app exits when the Main Sub exit...more >>

VS2005 Exception Handling
Posted by RG at 1/29/2006 12:56:27 PM
I understand how an exception handling occurs using try/catch when a single statement or a block of statements are being executed. How do you handle exceptions when you have managed code. For instance, you have databound control and you need to catch a particular condition. How do you handl...more >>

combobox items
Posted by elwaly at 1/29/2006 7:37:55 AM
Hi evry one, I want to build a group of comboboxs that have 3 to 6 items but initially i want them to start blank on run time, And show the first item when I press a command button i.e. Each combobox shows it's first item(0). thanks. ...more >>

Class and property question
Posted by Marc R. at 1/29/2006 1:53:44 AM
Hi all, I just created a property for my class that inherits nodes to set and get some additional fileds, I would like to to enable on each property the tool tips that show while we actually start to type the property's name into our codes like : textbox1.textalign (has that information...more >>

where i can find control - TextBox with Label?
Posted by mtczx232 NO[at]SPAM yahoo.com at 1/29/2006 12:10:22 AM
I looking for TextBox that have his attach lable, something like we used in MSAccess, or like. if Looking after idea how to do that, or have somewhere free one. ...more >>

Just want to be sure about 2005
Posted by **Developer** at 1/29/2006 12:00:00 AM
Application.EnableVisualStyles() 'There is bug in the implementation of EnableVisualStyles that interferes with Images stored in an ImageList component and Window Common Controls, Application.DoEvents() 'Work around I saw an option that makes me think the above is no longer necessary - is...more >>

Circular / Shape buttons
Posted by Paul M at 1/29/2006 12:00:00 AM
Hello, I want to create buttons in various shapes eg circular etc. How can do this in vb.net? Thanks Paul M...more >>


DevelopmentNow Blog