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 > october 2007 > threads for tuesday october 30

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

Implementing a "Smart" folder in Windows XP?
Posted by Noozer at 10/30/2007 10:26:43 PM
I'm looking for a "smart folder" program to run on my Windows XP machine. I'm not having any luck finding it and think the logic behind the program is pretty simple, but I'm not sure how I'd implement this. I've done some VB6 programming and dabbled in VS.Net. Can someone share some pointer...more >>


programming CADELET
Posted by EWF at 10/30/2007 7:07:34 PM
Hallo A question about Cadelet: it’s an electrical cad, i need to use it’s APIs to add information to an existing project. Did someone of you ever worked about it? I can’t find information nowhere. Thank you p.s. i’m sorry for my awful english... :-D...more >>

Windows Legacy: Writing to a database in programs folder
Posted by Kai-Uwe Tillmann at 10/30/2007 5:47:12 PM
Hello, in my opinion a program should never write to a database that exists in the programs folder. Am I right about that? Does Windows speak about that clearly, e. g. in a legacy? We have struggles here whether this is correct or not. Thank you. Kai-Uwe...more >>

Config Files
Posted by Mick Walker at 10/30/2007 3:15:28 PM
Hi All, Does anyone know of any config file reader classes that I can implement within my application. I am not attempting to read the current applications config file, but other applications. I need to be able to add sub nodes to existing nodes within the document. I am not opposed to ...more >>

๑۩۞۩๑█ TAMIL SEX FREE LIVE๑۩۞۩๑█
Posted by at 10/30/2007 1:11:24 PM
CuC5kdup257bqeC5keKWiCBUQU1JTCAgU0VYICBGUkVFICBMSVZF4LmR26nbntup4LmR4paICgpO T1QgICAgQklPVEVDSE5PTE9HRVkgT05MWSAgU0VYCgpGUkVFICBTRVggIExJVkUgIFNIT1cgIEZS RUUKClJPTUFOQ0UgIFNFWCAgTElWRSAgSU5ESUFOICBTRVgKCgrguZHbqdue26nguZHiloggVEFN SUwgIFNFWCAgRlJFRSAgTElWReC5kdup257bqeC5keKWiAoKCgogICBodHRwOi8vVE...more >>

Event Handler Fires Twice
Posted by Greg at 10/30/2007 11:37:01 AM
I'm using VB.Net 2005 I have a Base Form that has a button control on it named btnEnter. The event handler for this control is shown below: Overridable Sub btnEnter_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnEnter.Click Do Something.... End Sub The...more >>

VB.NET, Unit testing and .NET Framework book recommendation
Posted by gamesforums NO[at]SPAM hotmail.com at 10/30/2007 11:07:47 AM
Hi! I've been programming in VB.Net and done testing with TypeMock and MbUnit (Testdriven.net) for about 2months now at work. I can see that my testing skills and particular my knowledge about the .NET framework is far too weak. Far to often I choose to implement custom stuff that's already ...more >>

RGB Colors
Posted by Greg at 10/30/2007 9:42:00 AM
I'm using VB 2005. When I select a color from the properties window for a control, it returns an RGB color code (255,255,255). Now, when I attempt to assign a color in code it is done using the COLOR.COLOROPTION value. How can I take an RGB color set in the properties window and assign it ...more >>



Event's code runs to completion before another event's code is entered?
Posted by Academia at 10/30/2007 9:30:18 AM
If the user types into the TextBox of a combobox it works OK. But if he hold a key down so the letter repeats quickly the code runs into trouble. My questions are: Is it true that an event's code is normally run to completion before another event's code is entered (KeyUp in my case)? If...more >>

Refresh forms
Posted by MikeS at 10/30/2007 9:27:02 AM
I have a question concerning closing and re-opening forms. When I open a form and make changes or enter some data, then close the form and re-open it, the same data/changes are still there. How can I re-open the form as though it is the first time I have opened it? In other words, I want to...more >>

Declare Sub XXX Lib "X.dll" (Structure vs Class) ...
Posted by Joe HM at 10/30/2007 4:42:29 AM
Hello - I have an Ada *.dll that is called from withing VB.NET. The following works ... Public Declare Sub XXX Lib "X.dll" (ByRef XArgument As XStructure) <StructLayout(LayoutKind.Explicit)> _ Structure XStructure <FieldOffset(0)> Dim A As Single <FieldOffset(4)> Dim B As Singl...more >>

How to store/read listbox items in a text file line by line (with line break) ?
Posted by kimiraikkonen at 10/30/2007 3:36:27 AM
Hi, I want to save all the item content of a listbox line by line into a simple text file then recall them when my project is opened. For example listbox1 contains: That - item1 Group -item2 Is -item3 Really -item4 Good -item5 And the text file must be 1:1 same then i have...more >>

confirm in asp.net
Posted by Betina Andersen at 10/30/2007 12:00:00 AM
Hi I am using vb in asp.net and I need to have a confirm in the middle of my code(code-behind), but cannot get the confirm to display when I want it, but it comes when my button has ended it code, any help appriciated. Sub Button_Click <code> .. .. Dim scriptString As New StringBuilder...more >>

Problems on Vista
Posted by Dhananjay at 10/30/2007 12:00:00 AM
Hi All, I have created one VSTo COM - addin for office 2007 in vb.net 2005. I have seen that my code is not working if I access the hkey_Classes_Root or hkey_local_machine through my code on windows VISTA. My code is working fine on all OS except VISTA. I have access to localmachine & classes_r...more >>

Visual Basic .NET 2005 Express edition installs Windows Installer 3.1 although it was installed before
Posted by kimiraikkonen at 10/30/2007 12:00:00 AM
Hi, It may be a bit off-topic but i want to know: I previously installe Windows Installer 3.1 and then decided to install VB.NET 2005 but although Windows Installer 3.1 is present before VB.NET 2005 installation, it installs Windows Installer 3.1 together (embedded) with VB.NET 2005 express. ...more >>


DevelopmentNow Blog