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 > october 2007 > threads for monday october 15

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

Inheritance
Posted by tshad at 10/15/2007 8:54:53 PM
I am playing with abstract classes and interfaces and in my sample program I can't understand why I can't access a variable that is in the inherited class. It is public and I thought that you could directly access (apparently not). ************************************* Option Strict On ...more >>

AddressOf Problem with vb6 to .NET 2005 Conversion
Posted by at 10/15/2007 7:58:55 PM
All right, I've been trying to wrap my head around this by reviewing what is out on the web but still seem to be struggling with this.... Here is the calling code with the AddressOf Error: Private Sub cmdInitialize_Click(ByVal eventSender As System.Object, ByVal eventArgs As System.EventArgs)...more >>

Getting Only Non-Hidded and Non-System Directories
Posted by Nathan Sokalski at 10/15/2007 7:53:17 PM
I am getting the list of subdirectories from a specified directory using System.IO.Directory.GetDirectories(), and would like to get only subdirectories that are not hidden or system directories. I did not notice any way to do this using System.IO.Directory.GetDirectories(). Is there some ot...more >>

DateTimePicker not updating in DB unless I change the date
Posted by Tony K at 10/15/2007 6:58:45 PM
Does anyone know why my 2 date fields on my form that are bound to date fields in the Access DB do not save unless I first modify the dates? Example: When I add a new record, the following line of code executes adding 5 days to the current date. Me.DateRequiredDateTimePicker.Value = Today.AddD...more >>

Fax with Microsoft Visual Basic .net and AVM Fritz ISDN-PC-Card
Posted by at 10/15/2007 4:57:02 PM
Hi, i have a AVM Fritz ISDN PC-Card. I have to generate a Fax from Data wich is stored in a Microsoft SQL Database. But i dont know where to start. Has someone a good starting point to do this? thank you Yavuz B. ...more >>

Combobox selected item is not highlighted.
Posted by Academia at 10/15/2007 4:34:13 PM
I have a combobox that when it drops down the selected item is not highlighted. I'm guessing there is a property that controls this but can't find one. Is there? Should it always be highlighted? Thanks ...more >>

best way to print listview
Posted by Tark Siala at 10/15/2007 2:42:53 PM
Hi I have ListView contain data, and i want print this listview. i know i can do that by using Datareport and Crystal Report, but i need simple way to print this data. any ony have good idea? ----------- Tarek M. Siala Software Developer http://tarksiala.blogspot.com ...more >>

How to automate Word Doc under Web browser Control
Posted by JCheah at 10/15/2007 1:31:00 PM
Does anyone know how to automate word doc under web browser control? I'm creating a program with VB.NET 2005. The program will open a word document under web browser control. And the program has a few buttons which the users could click on them and perform some tasks with the word document ...more >>



Copy data from a csv or xls file
Posted by Tony A. at 10/15/2007 12:54:01 PM
I need to read data in either a csv or xls file and save each row as a record in a SQL Server 2005 Express database. Do you have any suggestion on where I can find examples of code that can do this? Thanks... -- Tony...more >>

Problem with VBA in excell.(File not found)
Posted by chandan at 10/15/2007 12:09:25 PM
Hi All, I have an application written in VBA with Excel. This application smoothly run on a machine but when I copy this application to another machine and run then it throws a run time error file not found for a DLL that is written in VC++. Actually this DLL is present at that particular locat...more >>

Console Application Testing
Posted by Greg at 10/15/2007 11:46:02 AM
I'm going through a few code examples that are demonstrated using a Console Application. But, for some reason I am unable to move forward with them. I have two questions: 1. VBC.EXE (VBC.exe is not recognized as an internal or external command, operable program or batch file.). Now, I have...more >>

Obtaining the unicode for an exotic character - please help!
Posted by at 10/15/2007 8:59:10 AM
Hi, Hope that you can help me here. I'm trying to write a little windows appliction that takes essentially calculates and displays the VB.NET "ChrW()" code for an exotic character (mainly east European languages like the cadilla, ogonek etc, not Chinese or anything like that). For example...more >>

Business Rule Validation
Posted by SiJP at 10/15/2007 8:40:09 AM
I am creating a new winforms project using Visual Studio 2005. The project is converting a paper-based application form into an electronic one. I need help implementing a correct method for 'Business Rules' validation. The paper-based form has 50 fields that vary in their content (some...more >>

An SqlParameter with ParameterName '@employment' is not contained by this SqlParameterCollection in asp.net
Posted by Dhananjay at 10/15/2007 8:22:33 AM
Hi all I have got this error An SqlParameter with ParameterName '@employment' is not contained by this SqlParameterCollection in asp.net please help me out Thanks in advance ...more >>

Login in to a website using webrequest & webresponse
Posted by the_only_steven NO[at]SPAM hotmail.com at 10/15/2007 5:43:03 AM
Hello all, I'm trying to write a program that gets the sourcecode of a website (there are already many on the web i know) but for the website i want it to use i have to login. Since i'm totally new to the webrequest and webresponse i have no idea on how to do this. The login on the websi...more >>

Cancel/Clear Event Queue
Posted by Steve at 10/15/2007 4:56:27 AM
In VB6 I have a screen the has a text box and a datagrid If I click the datagrid, the 1st event is to validate the textbox and then the 2nd event is a datagrid mousedown event. If a get an error message in the textbox validate it seems the mousedown event is never executed. In VB.Net it ...more >>

Read Hidden in web Page
Posted by MrFulvio NO[at]SPAM hotmail.com at 10/15/2007 1:30:44 AM
GoodMoring How can i read the hidden text od data in web page ??? Ths to all ...more >>

Inter program communication
Posted by Jack Russell at 10/15/2007 12:00:00 AM
I would like to communicate between 2 programs running on separate computers (but on my home network). We did this 20 years ago with netbios but is there a more elegant solution using vb.net? Thanks...more >>

VB2005 : Send input to a TELNET process - IP/User/Password/Sign-on
Posted by Screaming Eagles 101 at 10/15/2007 12:00:00 AM
Hi, I looked and found a lot of different code regarding send/receiving input/output to a command window, but none helped me so far. I would like to start a process with telnet a bit like this myProcess.StartInfo.FileName = "telnet.exe" myProcess.StartInfo.Arguments = " -a 199.99.99.99 299"...more >>

Format a textbox to display as a percentage
Posted by John at 10/15/2007 12:00:00 AM
Arrggg…Format String Hell…Hello there, I am attempting to format a decimal value as a % (percentage). That is; I want .12 to be displayed and edited as 12% No matter what I try I cant get it to work :( I can get it working for display format, but not for the editformat :( Below is my code ...more >>


DevelopmentNow Blog