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 > november 2003 > threads for tuesday november 11

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

For Mr. Ken Tucker [MVP]
Posted by Dinesh Jain at 11/11/2003 11:08:42 PM
First of all, sorry for posting this by specifying name. I posted it with an earlier exisiting thread but didn't get the reply from Ken, so posting it new thread. Hello Mr.Ken, Thanks for the reply. I don't have service pack2 installed on my machine. I have seen the list of bug ...more >>


Outlook Zugriffsschutz auf Adressbuch
Posted by Thomas Wilkop at 11/11/2003 10:04:46 PM
Hallo Leute, habe ein Problem mir Outlook 2003. Habe ein Programm geschrieben worin ein Funktion enthalten ist womit ich Aufgaben an andere deligieren kann. Allerdings fragt mich Outlook ständig ob ich das zulassen will - ist für mich und andere relativ nervtötend. Gibt es einen Registrierung...more >>

How To: Work around a Users Region Setting (Date issue)???
Posted by JamesBV at 11/11/2003 9:20:40 PM
My PC's Region setting is set to "English (Canada)"... cause I am in Canada (eh?) (: I'm using VB.net, standard edition (v1?) So I wrote my application based on this Region. I've both Short and Long dates being displayed (including a DateTimePicker). BUT... at work, there are some machin...more >>

Data binding: Checkbox question
Posted by Tom Wing at 11/11/2003 7:58:45 PM
I'm looking for some help with a data binding problem. I'm not able to bind a checkbox from a dataset to an Access mdb. Regardless of the databinding property I set the checkbox to the checked/unchecked state is not passed to the mdb when the record is updated. All the other fields, textboxes,...more >>

HLP: e.HasMorePages = True (NOT)
Posted by Mr. B at 11/11/2003 7:41:44 PM
VB.net (standard) I'm experiencing some difficulties in printing multiple pages using Print Preview. The following is my main parts of my printing subs (excess info deleted for your viewing pleasure). For a single page, the print preview (and an actual print) are OK. Getting the .HasMoreP...more >>

MS Access functionality in VB.NET
Posted by Scott A. Jones at 11/11/2003 6:52:18 PM
Hello, I am a Microsoft Access/VBA developer who has been trying to make the plunge into VB.NET. I've begun development on a couple of applciations, but keep hitting "brick walls" when trying to replicate functionality that I'm familiar with in Access. I'm trying to build data applicatio...more >>

Facing hard work ahead..
Posted by Fredrik Melin at 11/11/2003 6:31:07 PM
Hi, I have used Shared functions for Connection, User, and Setup variables in my application. That works well for the client app, but when I was now accessing my functions via ASP.NET of course I ran into trouble (shared is shared over the whole application, not only a session) So, To re-w...more >>

Is there a small distro that'll download and install all the .NET Files?
Posted by Christian Blackburn at 11/11/2003 5:53:41 PM
Hi Gang, Windows NT Platform Service Packs and Internet Explorer have for quite some time provided a install program that's under 1MB. This < 1MB file would then detect which files needed to be downloaded and installed and behave accordingly. Is there such a file for the .NET platform. I don'...more >>



Microsoft Visual Basic.net Deluxe Learning Edition
Posted by Christian Blackburn at 11/11/2003 5:48:41 PM
Hi Gang, I saw this for sale online: Microsoft Visual Basic.NET Deluxe Learning Edition Version 2003. I'm wondering is the CD that's bundled with the learning edition just a digitized version of the book or is it an interactive tutorial? Thanks, Christian Blackburn ...more >>

Xmlreader steals records...
Posted by Tamir Khason at 11/11/2003 5:36:19 PM
I have a problem: command returns X records based on some select. I want to build xmldocument from xmlreader so I do this..., however instead of X records I recieve XML with X-1 records... WHY???? here is the code: reader = command.ExecuteXmlReader() While reader.Read() sTmpVal = sTmp...more >>

calculation only works once in debug mode
Posted by rodger at 11/11/2003 4:04:45 PM
hi all, I have a form with two text boxes, a go button and a formula in the code to perform a calculation a value is entered in one text box, and press buttonm a result is computed which is entered in the second box. This functions the first time that I run the form in debug, but only ...more >>

Data Adapter Configuration Error
Posted by Keith Kuwatani at 11/11/2003 3:39:20 PM
I am using the ODBC .net provider against a pervasive 2000i database. The Data Adapter successfully generates Table Mapping, Select Statement and Insert Statement. However, the Update and Delete Statements provide the following error: Could not determine which columns uniquely indentify...more >>

Conditional Installation of .NET Applications
Posted by Mr Utkal Ranjan Pradhan at 11/11/2003 3:31:42 PM
Hi I've developped a VB.NET Windows Application. I want to install my application in a freshly installed Windows 2000 machine. I need the following during my application installation ... 1. Check whether .NET Framework is installed or not, if not install the ..NET Framework first 2. Che...more >>

