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 > june 2007 > threads for friday june 22

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

Serial IO RS-232/422/485
Posted by Peter Jones at 6/22/2007 10:33:00 PM
Hi, Hopefully this is a pretty basic question. I need to perform serial IO using VB.Net (VS2005/Framework 2.0) but the devices I communicate with can be either RS-232 or 422/485. Is this a concern to me as the programmer, i.e. does the UART or whatever handles the electrical side of things ...more >>


Play animated gif on waiting
Posted by Lemune at 6/22/2007 8:54:40 PM
Hi.. I am developing an application that connect to database on the other side of the net. And each time i want to connect to database and run some sql command, i want my user to know that there is some process is runing. My idea is to show animated gif until the process is done. My question i...more >>

Problem with arraylist
Posted by nondos at 6/22/2007 8:50:58 PM
I have problem with arraylist the object i get from the array is always the last i'll give example: Public Class Form1 Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Dim array As New ArrayList Dim classs As New Class1 Dim i As Integer ...more >>

Language of the Framework
Posted by Michel Vanderbeke at 6/22/2007 7:35:45 PM
Hello, Is there a way to determine in which language the Framework is installed on the PC? In order to get values from the errorstrings (e.g. the linenumber on which the error occured), I want to pick data from the errormessages. Many thanks and greetings, Michel ...more >>

qualifying expression will not be evaluated
Posted by Ben at 6/22/2007 7:22:59 PM
Hi, i would like to have an explanation about this: This works, but i get the message in code-behind: access of shared member,... or nested type through an instance; qualifying expression will not be evaluated. Dim cl As System.Drawing.Color Label1.ForeColor = cl.FromName(DropDownList1.Se...more >>

description in classes
Posted by Mihai at 6/22/2007 5:01:00 PM
How I can put some description in Properties and functions of a classes ? I want when I create an instance of this class to see them exactly how VB.Net is doing ?For example for each parameter of a function to see a description, for each property a description of what is returning . Regards, ...more >>

how to use Using
Posted by cj at 6/22/2007 4:14:16 PM
I'm looking at using Using to try an plug a suspected memory leak. I've already started using dispose for everything that implements it but no luck. I have several questions about Using Can I nest using? I take it using only applies to resources that it was given as parameters and will...more >>

How to print a document in vb.net
Posted by MariaPerez at 6/22/2007 3:25:15 PM
I m trying to use the printer.print command in my application, but it doesn 't work It seems to be that my application not recognize de printer object. I don t know what i doing wrong, in most forums says it easy, y follow the steps but it is the same. Thanks for your help ...more >>



y
Posted by MariaPerez at 6/22/2007 3:21:25 PM
y ...more >>

Assign a hotkey to button control
Posted by Bill Nguyen at 6/22/2007 2:01:31 PM
I would like a assign a Function key (F8, for example) to invoke a button control click Please help! Thanks Bill ...more >>

Is Control.Invalidate() the same as Control.Refresh ?
Posted by active at 6/22/2007 1:17:48 PM
Refresh says: -Forces the control to invalidate its client area and immediately redraw itself and any child controls. Not the Menu for example? While Invalidate() says: -Invalidates the entire surface of the control and causes the control to be redrawn. Does "the entire surface" mean mo...more >>

Loading a dataset with XML that contains empty values
Posted by TexasAggie96 at 6/22/2007 9:23:38 AM
I am working on a project where I get a XML datastream back from an application API which may contain a particular value that may be emty. An example of this can be seen below <?xml version="1.0" encoding="iso-8859-1" ?> - <NamedProfileList> - <NamedProfile> <ProfileID>115280</ProfileID...more >>

microsoft.visualbasic.Left(string,n) in VB 2005
Posted by AWW at 6/22/2007 8:15:51 AM
RichTextBox.Text = string & vbCR works but if I extract a substring with microsoft.visualbasic.left then vbCR stops working. I can do F5 executes with/without the Left and the vbCr does/doesNot work. Comment?...more >>

Conversion PDF to MsSQL table
Posted by Rachana at 6/22/2007 4:36:52 AM
Hi, I am using VB 2003 - MsSQL My Appl. needs data from PDF file (PDF shows inf. in columnar format) How to get data from PDF & store in SQL table, so that appl. can use it for further process? Conversion has to be done externally or is it possible within appl. ? don't have any idea? Please,ad...more >>

DRAWIN AT OUT OF BORDER IN VB.NET
Posted by saeed rezaei at 6/22/2007 3:23:27 AM
HI when i draw some graphics object in vb.net it's will be draw at my windows form. so how i can draw my graphics object at out of form border. (at my desktop) thnks ...more >>

compare path strings
Posted by Peter Proost at 6/22/2007 12:00:00 AM
Hi group, I want to compare path strings in order to sort them, assuming I have got: "a.txt" "dir1\c.txt" "e.txt" "dir1\d.txt" When I compare them using > "e.text" would be greater than "dir1\c.txt" But I would like them to be sorted as followed "a.txt" "e.txt" "dir1\c.txt" "dir1\d.tx...more >>

Converting c# to vb.net
Posted by Simon Woods at 6/22/2007 12:00:00 AM
Hi I've run some binary tree c# code on various on-line converters. The code compiles fine in c# but raises a few issues in vb.net. This is all pretty new to me, so if this is obvious pls excuse me, but I wonder if someone could explain why vb complains, and possible work rounds. Thanks ...more >>

How to add a UAC Manifest to Managed Code of VB.NET
Posted by Steven at 6/22/2007 12:00:00 AM
Please view the Blog about Adding a UAC Manifest to Managed Code http://blogs.msdn.com/shawnfa/archive/2006/04/06/568563.aspx How to create the VB.NET's manifest resource? could anyone tell the details? Thank you very much ...more >>


DevelopmentNow Blog