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 > april 2004 > threads for saturday april 24

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

please help
Posted by enque at 4/24/2004 10:30:09 PM
I want to do visible a range of textboxs. each box is called txtm01, txtm02, txtm03 ..... I want to make a loop that makes visible and invicible some range of boxs. So I tried this code, but the machine got stuck what Im doing wrong? '''''''''''''''''' Do z += 1 z1 = "txtm0" & z...more >>

Referencing Objects in a listbox
Posted by larrymacii NO[at]SPAM msn.com at 4/24/2004 9:54:38 PM
This is sort of a newbie question, but it's making me crazy. I have a project (VB.Net) in which data is read from a source file. That data is used to create instances of the class "OrderItem" and a list box (Supplies) is populated with those items. This part works. If the user double-click...more >>

Depreciation Calculator using SLN/SYD To be updated in ListView
Posted by nejmay NO[at]SPAM sevenfivesevenfive.com at 4/24/2004 7:52:25 PM
Help Please, I am taking a beginners VB.NET class and my next assignment making a Depreciation Calculator. I am suppose to use the built in functions SLN() and SYD() to perform the calus, option buttons to specify the deprec method, combo box to specify life. Then I am suppose to display the dep...more >>

Strange focus/active behavior
Posted by SamSpade at 4/24/2004 7:41:12 PM
I have a MDI application Each child window contains one control docked fill (not all forms have the same control). Sometimes, I'm not sure what the criterion is for making it happen, if I click on a control it will accept text but the form's title shows the form is not active. I've check...more >>

accessing Windows Services help
Posted by Eric at 4/24/2004 6:46:03 PM
I have an idea of using a Windows service as a middle tier. Clients will use this middle tier from a small VB application on pc to communicate with a DB server. The middle tier will expose public functions to read and write to the SQL server from the clients. I can’t find any information on how I ...more >>

Placing form in desktop, like taskbar
Posted by Lasse Eskildsen at 4/24/2004 6:09:00 PM
Hi, I have a form, and I would like it to act a bit like the taskbar, so that the icons in the desktop, won't hide under it, but instead move away from under the form. Is this possible with vb.net? Hope it makes sense ;) -- Lasse ...more >>

creating a splash screen in VB.NET
Posted by Reny J Joseph Thuthikattu at 4/24/2004 5:19:26 PM
Hi I want to create a splash screen for my VB.NET application.Any idean how do i make one? Reny ...more >>

Creating a selection formula based on a DateTime feild from crystal report
Posted by Reny J Joseph Thuthikattu at 4/24/2004 5:13:18 PM
Hi, I want to create a a crystal report based on the DAteTime Range.Can any one tell me how do i pass the Values from the VB.NET.I am uasing Crystalreportviewer control My field is isin the format 2/12/2000 2:04:00 PM Please help me out Reny ...more >>



Determine if a TextField has changed...?
Posted by Denise at 4/24/2004 5:11:05 PM
I want to fire code when the user changes the value of a textbox. I only want it to fire when the user is finished eding the TextBox and leaves (not after each keystroke). I am using the Validating event (the Leave even seems similar), but this is called even when the user does not make a change. ...more >>

sub pause
Posted by Paul Mars at 4/24/2004 4:30:09 PM
How to pause in the middle of a sub? I can not use a timer. The Sub can not be broken in two. tx, paul ...more >>

how to add two value in combobox using datagrid?
Posted by jaYPee at 4/24/2004 3:48:23 PM
i have successfully added a combobox to my datagrid by setting their datasource from one of my table. here's my code... Dim grdColStyle6 As New DataGridComboBoxColumn() With grdColStyle6 .MappingName = "MajorID" 'must be from the grid table... ...more >>

SerializationInfo problem
Posted by Bob at 4/24/2004 2:11:31 PM
I'm creating my own Formatter, and I have this in the Serialize method to get ready to collect all the information I need: Dim c As New TestFormatterConverter Dim info As New SerializationInfo(graph.GetType, c) TestFormatterConverter is my own class that implements IFormatter...more >>

How to reset a complex property in PropertyGrid
Posted by Lance at 4/24/2004 12:51:01 PM
I want to be able to reset a complex property in a PropertyGrid. I know that for properties that are ValueTypes you can include System.ComponentModel.DefaultValue in the declaration of the property. But, for complex property types (e.g., instance types) this does not work because System.ComponentM...more >>

Nebiw question about data grid elements
Posted by Willie Neal at 4/24/2004 11:34:37 AM
When I populate a data gird on my form, I need a way to hold two of the data elements for each row, and be able to loop through these elements and use them for other task such as filtering another data set. What is the best way to perform this in vb.net. Thanks for the advice. Wil. ...more >>

How to write a service program that can call and run a script?
Posted by misaki at 4/24/2004 11:15:39 AM
Hi all! My name Hùng. I'm a new member. I'm from Viet Nam. I want to ask "How to write a service program that can call and run a script?". Please tell me about this. Thank you very much. Goodbyel. ...more >>

error handling across app domains
Posted by Bob at 4/24/2004 10:39:54 AM
Say I have two app domains, Domain A and Domain B, that I do not want to pass object references between. Domain A has Assembly A loaded, which contains a type that inherits from exception. I want to more or less to pass this exception to Domain B without loading Assembly A in it. I can do this b...more >>

Handler
Posted by Bob at 4/24/2004 10:21:02 AM
How do I create a handler for when the user presses the "Ctrl + B" Keys Example Private Sub Control_B Handles Ctrl+B ????...more >>

Fonts
Posted by Bill English at 4/24/2004 9:46:02 AM
I want to apply the font styles to rtb.selectionfon I can apply one at a time, but I want to use the buttons to enable more than just one style Ex. Bold and Italic or Bold, Italic, and Underline * =?Utf-8?B?QmlsbCBFbmdsaXNo?= <anonymous@discussions.microsoft.com> scripsit > What code should I ...more >>

Find Next
Posted by Bill English at 4/24/2004 9:41:02 AM
I added a form with a textbox, and a button. It currenly searches a rich text box from fmMain. But it only locates the first instance, how do I find next My Code Private Sub btnFind_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnFind.Clic 'S...more >>

.net is a dead end
Posted by nobody at 4/24/2004 6:43:38 AM
Linux is the future. Hope this helps! .....more >>

preventing popups from axWebbrowser
Posted by anandsaha NO[at]SPAM rediffmail.com at 4/24/2004 4:47:37 AM
hi, i am using axwebbrowser in an application. now, if the webpage has a javascript with window.open(), a pop up window opens. i want to catch the event just before axwebbrowser spawns a new window. i want the popup to open in the same window, not in any new window. this is the somewhat t...more >>

change mouse-cursor
Posted by Maria at 4/24/2004 12:56:42 AM
Hello ! I try to change the cursor on the form like this : Me.Cursor = Cursors.WaitCursor 'reading from database 'showing file Me.Cursor = Cursors.Arrow But this doesn't change the cursor at all I have also tried this : Me.Cursor = New Cursor("wait01.c...more >>

Dataset - newbie
Posted by Alison at 4/24/2004 12:06:01 AM
I have a question about dataset. Please help ! I defined a dataset say ds1. I first filled ds1 with a xml file, then I filled ds1 with a database table by using dataadapter. The two tables both contain an attribute say ID. My question is how can I select some of joined columns from the two tabl...more >>


DevelopmentNow Blog