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 2007 > threads for tuesday february 27

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

VB.net courses material
Posted by touf at 2/27/2007 11:16:13 PM
Hi, I'm looking for courses about VB.NET et C#, I need a structured course defined by hours and containing all materiel (presentations, labs) Do you know a web site or a person who sell this kind of courses (or give them for free !! why not!!) I like to give courses, but I don't have time to ...more >>


can one stop/start and drive particular events in the printer spooler?
Posted by Joe at 2/27/2007 9:03:38 PM
I am printing bunch of stuff on a printer through my print vb8 app, but i would like to stop (pause) one in order to print the others before (just we print lots of stuff and want to keep them on the printer in the order). Does anyone ever tried and is there any way to control particular event...more >>

Problem with "Publish"
Posted by Rajesh Soni at 2/27/2007 7:22:01 PM
Hello! I'm trying to publish my application, but when i try to install it at the end-user's computer, i don't know where it places the EXE, it appears in the start --> programs (executed perfectly!)... But i want to define a folder where the EXE should be placed at the end-user's computer. ...more >>

Exec a stor.proc. that includes a query to a linked Access db
Posted by Daniel at 2/27/2007 7:13:12 PM
I have a stored procedure in SQL Server 2005 Express. It includes a distributed query that pulls from a table in a local SQL Server database, and combines this with some data in a remote Access database. I have that Access db referenced in SQL Server Express as a linked server, and have had no t...more >>

MI5 Persecution: Troubling Censorship Issues 20/8/95 (4738)
Posted by MI5Victim NO[at]SPAM mi5.gov.uk at 2/27/2007 6:55:23 PM
Fred Read (postmaster@foxhouse.demon.co.uk) wrote: : He posts this drivel every week or so to a number of groups that : I subscribe to and nothing seems to stop him. *ALL* of his posts : are off topic and unwelcome to the groups he posts to. : We have complained about him to his postmaster ...more >>

Immediate Termination of a BackgroundWorker Thread
Posted by redear at 2/27/2007 6:37:52 PM
Is there a way to immediately terminate a BackgroundWorker thread? My problem is that the BackgroundWorker starts with a call to My.Computer.FileSystem.GetFiles that can run for a very long time if it is pointing to a directory tree with many files. If the user requests cancellation during this ...more >>

Problems with DataGridViewComboBox
Posted by tim8w via DotNetMonster.com at 2/27/2007 6:37:13 PM
I am using a DataGridViewComboBox in a DataGridView. When a user selects a radio button, I would like to clear all the items in the DataGridViewComboBox and repopulate with new values. I do this as follows: [CODE] Dim iIndex As Integer Dim dgcb As DataGridViewComboBoxCell ...more >>

Custom form border
Posted by ljlevend2 at 2/27/2007 6:37:05 PM
I want to create a custom form border. By thought was to simply override the DisplayRectangle property in order to control the border width and then draw the border during the OnPaint event. The problem with this technique is that controls that are outside of the ClientRectangle of the form ...more >>



