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 > january 2007 > threads for sunday january 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 30 31

How can I draw lines in VB2005
Posted by Benson Wong at 1/7/2007 10:43:43 PM
I would like to draw a simple flow chart including Textbox for "Process", lines and arrows for "Flow". Any hints? Benson VB2005, XP Pro, .Net 2.0. ...more >>


Hide/Unhide modal and parent form.
Posted by ilr at 1/7/2007 8:44:00 PM
Hi All I am developing an vb 2005 winforms application that connects to a database and displays a datagridview of the data. A user can select and then edit, or create a new entry by opening a modal form and editing the record. I would like the user to be able to hide either the parent for...more >>

Math Functions
Posted by Laserson at 1/7/2007 8:03:48 PM
Hi ! Can anybody give a code that performs calculating of sine function... I need it for report ...more >>

Hidden Process
Posted by Pony Tsui at 1/7/2007 7:06:00 PM
Hi, Can i write a vb program to list the hidden process and kill it ? Thanks -- Pony Tsui...more >>

Dumb class question
Posted by John at 1/7/2007 6:44:47 PM
Hi I am new to classes and trying to get a grip on its concepts. I have a function defined within a class as below; Public Class Staff Public Function CreateUser(ByVal Username As String, ByVal Password As String, ByVal Email As String, ByVal ErrMsg As String) As Boolean End Functi...more >>

Can I change a column name
Posted by Joy at 1/7/2007 6:27:00 PM
I am new to VB 2005 Express Edition. I created an SQL Server database according to steps in my book, but I mispelled one of the column names (typo). Is it possible to rename the column or is it better to delete the table completely and retrace my steps to bring me back to where I am no...more >>

next vs?
Posted by John at 1/7/2007 6:13:19 PM
Hi When is next vs due? Many Thanks Regards ...more >>

State buttons
Posted by John at 1/7/2007 5:46:11 PM
Hi Does vs 2005 have buttons that can have two states i.e. depressed and normal? Thanks Regards ...more >>



How to ping another computer in Vb.net 2003
Posted by Robert Dufour at 1/7/2007 4:17:16 PM
Its easy in 2005 but I'm stuck with 2003 for now Can anyone provide a snippet of code? Thanks for any help. Bob ...more >>

Inserting into a Time column
Posted by fniles at 1/7/2007 3:03:07 PM
I am using VB.NET 2003 and SQL Server 2000. I have a table with a datetime column type. When inserting into the table for that column, I set it to Date.Now.ToString("T") , which is something like "2:50:54 PM". But after the row is inserted and I check the data in the database, the column data ...more >>

Question regarding ServiceControlManager and messenger service
Posted by Robert Dufour at 1/7/2007 3:00:00 PM
I have an app that uses messenger service. When the app starts up it checks to see if messenger is running on the computer and starts it if it is not. The code works fine on my dev machine on which I have administrator permissions. I am wondering if someone starting the app with more restrict...more >>

regasm /codebase should not required
Posted by xamman at 1/7/2007 2:44:42 PM
hi there, i am trying to use a .NET assembly from a Cscript.exe .vbs (i.e. from COM) and could not get my .vbs to use my .net dll (gives a 'file not found error') unless i used the /codebase parameter when registering .net dll with regasm. from what i read,a simple regasm dllname.dll and ...more >>

Tutorials on connecting to VB .NET databases
Posted by lakepeir NO[at]SPAM yahoo.com at 1/7/2007 2:16:50 PM
Hello, I'm interested in learning about databases in VB .NET that can be used to retrieve and write to. I currently have an access database that I would like to get data from. There's a lot of terms I don't quite understand- datatable, dataview, dataset, oledataadapeter, oledbconnection, ...more >>

Bogus System.ArgumentException has me puzzled
Posted by BBM at 1/7/2007 12:51:00 PM
Hi, I have an app that is crashing due to a System.ArgumentException. At this point it's just a simple app to test some basic object values. The main app is a Windows App that looks like this. Public Class DesTestForm Private Sub DesTestForm_Load(ByVal sender As Object, ByVal e As ...more >>

VS2005 Professional - Multiple Computers
Posted by Dennis at 1/7/2007 10:42:00 AM
How many computers can I install a single version of VS.2005 on. I have a desktop at home and I travel with my l laptop. Can I install on both? -- Dennis in Houston...more >>

Saving a bmp file from an array
Posted by tamasumalta NO[at]SPAM hotmail.com at 1/7/2007 8:48:35 AM
I have an array of pixels and I would like to create a file using the mentioned array. Should I use the setpixel function or create a stream? I already have the x and y coordinates and r g b colours stores in this array. My next step is to create a bmp image Thanks for your attention Jansen ...more >>

.NET 2.0 Delete using GridView and ObjectDataSource
Posted by Barry L. Camp at 1/7/2007 8:18:47 AM
Hi all, Wondering if someone can help with a nagging problem I am having using a GridView and an ObjectDataSource. I have a simple situation where I am trying to delete a row from a table, but it doesn't seem to work at all. Below is my ASP.NET page, and further below, my VB.NET method that ...more >>

SetPixel Issue
Posted by tamasumalta NO[at]SPAM hotmail.com at 1/7/2007 7:45:16 AM
I would like to change some pixels inside a particular gif file. I tried using the setpixel and noticed that it is not compatible with indexed images. Then I converted the file from a gif to a bmp using the following syntax imgDiskImage.Save(sNewFile, imgFormat) Altough the file was convert...more >>

Webform won't let me assign a value to a password TextBox
Posted by Nathan Sokalski at 1/7/2007 2:04:53 AM
I have a form that is being used to edit account information. The form contains username and password TextBoxes, for which I set Enabled=False. When I assign the Text property the previous value, the username TextBox receives it perfectly fine, but the password TextBox does not seem to be ge...more >>


DevelopmentNow Blog