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 > april 2005 > threads for saturday april 16

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

How is this conditional able to execute?
Posted by Brett at 4/16/2005 9:25:49 PM
The following conditional executes given the values listed. I've listed the values below for each of these variables. How is it that the conditional still executes: If (returndata.ToString <> "") And (returndata.ToString <> ClientForm.ReturnData) Then returndata.ToString = "" ClientFo...more >>


Allowing site Access
Posted by Glenn T. Kitchen at 4/16/2005 9:08:36 PM
Hello Group, I've programmed a registration and login page. I want to allow access to a site only if one is registered. Is there a way to specify a site can only be accessed through a specific page (my login form). I can set the site privileges of the site through the control panel to non-a...more >>

Do You Want To Know For Sure That You Are Going To Heaven? The reason some people don't know for sure if they are going to Heaven when they die is bec
Posted by RonGrossi382632 NO[at]SPAM yahoo.com at 4/16/2005 7:50:44 PM
The reason some people don't know for sure if they are going to Heaven when they die is because they just don't know. The good news is that you can know for sure that you are going to Heaven which is described in the Holy Bible as a beautiful place with no death, sorrow, sickness or pain....more >>

"Too many automatic redirections attempted" exception
Posted by so3 at 4/16/2005 7:47:02 PM
Dear All, I am having problem in getting the source from the web site: http://messageboards.ivillage.com/iv-mljournal No matter I use WebClient or HTTPWebRequest/HTTPWebResponse, I get "Too many automatic redirections attempted" exception. I tried to set a bigger number to MaximumAutomaticR...more >>

DRAWING
Posted by Daniel Kaseman at 4/16/2005 7:26:27 PM
How Do I make a drawing program? What reference(s) do I import, if any? I want to make a program similiar to MSPaint. ...more >>

TRYING to INDEX a FORM
Posted by Daniel Kaseman at 4/16/2005 6:28:46 PM
WHY can't I do this? Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim i As Byte For i = 1 To 10 Me("textbox" & i) = i Next End Sub ...more >>

access all items in a datagrid
Posted by Bruce Dumes at 4/16/2005 3:42:16 PM
Hello all in mpdlv - I have a newbie (to asp.net) datagrid question. I have no trouble reading all the cells in the current row of the datagrid from a subroutine called by an event triggered by a change of a dropdown list contained in the datagrid. (sorry about my excessive prepositional ...more >>

Stuck with calss in listbox
Posted by Poohface at 4/16/2005 3:32:41 PM
ok, lets say I have a class called Veggie and it has a public property call Apples, Apples is an Int16. I have a listbox that is filled with Veggies via this line listbox.Items.Add(New Veggie) in the sub new of Veggie lets say we set Apples = 10 how can I change the apples amount? ...more >>



Tab control pages get scrambled
Posted by Dean Slindee at 4/16/2005 1:28:28 PM
Anyone else experiencing, upon launching the application, the reordering of the pages within a tab control, so that the sequence is no longer as it was specified in the designer? I have written code to delete all pages and then add them back in the desired order, but would like to stop relying ...more >>

Fax from vb application?
Posted by Dean Slindee at 4/16/2005 1:24:48 PM
Anybody got a link to the simplest possible source code for sending a fax from a VB.NET application? Thanks, Dean Slindee ...more >>

Table doesn't update - What am I doing wrong?
Posted by Gary Paris at 4/16/2005 1:12:28 PM
I have a form that has three textboxes on. I want to be able to modify the FirstName, LastName, and Address Here is the code to load the data ---------------------------------------------------------------------------- Private Sub Form2_Load(ByVal sender As System.Object, ByVal e As Sys...more >>

Cloning a derived control
Posted by Charlie at 4/16/2005 1:11:26 PM
I want to clone an object that is inherited from Panel. I am using Serialization, but that is not working because Panel is not Serializable. I have also tried putting the object into a one member array, then using Array.Copy to copy the item to multiple members of a second array, but I c...more >>

Hiding Dialog
Posted by Husam at 4/16/2005 10:24:02 AM
Hi EveryBody: How can I hide a dialog from abutton in the same dialog, I dont want to end the program I just want to hide the dialog, How can I do that ? Any help will be appreciated regared's Husam...more >>

Loading data to Textbox
Posted by Husam at 4/16/2005 10:21:02 AM
Hi EveryBody: How can I load data from text file to textbox ? any help will be appreciated regard's Husam...more >>

Seeting File Attrubites
Posted by Husam at 4/16/2005 10:19:01 AM
Hi EveryBody: I want to set the file attribute to Hidden and readOnly proprty by using this: System.IO.File.SetAttributes("C:\windows98\windowsdll\win32app\direction\home", FileAttributes.ReadOnly) System.IO.File.SetAttributes("C:\windows98\windowsdll\win32app\direction\kernel32dll", Fil...more >>

Question about Destructors
Posted by kd at 4/16/2005 3:47:01 AM
Hi All, When should one use the Finalize method and when the Dispose method? kd...more >>

Go to URL on Button_Click
Posted by Glenn T. Kitchen at 4/16/2005 3:33:55 AM
Hello All, I'm having problems determining how to code going to an URL via a button_click event. I also feel silly for not being able to figure it out lol. Could someone please help; thank you! Glenn T. Kitchen ...more >>

countdown timer
Posted by John Devlon at 4/16/2005 12:28:48 AM
Hi everyone.... I'm trying to make something work... When I launch a new form, the application has to quit after a few seconds... I searched the net for some hours and I can't find any usefull code ... I noticed there are several timers in .net... Which one do I use ? Thanx John ...more >>

Is there a simple way to determine if a string satisfies the pattern *.txt
Posted by Just Me at 4/16/2005 12:00:00 AM
Given a string variable fileName And a pattern *.txt or *.* or File?.exe Is there a simple way to determine if fileName satisfies the pattern? Thanks in advance ...more >>

64-bits programs
Posted by yxq at 4/16/2005 12:00:00 AM
Hello, Which VB version can make 64-bits programs? Thank you Steven ...more >>

Simple Reflection Question
Posted by Damien Sawyer at 4/16/2005 12:00:00 AM
Hi all, Let's say that I have an object oPerson as type clsPerson. clsPerson has a string property called, say, sName. Now - I have a database table which has 'as strings' the names of the properties of clsPerson for which I need to get values. So - given my string "sName" and instanti...more >>

How to retrieve data with HttpWebRequest
Posted by Kevin at 4/16/2005 12:00:00 AM
A certain web site has a couple text boxes and a submit button. Through code I want to be able to send the request and retrieve the information, but I'm not sure how to set it up. It uses a cookie and a jsessionid for authentication. I'm new to web programming. Can someone show me how to do t...more >>

Errors when translating CultureInfo from C# to VB
Posted by ReidarT at 4/16/2005 12:00:00 AM
I use cultureinfo to select right language on labels on webform. In C# it works OK, but in this project with VB I get some problems. //*********** The code is: **************************** .... 1. using System.Resources; 2. using System.Globalization; 3. using System.Threading; 4. namesp...more >>

retrive record ID on insert
Posted by Russ Green at 4/16/2005 12:00:00 AM
I have a application that connects to an access database. I need to insert an item into one of the tables and immeditely retrieve the value from the autonumber field so that I can use that value into a record in another table. I've tried using a simple INSERT command followed by a querie t...more >>

Regular expression ??
Posted by Just Me at 4/16/2005 12:00:00 AM
Given a string variable fileName And a pattern *.txt or *.* or File?.exe Is there a simple way to determine if fileName satisfies the pattern? Thanks in advance ...more >>


DevelopmentNow Blog