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 > november 2004 > threads for november 22 - 28, 2004

Filter by week: 1 2 3 4 5

How to know if a certain control or window is visible on screen and not covered by other window(s)? please help.
Posted by Jose Michael Meo R. Barrido at 11/27/2004 9:37:18 PM


OpenFileDialog.DereferenceLinks property does not work?
Posted by Yuri O at 11/27/2004 8:41:18 PM
Probably i do something wrong but it's not working with my app at all. Could anyone point me to the possible reason. Thanks Yuri ...more >>

MSChart control in VB.NET
Posted by Turtle MacDermott at 11/27/2004 7:56:27 PM
I have a VB.NET (Windows) application which produces an array of values. I'd like to display these in a chart. I've managed to get MSChart to display them (using an xy type graph), but it insists on resizing my y axis - usually to something a lot smaller than I like. Has anybody experienced ...more >>

Custom Rounded Rectangle Usercontrol does not redraw controls on it. Please help.
Posted by Jose Michael Meo R. Barrido at 11/27/2004 6:05:14 PM
I made a custom runded rectangle usercontrol. I used a function i found on the internet. the function works fine(see "GetRoundRect" below). I use the fullowing code to make my usercontrol rounded.... ***************************************************** Protected Overrides Sub OnPaint(ByV...more >>

Wait 3 seconds before run next line
Posted by Jose Rojas at 11/27/2004 5:41:00 PM
We are trying to send files to our list of clients at work, I been able to produce the code that sends e-mail, but I only can do it for 2 before it gave me an error, how can I do it that the system wait for 3 seconds before I execute the next line? Thanks in advance for your help. ...more >>

Talking to USB
Posted by phoney.email NO[at]SPAM yahoo.com at 11/26/2004 3:54:29 PM
Environment: VB6 under W98 I have a USB hardware device I wish to program directly. The original software installed a low level driver and the hardware is both registered and operational. Now then, I'd like to have access to this device directly. In other words, I'd like to enumerate all ...more >>

How to programmatically show the dropdown of a combobox in vb.net?
Posted by Jose Michael Meo R. Barrido at 11/25/2004 8:31:48 PM
How to programmatically show the dropdown of a combobox in vb.net? please help. ...more >>

How to change size of tab stops in a TextBox control
Posted by Chris Devol at 11/25/2004 1:12:07 PM
Can this be done in VB.NET? I need tabs of 12 spaces. -- http://www.soundclick.com/chrisdevol ...more >>



listview text question
Posted by Sameh Ahmed at 11/25/2004 12:56:58 PM
hello there I want to out some text in the listview when there is no items in it, and there is no text property to use. for example, "There are no objects available" when the Listview is empty. any ideas? Thanks in advance Regards Sameh ...more >>

Can anybody tell me which control i should use?
Posted by norton at 11/25/2004 10:11:11 AM
Hi All, I am writing a simple win application which will run from day to day, the application will always check the email and, once it got the email, some business logic will perform and the process log / result will display to the win form application. Currently i am using a list box and usin...more >>

event handlers
Posted by shunya NO[at]SPAM vsnl.com at 11/25/2004 7:13:21 AM
How does one know whether a event has a hnadler associated with it. Also is it possibel to get them? count them ? know the order in which they will be entertained. ..etc etc Mahesh NAik...more >>

populating dropdownlist from db
Posted by paul at 11/23/2004 9:16:33 PM
I've been fighting with this for a solid day now. I want to populate a dropdownlist with items from a table in design mode. seems like a simple thing, but I can't make it happen. Could someone please aim me at some good documentation on this? Sorry, I'm a dot.newbie but not a new programm...more >>

RadioButton
Posted by Stephen at 11/23/2004 12:36:11 PM
Greetings Folks I have a series of radiobuttons( 1-19) that I want to reset to checked = false without creating a command line for each individual button. I was thinking of a for/next loop to increment the buttons but cant figure out how make it work. Any Idea's? Thanks steve ...more >>

Adding data to Datagrid WITHOUT using dataset
Posted by SQLScott at 11/23/2004 7:41:05 AM
I know that in practical usage that the best way to get data into a datagrid in VB.Net is by setting the datasource of the datagrid to a dataset. However, is at all possible to add data to a cell freely? Meaning: me.datagrid.currentcell(row, col) = "scott" or something of the sort? ...more >>

How can i use the designer view from a inherit Control?
Posted by vokuit00 NO[at]SPAM service-profis.de at 11/23/2004 5:42:38 AM
Hello, today i inherit a new class from ListView-Class. In this new class i implement a ScrollBar-Event functionality with overriding the WndProc-Method. The functionality works fine, but is there a possibility to use a inheritation of a control of .NET without loosing the possibility of u...more >>

page.isvalid counterpart on winforms?
Posted by ronnel.santiago at 11/22/2004 4:43:31 PM
hi guys, when validating asp.net page i use page.isvalid to know wherther or not my validation are all met, whats the counterpart of this keyword on a winforms? (im using errorprovider to do my validations) TIA, ronnel.santiago (if i have 8 hours to chop down a tree, i'd spend 6 sharpeni...more >>

Now.ToLongTimeString.ToString
Posted by greg_chu NO[at]SPAM wendys.com at 11/22/2004 1:28:47 PM
When I used the above I got "4:08:16 PM" But I want "16:08:16" Any one knows how to do that? Thanks! Greg...more >>

How can I select a record on a Datagrid by hitting the enter key?
Posted by disaia NO[at]SPAM earthlink.net at 11/22/2004 11:21:35 AM
It would be much easier for users to select a record on a datagrid if they could simply hit the enter key instead of going for the mouse and clicking the OK button. I can't get this working. Am I missing something. My datagrid is called grdCustomers First I load it with records, then in m...more >>

send windows message from Application to VB6 ActiveX UserControls that are a IE webPage .
Posted by Filip Wtterwulghe at 11/22/2004 10:43:54 AM
Hello, We have a number of VB6 ActiveX applicationmodule(s) that are loaded into a IE6 WebBrowserControl . This WebControl is imbededded into Application X . Now We want to send a message from Application X to all the ActiveX applicationmodules that are in IEWebbrowser . ...more >>


DevelopmentNow Blog