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 > july 2006 > threads for thursday july 6

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 31

Usage of Control: Microsoft Web Browser (AxSHDocVw.AxWebBrowser)
Posted by Cylix at 7/6/2006 11:30:41 PM
I use this control on my application, What event should I trigger to know the status of brower is loading or not? ...more >>


Startup speed
Posted by Cylix at 7/6/2006 9:48:30 PM
I have created an VB.Net application, but I found the startup speed is really slow. Once I start the application and I close it and re-open, The speed is much faster, I know that this is common on all applications, but is there any method to make the first time startup faster? Thank you! ...more >>

How open other app from within code?
Posted by Ronald S. Cook at 7/6/2006 9:37:18 PM
I have a VB.NET Win app wherein I would like to (via code) open another application window external to my app's window and set the position and size on the user's screen. I would greatly appreciate any response/help. Thanks, Ron ...more >>

Regex Output to Textbox
Posted by Sarah at 7/6/2006 7:52:17 PM
Hi - I am extremely new to programming so I apologize in advance for my lack of knowlege, vocabulary and if my code is sloppy. I will take any suggestions to clean up my code and to follow any best pratices that I missed. I am taking a stab at writing a program through Visual Basic 2005 Exp...more >>

Custom coordinates
Posted by pcnerd at 7/6/2006 6:53:01 PM
I want to be able to create 2 custom coordinate systems. In one, I want the origin to be at the center of the form so that there will be 4 quadrants. In another, I want the origin to be at the left edge of the form halfway between the top & the bottom. How do I do that? Thank you. David ...more >>

Alternative to using Bitmap
Posted by pcnerd at 7/6/2006 6:47:01 PM
I'm a VB.NET newbie. I've created a program that plots pixels at random on the form. I have a 19" LCD monitor with a resolution set to 1280 by 1024. If you do the math, that means that there are over 1.3 million pixels. In one version of the program, the pixels start plotting at the upper-left...more >>

image resizing
Posted by Ufit at 7/6/2006 5:59:12 PM
A quicky one - how do I simply resize, basicaly to smaller size, an image and then save it as .jpeg or .bmp file ? Thank you. Ufit...more >>

Q: skipping a For Each
Posted by G .Net at 7/6/2006 4:33:08 PM
Hi I was wondering if there is a way to do the following? If I have a For Each loop, is there a way "jump out" of the current item so the next item is processed? For example, I can do it this way For Each row As DataRow In MyDataTable If Not row.Item("col1") = "dont do" Then ...more >>



Including a document into a project using code...
Posted by xavendano at 7/6/2006 4:05:52 PM
Hi, I have a tool made in vb.net that generate code.....class files o mod files. If this tool is an Add-in, how can I insert this new files into a current project using code...???? Thanks...... ...more >>

how to run window app per minute
Posted by martin1 at 7/6/2006 1:54:01 PM
Hi, All, is anybody know how to run window app per minute? how to set up that procedure? Thanks, ...more >>

How to drag a form around the screen?
Posted by Blarneystone at 7/6/2006 11:02:31 AM
Hi, I am wanting to code a way to drag a form around the screen - but can't remember how to do this in vb.net. Can someone please post a code snippet? Thanks ...more >>

How to make a "Link" REFERENCE to a project (no DLL, no file copy)
Posted by pamelafluente NO[at]SPAM libero.it at 7/6/2006 10:34:47 AM
Hi, Assume that I have a web application. I want to be able to use the classes that are in another project (say a Win application) on which I am working at the same time. Is it possible to "include as link" the files of the win application in the web application? Note that I am clearly ...more >>

How to get the Time Duration out of this feed?
Posted by Joe J. at 7/6/2006 9:25:16 AM
Hi everyone, I need a little bit of help with this problem. I've got a time durations feed, which comes in this format (minutes:seconds): Example, there is only 5 values: 00:45 01:15 00:12 00:53 03:42 I need to find the average duration from these 5 values. Can someone help me t...more >>

How to Find Printer's Left Most Margin and Top Most Margin
Posted by Anne DeBlois at 7/6/2006 8:26:39 AM
Hi, In VB 2005, I need to get the printer's left most and top most margin that a selected printer can prit to on a piece of paper, so I can adjust the PrintDocument classes to get as uniform as possible a printout no matter which print driver is selected. How do I get (and then set) this in...more >>

CheckedListbox - change check event
Posted by mabond at 7/6/2006 5:19:02 AM
Hi Can't believe I've not been able to find the answer to this in the on-line help. I have a CheckedListBox which, via a timer control, is populated with the names of files in a network folder. The "check mark" for each item in the control is determined by the boolean value of a custom p...more >>

creating a scheduled task.
Posted by Neil at 7/6/2006 2:34:54 AM
Hi, I am having problems in trying to create a scheduled task from within in application that carries out a health check on a client. I am using VS 2005. When the program runs it flashes a command prompt but does nothing. Dim task As New System.Diagnostics.ProcessStartInfo("schtasks /creat...more >>

Valid file name
Posted by Jack Russell at 7/6/2006 12:00:00 AM
Is there a simple function to test if a string is a valid file name (i.e does not contain illegal characters etc) other than doing it the long way? Thanks Jack Russell...more >>

Usercontrol icon
Posted by Aristotelis Pitaridis at 7/6/2006 12:00:00 AM
Does anyone knows how to set an icon for a control that I created? Aristotelis ...more >>


DevelopmentNow Blog