UI design/flow question
Posted by Ronald S. Cook at 2/27/2007 6:02:06 PM
We're designing a Windows application. On a given form (let's say edit customer), there would be a list of all the (let's say cars) that the customer owns. We want the user to be able to click on a car (likely hyperlinked) and go to the car form and view/edit all those details. What's the...more >>

Multiple instances of same object ?
Posted by Bugs at 2/27/2007 5:43:06 PM
Does anyone have any recommendations on the best way to create multiple instances of the same class when the final number of instances is unknown? For example, I have a class and based on some user actions, I want to create n number instances of those classes, which is obviously unknown at ...more >>

Tab window?
Posted by Bugs at 2/27/2007 5:40:51 PM
Hello! How do I achieve in my application a window similar to the Toolbox and Server Explorer windows in Visual Studio 2005 itself? Ideally, I want to have a TreeView on the left side of my form with a vertical splitter that lets the user adjust the width of the TreeView, but also with a v...more >>

MI5 Persecution: Stand up for Free Speech 14/8/95 (2083)
Posted by MI5Victim NO[at]SPAM mi5.gov.uk at 2/27/2007 5:34:49 PM
From: rji@cheetah.inmos.co.uk (Richard Ingram) Newsgroups: uk.misc Date: Mon Aug 14 10:08:32 1995 Some cencorship loving bore wrote : > In article <GEVANS.95Aug14094119@mvagusta.uk.tele.nokia.fi> gevans@mvagusta.uk.tele.nokia.fi (Gareth Evans) writes: > > His sysadmin is also next to use...more >>

So nobody knows how to do this?
Posted by Zim Babwe at 2/27/2007 3:46:43 PM
I posted the other day and so far no replies.... :-( I have a VB Windows Form (VS 2005) and on the form is a datagridview control. It was populated by: datagridview1.DataSource = tbl The table only has two fields, URL_ID and URL. I would like to change the URL field from text ...more >>

How to add date in access database
Posted by Tony at 2/27/2007 2:30:50 PM
I am trying this: SQL = "INSERT INTO GradeList (Date) Values(#01-01-2007#)" I get message "Syntax error in Insert statement". How to add date field in access database? ...more >>

How to use GetObject("winmgmts:\\" & StrComputer & "\root\cimv2")
Posted by active at 2/27/2007 1:30:44 PM
This works with Strict Off But not with Strict On Sometimes I can figure out what is needed by running it and using QuickWatch to see the type required but GetObject("winmgmts:\\" & StrComputer & "\root\cimv2") returns a value System._ComObject of Type Object I don't know what to ma...more >>

VB2005 shared mem problem
Posted by Galen Somerville at 2/27/2007 12:58:16 PM
My VB2005 program has a DataReciever thread that recieves data from an Activex VB6 thread. The data comes from a USB device that delivers 10 bit data in a series of bytes. So the low byte can be 0 to 255 but the high byte can only be 0 to 4. What's happening is that quite often a zero high ...more >>

No Delete or Update Commands
Posted by Vernon Peppers at 2/27/2007 12:37:31 PM
I am using VS2005. I created a Windows Appication project. Inside the Server Explorer, I created a new SQLExpress database, and then created a new table. I added the rows, making my first row an integer, and setting the identity property to true. I set that row to be my primary key. I the...more >>

Prepared statement expects parameter which was not supplied
Posted by jfturcott NO[at]SPAM yahoo.com at 2/27/2007 12:15:13 PM
Prepared statement '(@p1 int,@p2 tinyint,@p3 varchar(8000),@p4 varchar(8000),@p5 bit' expects parameter @p1, which was not supplied. I get the above error when trying to update a datagridview to the sql database. I am using the commandbuilder because the datagridview can be saving 8 different ...more >>

.NET Runtime Optimatization Service is trying to send a packet..
Posted by Joe at 2/27/2007 9:07:50 AM
can anyone tell me what's that service doing? mscorsvw.exe ...more >>

Using Word.Application with Option Strick On
Posted by active at 2/27/2007 9:00:30 AM
How do you do things like the following with Option Strict On Dim ColSuggestions As Word.SpellingSuggestions Dim WordApp As Object = New Word.Application Dim WordDoc As New Word.Document WordDoc = WordApp.Documents.Add(Template:="Normal.dot", NewTemplate:=False) ....snip WordDoc...more >>

vb EXPRESS publish external file
Posted by spig.marco NO[at]SPAM gmail.com at 2/27/2007 8:19:19 AM
HI to all, I user VB EXPRESS .NET, and I want to include a directory with a database or files like photos in my final distribution. I'm trying for hours, but in My Project->Publish-> ... Application files can't include external files or create direcotries. that's wrong?! thanks very mach...more >>

Who is the code sherriff around here?
Posted by Terry Olsen at 2/27/2007 7:48:40 AM
No offense to anyone in this group, particularly Tom Shelton, Michael M, or Newbie Coder. But who the hell is Crouchie1998 and why is he accusing every submission I make to Planet Source Code to be plagiarized? In one submission to retrieve the XP key using native .NET function instead of t...more >>

raise mouse event on timer?
Posted by wanwan at 2/27/2007 7:29:20 AM
I made a game with a window form that needs to record the mouse position to an array at 100 samples per second, so I use the mouse move event to do the job. The problem is the mouse move event is raised by my software at max 30 times per second. I have determined I should use a timer event on ...more >>

how can one build .exe standalone application and what's better/faster?
Posted by Joe at 2/27/2007 7:25:28 AM
when I build application with vb8, it is setup.exe with bunch of files and then moving to the other computer, it request to download files over the internet. How can I build stand-alone .exe appliation, and what is more efficient - stand alone.exe vs setup.exe installin compnent? regards ...more >>

Need Expert Help and Advice. Thank You.
Posted by shapper at 2/27/2007 6:09:18 AM
Hello, Consider I have a String: Dim MyString As String = "Hello" or an Integer: Dim MyInteger As Integer = 100 or a class which its properties: Dim MyClass As New MyCustomClass MyClass.Property1 = "Hello" MyClass.Property2 = Unit.Pixel(100) MyClass.Property3 = 100 Or even a ...more >>

autocomplete textbox like google
Posted by nil at 2/27/2007 1:34:47 AM
Hello all, It's urgent... i want to add autocomplete textbox facility in my application like google. as you type it suggests option to the user..i want the same kind of facility...i know i can do only with ajax(xml and javascript) but i want to fetch possible values from database and want t...more >>

How do I read all the files in a folder sorted by Created Date Time (Using System.IO).
Posted by Peri at 2/27/2007 12:00:00 AM
Dear All, I am developing 2 applications. The first application will keep on generate a new file in a span of 30 milliseconds with some valid data inside (This code is written in C). The second application (A Windows Service written in VB.NET) will keep on read the file from the same fo...more >>


DevelopmentNow Blog