Groups | Blog | Home


Archived Months
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
all groups > vb.net controls > june 2004 > threads for june 1 - 7, 2004

Filter by week: 1 2 3 4 5

Find a String in VB.NET
Posted by Federico G. Babelis at 6/7/2004 9:39:57 PM
Hi, I need to extract a string from another string separated by "," like a .csv file. for example I have this string: String1 = 000,federico,00,439827HGH,1233,FGB,0000,00,000 and from that string i need to extract string "federico" and string "FGB" and separate then into another 2 string...more >>


Accessing controls that are attached to a tray control
Posted by Robert Kemp at 6/7/2004 7:00:42 PM
I am new to Visual Basic .NET, so some of the terminology that I use here may not be accurate, but I am confident that someone out there will be able to fill in the gaps. I am creating a non-visible/tray control that monitors other custom controls for changes (among other things). One of the ...more >>

User control keydown?
Posted by schneider at 6/7/2004 4:13:34 PM
I can't seem to get my usercontrol to fire the key events. None of them fire, keydown, keypress,.. Am i missing something? They wont fire internaly or externaly of the Usercontrol. Starting to piss me off... Was simple in VB6... P.S. there are only a few lables in to control. T...more >>

Web Custom Control - Datagrid Event Handling Problem
Posted by alkamista NO[at]SPAM lycos.com at 6/7/2004 12:37:10 PM
I am having a problem with a dynamically-generated Datagrid. It is important to point out that this problem does not exist with a design-time created Datagrid, but only with a dynamically generated Datagrid in a Web Custom Control (WCC) : The datagrid has LinkButton Column which has a select ...more >>

Question about ListBoxes
Posted by Ricky A. at 6/5/2004 9:04:34 PM
Below is the definition and class used to create a listbox with two columns. A DisplayMemeber and a ValueMember are assigned. When a user selects a choice is the listBox, I would like to be able to display the item selected, the value of the DisplayMember. I know I can get to the ValueMemeber of ...more >>

How does Usercontrol make reference to it's container form and other Usercontrols?
Posted by acool at 6/4/2004 10:50:40 AM
Can anyone give me an example of how a 2 Usercontrols sitting on a single container Winform can make reference to each others properties and methods and those of the parent form that they are contained within? ...more >>

2 Questions for Ken Tucker
Posted by divpip NO[at]SPAM hotmail.com at 6/4/2004 4:39:47 AM
Ive posted many messages before on these subjects but the strings seem to have been ignored so - sry im getting personal- u seem to know your stuff so im asking directly now 1- I have entended pictureboxes (with interpolation mode coding included within the project) and the interpolation mode...more >>

WebBrowser
Posted by Nicolas at 6/3/2004 4:50:52 PM
I have a form with a WebBrowser, how can i put a progress bar at the bottom of the webbrowser to show the progress of the load web-page event??? Thanks!!! ...more >>



Controlbox MDI form
Posted by Sylo at 6/3/2004 1:58:22 PM
Hi, I'm french and I don't find the answer at my question. You are my last chance and sorry for my english... I'm in VB .NET 2002 I have a MDI form with the property ControlBox at FALSE. When the MDI Form appears, no problem, we have not ther controlbox. But when I maximize the MDI Form, t...more >>

Buttons in toolbar not displayed in XP
Posted by BS at 6/3/2004 8:28:01 AM
Hello everybody On an MDI form, I have some owner drawn menus with pictures. I added a toolbar , and added a couple of toolbarbutton with pictures for a few of them. The toolbar is flat, displaying images from an image list with size of 16*16 The images shows in Windows 2000 but not in Windows ...more >>

Numeric Only Textbox
Posted by Keith at 6/2/2004 11:12:04 PM
The following control code - only allows for the entry of numbers, backspace, and decimals (or periods). The problem lies in the last statement - it allows multiple decimals or periods. How would I modify the code to only allow 1 decimal? In other words - once a user entered one period ...more >>

WinSock Control
Posted by Mis Dep. at 6/2/2004 8:44:19 PM
Dear , Sir How can i get IpAddress from Client by Winsock in Vb.net 2003 Best Reg. ...more >>

How do I add a column of buttons to a bound DataGrid control?
Posted by acool at 6/2/2004 3:20:18 PM
I have been trying to do this for hours with only limited success. I have no idea why MS makes something that should be so straight forward a real pain. Can anyone point me in the right direction? ...more >>

VB6 Coolbar equivalent in VB.Net
Posted by Grahammer at 6/2/2004 11:50:53 AM
Is it possible to use a Coolbar in VB.Net? I've added the control to my toolbox, and onto my form, but I can't put a Picturebox or Panel into the Coolbar. The Coolbar requires some kind of container in each band. I'm assuming that this is because the Coolbar is an old ActiveX control and th...more >>

contextmenu in header of tabpage
Posted by marc at 6/1/2004 2:43:34 PM
Hi, I want to put a contextmenu into the header of a tabpage with menuitems delete & rename. if I bind it to the tabcontrol I get the contextmenu in the entire tabpage. if I bind it to the tabpage I only get the contextmenu in the body and not in the header. And how do I get the correct ...more >>

Question using datagrid and combobox
Posted by rutledj NO[at]SPAM rjrt.com at 6/1/2004 10:33:33 AM
I have a need to have a datagrid with a combo box in one of it's columns. I can do this ok. The tricky part is that I need to have the ability to put different data in each row's combobox (change it's datasource?) without affecting the previous row's combo boxes. Does anyone know if this can b...more >>

MenuItems don't declare a Name property....Dynamic Localization Issue
Posted by benhalper NO[at]SPAM hotmail.com at 6/1/2004 8:44:53 AM
I'm trying to provide a generic function that provides a Change Language from the main menu of an WinForms application. I've been able to go through the form and change all the texts on the labels and buttons. This is done by going through the form control items and looking for class type of L...more >>


DevelopmentNow Blog