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 > may 2005 > threads for sunday may 1

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

VB.NET SNMO example
Posted by mony at 5/1/2005 1:08:01 PM
I am looking a VB.NET example on how to reference the SNMP API information. I am unable to add references to SNMPAPI.LIB or SNMPAPI.DLL. My goal is to write a 100% VB.NET example (no C or C# code) of some simple snmp commands. All examples I can find are written in C or C#. There is an e...more >>


Delete files in folder based on modified date, but not others.
Posted by richardkreidl NO[at]SPAM northwesternmutual.com at 5/1/2005 12:57:56 PM
I have the following module that I delete old files based on how old they are: Sub Main() Dim First_Date As String = Date.Today.AddDays(-7) Dim Archive_Files() As String = System.IO.Directory.GetFiles("C:\Turnover") Dim Filtered As New ArrayList For x As Int...more >>

Check Network Password
Posted by henrycortezwu NO[at]SPAM gmail.com at 5/1/2005 7:07:46 AM
Hi all, For example you have 2 text boxes: tbxUsername = Environment.UserName.ToString tbxPassword = ******** How do you check if the password entered by the user matches the same network(windows) password of ther user? Thanks, Henry :) ...more >>

Detecting the instance of a form
Posted by DaveG at 5/1/2005 12:00:00 AM
Hi All I can create a Global boolean variable to be set when I create an additional form and test the variable each time so I only have one instance of that form. If bFrm = False then Form2.show End If Is there a way to check this without creating the global variable. I have tried thi...more >>

Accessing controls on another form.
Posted by DaveG at 5/1/2005 12:00:00 AM
Hi I posted this to the .Net general newsgroup and got a reply from "Morten" who has given me an answer but in C# a language I have never worked with. VB.Net is still very new to me, I was hoping someone here in the VB.net group could help me a little. I have copied the posts to here. Morte...more >>

Binding Manager Remove At question.
Posted by Agnes at 5/1/2005 12:00:00 AM
In my Form, there is Invoice Master to - InvoiceDetail (one-to-may relationship) I use bmMaster.removeat(bmMaster.position) to remove the Master record. However, I don't know how to remove the Detail records ???? I got relationkey between that two tables. Dim constraint_tinvno A...more >>

Producer-Consumer threading problem using vb.net
Posted by Ramta at 5/1/2005 12:00:00 AM
Hi all, I am trying to develop a Producer thread that listens for UDP packets on a socket and store then in an ArrayList. The consumer should read data from list and block when no element is in list. When producer inserts a message in list, it should make the consumer aware of the ite...more >>

VB 2005 - Genrics And Base Classes
Posted by Urs Eichmann at 5/1/2005 12:00:00 AM
Hi using VS 2005 Beta 2, I want to define a base class for any type of entity, e.g. customer, item, order etc. The entity could have a key of type String or Integer, so I define the base class as follows: Public MustInherit Class BaseEntity(Of tKey) public Key As tKey ' not using propert...more >>



RegEx Help!
Posted by Chris Murphy via DotNetMonster.com at 5/1/2005 12:00:00 AM
Hey guys, my RegEx experience is terrible, and I'm in the middle of a project where I need to convert a plain text dictionary. I have the words, word type, definitions etc, in the following format: Abalone (n.) A univalve mollusk of the genus Haliotis. The shell is lined with mother-of-pearl, ...more >>

Enumerate child processes in vb.net?
Posted by Sam Marrocco at 5/1/2005 12:00:00 AM
Is it possible to enumerate/list the child or parent processes of a process (given it's ID or name) in vb.net? I'd prefer to do so in all managed code if possible.......more >>


DevelopmentNow Blog