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 3

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

xml schema editor in vb.net
Posted by WStoreyII at 4/3/2004 11:58:42 PM
is there a way to make a element a dropdown list in the schema editor sorta like in ms Access? WStoryeII ...more >>

fetch image data from access database to picture box in vb.net
Posted by abhitriv NO[at]SPAM netscape.net at 4/3/2004 11:52:42 PM
can anybody tell how to fetch image from database(access) to the visual basic picture box control. the code i have been using is as below but it gives me invalid paramter error.... Dim connection As New OleDb.OleDbConnection() Dim cmd As New OleDb.OleDbCommand() cmd.Co...more >>

Another listbox question
Posted by Bill English at 4/3/2004 11:00:35 PM
when a listbox item is clicked, how do I get it to show a stored string in a richtextbox?...more >>

VisualStyles
Posted by Bill English at 4/3/2004 10:33:55 PM
How do you enable visual styles for all of the message box's in an application?...more >>

old style combobox
Posted by Bernie Yaeger at 4/3/2004 9:46:49 PM
As much as 10 years ago we had a combobox that would display, in a dropdownlist (not a dropdown where you can enter code in a textbox element of the cbox), a series of items that would be accessible by striking keys in sequence. So you would strike 'b', 'e', 'r', 'n' and you would get to 'berni...more >>

need algorithm to make sure only one datagrid row is checked
Posted by Brian Link at 4/3/2004 9:08:41 PM
I have a column called "DefaultYN" in a resultset. It appears as a boolColumn. What I'd like to do is to ensure that only one row at a time can be selected as the "Default" row. Unfortunately, I can't figure out 1. How to figure out that the checkbox has been checked 2. How to check the ot...more >>

Converting an image to its negative or vise versa?
Posted by Al Bahr at 4/3/2004 8:16:03 PM
Hi Does anyone know how to convert and image to its negative? Well actually I need to convert a negative of an image to its positive I appreciate any help you can provide Thank A ...more >>

Best web site for VB.NET
Posted by Edward Bird at 4/3/2004 7:47:43 PM
I'm a relative newbie to VB.NET. Does anyone have recommendations for the best web site on it for the following categories? 1. Example code 2. Tutorials 3. Discussion forums Thanks ...more >>



ListBox SelectedIndex Bug?
Posted by Scott Draper at 4/3/2004 7:15:32 PM
When the SelectedIndex of a listbox is set to 0 or -1, if I update the underlying DataView, the listbox does not display the changes. Has anyone else seen this behavior? ...more >>

Add Arraylist to Arraylist
Posted by rdi at 4/3/2004 3:53:43 PM
I have 3 classes: mailBox, mailFilter & mailFilterSet I then have an arraylist. Each element in the array is of type mailBox = (variable name is mbox). One item of the mailbox class is an arraylist = named filterSet. The intended purpose is for this arrayList to contain = type mailFilter...more >>

Drawing rectangles
Posted by Lasse Eskildsen at 4/3/2004 3:52:44 PM
Hi, I use the following code to draw a rectangle: Dim recBackground As Rectangle recBackground = New Rectangle(10, 10, 100, 100) Dim lgb As New LinearGradientBrush(recBackground, Color.White, Color.GhostWhite, LinearGradientMode.Vertical) e.Graphics.FillRectangle(lgb, recBackground) C...more >>

Maybe FlexGrid better choice in this case?
Posted by Terry Olsen at 4/3/2004 3:16:50 PM
I loaded my datagrid. Now I need to step through the rows & columns to parse the data contained in the cells. But there's no "rows.count" or "columns.count" properties to read. How can I know the total rows & columns in my data grid? Also, how can I save the data in my grid to a csv file wh...more >>

How can I read data from bluetooth?
Posted by nomenklatura at 4/3/2004 2:34:18 PM
Hi, I want to develop pocket pc program with visual studio .net this program read data from internet and bluetooth.. For example when i send data from program(server side) with bluetooth , other machine(gsm or pocket pc which include bluetooh) read data and see this data in my program(client si...more >>

How you detect if a directory exist?
Posted by Jim Renton at 4/3/2004 1:16:03 PM
Hi everyone How do you detect if directory exist and if it doesn’t how do you create one Thank Ji ...more >>

Decimals
Posted by Bill English at 4/3/2004 11:52:00 AM
This is the code I use to get the slope of a line given two points. I can never get a decimal, it always rounds to a whole number. How can I fix it. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim y2 As Decimal...more >>

System.OutOfMemoryException when showing form
Posted by Baz at 4/3/2004 11:05:39 AM
Hi. I'm new to this VB.Net mullarkey, and I must say it is proving to be a very trying experience. Here is the latest in a long line of problems: The Scenario ========= I am building an MDI application. The first thing it does is to pop up a little logon form which gathers and authenti...more >>

Think I need a COM/VB expert
Posted by SamSpade at 4/3/2004 10:23:31 AM
Is what I have below anywhere near correct? Will DirectCast do a QueryInterface? Would you do it differently? Thanks for any help 'Applications can retrieve an ITextDocument pointer from a rich edit control. 'To do this, send an EM_GETOLEINTERFACE message to retrieve an IRichEd...more >>

OT: How can i remove projects?
Posted by Tony at 4/3/2004 10:19:58 AM
Hello. Im learning dotnet (programming in general) using few books that i have. as i read , also creat the project for learning .. now i have many many projects .. I like to know how can i delet those project so they wont show on my start screen when i start visula studio.net.? just going and r...more >>

How to use GetFiles
Posted by yxq at 4/3/2004 10:05:29 AM
Hi, I only can get one file type using GetFiles function, GetFiles(path, "*.txt") But if i want to get two or more file types, how to do? Thanks ...more >>

Listbox
Posted by Bill English at 4/3/2004 9:14:15 AM
When I define the items in a listbox, how do I make it show text in a separate textbox when I click an item in the listbox?...more >>

Access TextBox.Text inside a Dynamically Created Table
Posted by Newbee at 4/3/2004 6:16:05 AM
I'm using a table (dynamically generated at runtime) for formatting wherein I have text in the first column, and textboxes in the second column. For example, (1,1) might have the string "Last Name" and (1,2) has a textbox where the user can type the last name; (2,1) "First Name", and (2,2) a textbox...more >>

Keeping application alive starting from Sub Main()
Posted by Vell at 4/3/2004 5:43:16 AM
Hi, i'm moving my first steps in vb.NET world and i'm getting first troubles.. in vb6 i can start an application from Sub Main() and load for example a form using 'set' and 'show' command. The output for the user will be the form and the program will still run. In vb .NET, if i made i...more >>

Alternatives to InvokeMethod
Posted by Ringo at 4/3/2004 3:07:53 AM
I've created a component that takes a class as an input and executes methods on the class based on a set of text instructions. The instructions are the names of the methods to be executed and are different for each class passed in. I've been using InvokeMethod to do this and it works, but,...more >>

custom treeview question
Posted by WStoreyII at 4/3/2004 12:29:04 AM
Is there a way to add a custom control to a tree view? or the node itself? Like in the datagrid column you can add a control during the edit mode. I looled but could not find a way to do this does anyone have any ideas? WStoreyII ...more >>


DevelopmentNow Blog