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 2005 > threads for saturday march 26

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

DataGrid OnPaint/? -How Do I Draw A GDI Type Circle On Top Of A DataGrid
Posted by Richard at 3/26/2005 10:33:58 PM
I want to put a GDI type circle on top of my DataGrid (actually I want = to put GDI colored border around the entire selected row, but if I can = figure out how to put a circle on top of it I can do the border)=20 =20 My main form uses a MyDataGrid. instance as the folowing code from = MyDa...more >>


How to find out which file is being accessed via FTP?
Posted by Brett at 3/26/2005 8:58:02 PM
I'd like to create a small client app that sits on a user's computer and monitors their FTP activity to one certain server. The client app will update a server app that then distributes this information to all client apps. This means if 5 people are using the client app and are accessing the...more >>

Locate MessageBox over Window
Posted by Ed Bitzer at 3/26/2005 8:35:00 PM
One option of the messagebox object indicates it can be placed over a selected window rather than just appearing centered on the desktop. The function is "Overloads Public Shared Function Show(IWin32Window, String) As DialogResult" I have unsuccessfully tried: /// Dim winhandle as stri...more >>

MaskedEdit Control
Posted by patang at 3/26/2005 8:29:01 PM
I want to restrict users to enter only numbers in a textbox control. I have written a code in keypress to prevent user to enter other than numeric values. I have also read many places that I can use MaskedEdit Control. My questions is why can't I see this control in my Toolbox just like I can...more >>

Shortcut Menu
Posted by patang at 3/26/2005 6:45:02 PM
How do we disable/hide the shortcut menu (Undo, Cut, Copy, Past, Select All) which pops up when a user right clicks on textbox control ? ...more >>

Closing form...
Posted by Mihailo at 3/26/2005 3:55:48 PM
I have two forms and that forms are connect with one button. When I click on Button in the first form, the second form will be open. But both form are open. I want when I click on the button to close first form and to open the second but I don't know how. If someone can help me I will be very g...more >>

Friend WithEvents
Posted by hartley_aaron NO[at]SPAM hotmail.com at 3/26/2005 2:31:27 PM
Hi, What does it mean when VS automatically adds a line like this to code of my form: Friend WithEvents Label1 As System.Windows.Forms.Label Also, I noticed a modifier property for each control and the default is Friend. When modifier is set to Friend, I can access the control from anyw...more >>

Error with Custom Control
Posted by Nikolay Petrov at 3/26/2005 2:14:19 PM
I've created a simple custom control with a textbox and buttom on it. When placed in .htm page an empty box shown in IE. I've added the site to trusted sites. still no luck. any ideas? ...more >>



How to set a tab in a picturebox
Posted by Just Me at 3/26/2005 11:10:50 AM
Using a graphics object to draw a string in a picturebox. Been looking for a way to set a tab in the picturebox or graphic object and can not find out how to do that. Is it possible? Thanks ...more >>

switchboard
Posted by boyet at 3/26/2005 8:27:02 AM
Hi everyone! I want to implement a switchboard similar to Access switchboard. But i want it purely on visual basic 6. thanks boyet...more >>

Object reference not set to an instance of an object.
Posted by sista via DotNetMonster.com at 3/26/2005 7:52:05 AM
Wonder why I always got tis error? :( help.... here's my code in forgot.aspx.vb ------------------------------------------------------------------ Sub lookup_click(ByVal s As Object, ByVal e As EventArgs) Dim email As String = Request.Form("email") Dim p As New PartyHouse ...more >>

Turn Off Windows Form DataGrid Selected Row Little Pointer On the Left Of The First Row And the Area It Is In
Posted by Richard at 3/26/2005 12:10:16 AM
DataGrid Row Second Row Selected. How do I not show that blank row with the > abc abc abc abc > abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc abc xx yyyyyyyyyyyyyy how do I eliminate that left row above the xx, thusly the > also ...more >>

Help with SendMessage API calls
Posted by Steve at 3/26/2005 12:00:00 AM
Hi all, Could someone provide a link to working code examples for implementing these Sendmessage API calls in VB.NET ?? EM_GETLINECOUNT EM_GETLINE EM_LINELENGTH EM_LINEINDEX I want to use these to get info from a multiline textbox. I can only find VB6 examples on the net. thanks i...more >>


DevelopmentNow Blog