Newbee question about SQL and Datagrid
Posted by EMW at 11/11/2003 3:07:42 PM
I've posted serveral times to get an answer, but till now still now satisfying answers. Here is my problem: I have filled a datagrid control with the contents of an Excel sheet. Over 3500 rows of information. I used a dataset which I then binded to the control. That worked. Now I wa...more >>

working with sytem.io
Posted by ZR at 11/11/2003 3:04:51 PM
Hi, I am trying to delete multiple files in a particular directory. The code will like this \\\ Dim s As String For Each s in Directory.GetFiles(...) system.io.file.delete(s) Next s /// Is there a method that would allow me delete more than one file at a time? for instance De...more >>

open New form and hide old
Posted by rodger at 11/11/2003 2:50:19 PM
i use the following code to move to another form with in my VB .net project, Dim myForm As New Form2() myForm.Show() however form one remains open, how can i hide form1, Roger ...more >>

XML question
Posted by Brian Henry at 11/11/2003 2:20:30 PM
I haven't done much with XML yet, I just know XML reader can read xml, and xml writer can write... how do you update an element though!? any samples out there that would help, MSDN documents have so much stuff on them but nothing specificly says how to update... I'm tring to use an xml doc as a ...more >>

Networking Issue
Posted by CJ Taylor at 11/11/2003 1:51:22 PM
Hey all, Was wondering if anyone could answer a question using the Windows Scripting Host to use the Win32API to connect to a network share on an NT server. The problem I am having is that I am trying to connect as a different user that throws up an error upon connection, that says Multip...more >>

system.io
Posted by maft at 11/11/2003 1:37:48 PM
Hi, How di enumerate through files in a given directory? Thanks ZR ...more >>

Scrollbar possition in listview
Posted by anonymous NO[at]SPAM discussions.microsoft.com at 11/11/2003 1:24:48 PM
Hi, Trying to figure out how i can tell if the scrollbar is in the bottom of my listview, im using the listview to display log files and i track them and add new items to the bottom of the listview... the thing is i want the listview to scroll to the last item all the time but only when th...more >>

System.Web.Mail
Posted by A.M at 11/11/2003 1:14:33 PM
Hi, Even i have a refrence to System.web.dll, Still VS.NET gives me error when i try to Import System.Web.Mail. What do i miss? Any help would be apprecited, Ali ...more >>

databinding radio buttons
Posted by Pauly at 11/11/2003 12:51:59 PM
I have a group of three radio buttons on a group box. In my database I have three columns all of data type bit. I want to bind each button so that if it is 1 then it selects the appropriate button. Currently I have the checked property of each radio button bound to the field in the data...more >>

Debug Start Problem in Windows XP
Posted by clr at 11/11/2003 12:48:57 PM
I'm Using Windows XP and Visual Basic .Net 2002. When I press F5 <Debug/Start>, repeatedly, the program does not always function. However if I consistently press F11 <Step into> and then press F5 the program executes every time. I can reproduce this problem with a simple program that only di...more >>

problems trying to write back to a form
Posted by The One at 11/11/2003 12:46:13 PM
Have created a form to pop up with 2 option I then wish to write the text that is in the option button chose back to the original form using the code below but it gives me an exception error so could any please help me. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.E...more >>

System.Web.Mail can not be found
Posted by A.M at 11/11/2003 12:45:32 PM
Hi, How can i add a refrence to System.Web.Mail ? I can not use it in my projects Thnaks, Ali ...more >>

dateteime subtract strange value
Posted by Trapulo at 11/11/2003 12:32:19 PM
Why Now.Date.Subtract(New Date(2000, 1, 1)).Days returns 731529?? It is a too big value a think! I aspect something as 1030-1100.... ...more >>

Wich is the shortest and easyest way to send mail with NET?
Posted by Crirus at 11/11/2003 12:17:11 PM
Just simple mails plain text -- Ceers, Crirus ------------------------------ If work were a good thing, the boss would take it all from you ------------------------------ ...more >>

getting control properties
Posted by everett at 11/11/2003 12:10:40 PM
hello, I created a custom label called david label, then added them to a panel called mainMenuPan. I now need to get the values of the properties of the labels from another sub. I have found how to loop through the controls for the panel, but cannot figure out how to access the values...more >>

Using EnvDTE to add controls to a form dynamically
Posted by Gustavo De la Espriella at 11/11/2003 12:04:26 PM
Hi, I'm starting to build a wizard application that needs to add controls to a form using the EnvDTE library (in VB.NET). I guess it's something like what the Dataform wizard does. Is there some website that addresses this? Gustavo De la Espriella ...more >>

File Close problem
Posted by Bruce Wiebe at 11/11/2003 11:15:56 AM
hi all im having a problem accessing a text file on my hard disk after ive created it and added some text to it it would appear that the file is still locked. What happens is this i have three buttons on a windows form that provide three options for the user the process goes like this ...more >>

Start a thread that is sleeping?
Posted by Fredrik Melin at 11/11/2003 10:41:21 AM
If I use Threading.Thread.Sleep is there a way to cancel that sleep from another thread? Regards Fredrik ...more >>

