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

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

Fast drag zoom control
Posted by Carl Gilbert at 2/7/2004 11:45:16 PM
Hi I was looking for a component that will enable me to zoom into an image very easily and quickly. I was hoping there may be something, perhaps part of VB.NET, that will allow me to drag a box over a selected area and this would then be displayed at full screen. Any help on this would be gr...more >>


Questions on application design
Posted by Matthew Hood at 2/7/2004 8:51:45 PM
My company has expressed a desire to convert an existing MS Access application to a full VB.NET application. My experience is with VB6 so I want to ask a few questions and get some input on the best way to handle the following design: Situation: We want to allow our customers to install with ...more >>

File open dialog... select folder only
Posted by MC D at 2/7/2004 7:57:29 PM
What's the best way to have a modal dialog that will only allow the selection of a FOLDER, rather than a file? Is there a property of the openFileDialog I'm missing, or is there another control altogether? I was thinking of doing it from a treeView, but It seems like there ought to be a control...more >>

dynamically adding refrences?
Posted by Brian Henry at 2/7/2004 6:04:50 PM
How would you add a refrence (to a dll) in code? ...more >>

ADO and DataGrid
Posted by Tom McLaughlin at 2/7/2004 5:20:56 PM
I would like to create a small database and load it into a dataGrid. I am having a hard time understanding this concept. Can someone point me to a sample project on this subject. Thanks Tom ...more >>

Dynamically set varibable value?
Posted by raines NO[at]SPAM fauske.com at 2/7/2004 5:12:10 PM
Hi: I am having trouble dynamically setting a variable. The following code does not work. Any ideas would greatly be appreciated. Thanks, Jim Dim astr As String Dim bstr As String Dim myval As Double Dim te As Double Dim AAA As Object a...more >>

Syntax color in rich textbox?
Posted by Lasse Eskildsen at 2/7/2004 4:46:06 PM
Hi, Is it possible to make the richtextbox color some keywords without the cursor jumping to the location of the word? Thanks in advance! -- Lasse ...more >>

Change the items spacing in listview?
Posted by yxq at 2/7/2004 4:14:37 PM
Hi Can the listview itmes's spacing(horizontal and Vertical spacing) be changed? Thanks ...more >>



How do I use an arraylist and a structure together?
Posted by RBCC at 2/7/2004 3:30:59 PM
I have a form with a listbox and two textboxes. In the listbox I have the make and models of automobiles. and as the user clicks on the make of the car in the listbox I would like to output the make and model in the textboxes, how is this done with an arraylist John --- Posted using Wimdows....more >>

Creating email in outlook
Posted by John at 2/7/2004 3:23:39 PM
Hi I am trying to find the way to create an email in outlook. I am using the code given at the end. It works fine the first time but calling the code second time gives the following error; Unhandled Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the tar...more >>

2147418113 - Catastrophic Failure
Posted by Jhonatan H. Okata at 2/7/2004 2:55:44 PM
Does anybody know what is this? or What happened to occurred this? I'm using a VB --> Com DLL (Com +) --> SQL Server 2000. And using ADO MDAC 2.7 to access my DataBase. I looked for in MSDN and Technet and saw this 2 articles, but neither are my problem. http://support.mic...more >>

Process.Start(Windows Picture and Fax Viewer)?
Posted by Dean Slindee at 2/7/2004 2:19:52 PM
I have looked everywhere I can think of for the .exe name of the Windows Picture and Fax Viewer. Anybody know what it's named? Thanks, Dean Slindee ...more >>

Destroy on request
Posted by ZippyV at 2/7/2004 12:32:31 PM
Hello everybody, I've made a simple class that reads an xml-file with some methods to delete a row, add a row and to get the amount of lines in the dataset: public class bugreports private dsbugreport as new dataset public sub new() dsbugreport.readxmlscheme(...) d...more >>

How to include Link Text in RichTextBox?
Posted by Al at 2/7/2004 12:26:07 PM
Hi All I need to include Link text in my RichTextBox field. Very similar to LinkLabel but in richtextbox. If anyone can provide me with hint or solution I would really appreciated it. If not possible what is my alternative Thanks so much in advance A ...more >>

Help! (ConstraintException Error in VB.NET)
Posted by H. Neal at 2/7/2004 12:15:23 PM
I'm getting a error message in my program that states there is ConstraintException Error, because a row had "violated" the "rules" of the MS Access Database... is there any way to get rid of this error (MS Access shows no violation...) ? Thanks! --- Posted using Wimdows.net Newsgroups - http://w...more >>

tree list images
Posted by Bernie Yaeger at 2/7/2004 11:04:45 AM
I'm trying to add different images to the nodes and subnodes of a tree list. I would like the primary nodes to display one image and the secondary nodes several different images, and then, of course, be able to 'open' or 'close' those with second images for each representing 'open' or 'closed'. ...more >>

Newbie Questions
Posted by Bari at 2/7/2004 9:55:10 AM
I'm currently working my way through "MS VB.NET Step by Step", by Michael Halvorson, and I have a couple of questions. 1) In the book, they're explaining the following line of code, used in an encryption algorythm: msgbox(Asc("A") XOR 50) would display 115, and msgbox(115 XOR 50) would dis...more >>

Several DataGridTableStyles for 1 Datagrid
Posted by Stan Sainte-Rose at 2/7/2004 9:36:06 AM
Hi, I have a winform with 1 datagrid and several datagridtablesStyles mapping different datatables. Is it possible to select a specific DataGridTableStyle for the datagrid ? Or do I have to create one datagrid for each DataGridTableStyle ? Stan ...more >>

Getting extended file information
Posted by Locke Nash Cole at 2/7/2004 1:10:12 AM
Can someone point me in the right direction? I'm looking to get extended file information on .exe or .dlls such as File Version Description Copyright Language Internal Name Product Name Product Version Anyone know how to do this? I would much prefer to get this information the way Wi...more >>


DevelopmentNow Blog