TextBox numerical values
Posted by rodger at 11/11/2003 10:23:04 AM
Hi all, how do I set a Textbox to only accept numerical values in vb .net many thanks rodger ...more >>

VB.net - list all Workstations in same Workgroup or Domain
Posted by Busse at 11/11/2003 9:51:53 AM
hello, i have a problem, at the moment i get the lokal IP and scan a IP-Range, to get the Computer names in the network, but this need time, and i like so sort by WOrkgroup or domain. So if someone can say me what kind of code i had to write this would be great. thanks Martin...more >>

Event Log Collector - for the Event Viewer - to collect events into a database?
Posted by swcols NO[at]SPAM hotmail.com at 11/11/2003 9:34:06 AM
Hi I feel hopeless, I'm so perplexed. I hope that someone can help me with a problem: ideas, resources, source code if you feel really benevolent. I use Visual Basic .NET I want to develop an Event Collector. That will collect all events from the Local computer or maybe 2 computers; (1 loca...more >>

Excel automation with .NET 1.1
Posted by gregcarder NO[at]SPAM hotmail.com at 11/11/2003 9:20:22 AM
I tried following the code below from the microsoft article Q306022 to copy an array of data to excel in a single call. I only have a single dimension in my array. The problem I have is that even though the call: oSheet.Range("A2").Resize(100, 3).Value = DataArray works it only cop...more >>

Adding a datagridtextboxcolumn to a data grid
Posted by larry mckay at 11/11/2003 9:05:57 AM
hi, I'm using a datagrid whose datasource is being set dynamically. the data at the bottom appears fine when the grid is rendered. the data is the result of a stored procedure. What I's like to do is to make the grid read only and have only 1 column editable. I believe that I need to use a dat...more >>

font load in combobox
Posted by rudarko NO[at]SPAM yahoo.com at 11/11/2003 8:22:18 AM
I wonth to load system font in ComboBox or ListBox . please help me thanks...more >>

Detect whether DotNet Framework installed
Posted by zZ at 11/11/2003 8:14:48 AM
Hi All, I need to detect the framework installed from both VB.Net and VB6. Can someone give me an hint? Thanks for any tip. Kind regards, Zen ...more >>

Selecting range in VB
Posted by Frustrated_User_in_West_Virginia at 11/11/2003 7:53:00 AM
I wrote a Macro to sort a range. The rows in the range change from day to day. I can define the "boundrys" of the range by two variables x and z. I am declaring these as variant I define x = Cells(I,3)and z = Cells(J,26) I and J vary depending on the data source. I can run this Macro when I ...more >>

Visual Basic .NET Resource Kit Error
Posted by Madison at 11/11/2003 7:25:33 AM
I just completed the installation of the Resource Kit but I get the following error on GetStarted.aspx: Server Error in '/VB.NETResourceKit' Application. ----------------------------------------------------------- --------------------- Security Exception Description: The application att...more >>

VBScript To VB.NET Recodset question.
Posted by ronpagliuca NO[at]SPAM hotmail.com at 11/11/2003 7:00:43 AM
I am trying to execute VBScript functions via MSScriptControl in VB.NET and have the function return a ADODB Recordset. rs3 in the example below is returned as type __ComObject. I tried using Marshal.CreateWrapperTypeOf to create a COM wrapper. Anyone have any ideas how I can I access the rec...more >>

Way to detect screen resolution?
Posted by What-a-Tool at 11/11/2003 6:02:44 AM
I recently created an application on my 19" monitor - looked good. Tried running it on a 17 inch monitor - didn't look so good anymore. Is there a way that monitor resolution/screen size can be detected, so that I could keep my controls and form displayed and centered without resorting to scroll...more >>

access 97 vs 2000
Posted by RB at 11/11/2003 6:01:43 AM
I created a VB 6 program which interfaces an Access 97 database. Once I upgraded to Access 2000, my VB6 program can't access the Access 2000 database. I get an unrecognized file format error....more >>

multiple row-selection in Datagrid
Posted by Dr. P. Dietz at 11/11/2003 5:56:15 AM
Hello NG, how can i walk through the selected rows of a vb.net datagrid? datagrid.currentrowindex is only one row (first? last?) I think of something like this: dim r as ?? for each r in ?? myValueForWork =r!column_name1.tostring .... next Thanks! Peter ...more >>

VB compiled exe causing error on win 98, but not on win2k or winxp
Posted by Slasher186 at 11/11/2003 12:41:08 AM
Hi all, First of all, I'm sorry if I posted at the wrong section here, but I can't seem to find the VB 6.0 newsgroup ? I'm developing my apps with VB 6.0 sp5 installed on win xp. I have create an exe file that runs fine on both winxp and win2k. However, when I try to execute that file on win 9...more >>

API function GetCaretPos
Posted by Lior at 11/11/2003 12:04:18 AM
Hi There , We're a software company that innovate applications for disabled people , We need to built an application that one of the feature need to track the caret (keyboard pointer). In other words, we need to know the pixel based coordinates of the caret at any given time. We succeeded ...more >>


DevelopmentNow Blog