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 2004 > threads for saturday april 17

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

HLP: Finding file Types
Posted by Mr. B at 4/17/2004 10:34:03 PM
I'm writing an app where I'm trying to look for and List all specific file 'types' found. So I point to a specific start top level Folder... and I want to drill down through ALL sub folders to find file types (using File Extenion). All found DWG files are listed in "lbDwgList" Listbox. I c...more >>


GAC Question
Posted by Tiraman at 4/17/2004 10:06:22 PM
Hi , i have the A.dll in my GAC (only one occurrence) and after i deleted it from the GAC i saw that it still working . so i did IISRESET and now it throw an error . can we define the time out that the dll stay in the memory ? lets say that if no one access the dll for 60 sec it will be ...more >>

IDisposable
Posted by Brian Henry at 4/17/2004 9:40:37 PM
when you make a class implement IDisposable, is that basicly the same thing as a destructor implementation in C++? it seems ot just add a dispose method to a class, which in C++ that'd be a destructor... is this whats going on? thanks ...more >>

Animateing GIF images in a winform
Posted by Brian Henry at 4/17/2004 9:36:44 PM
I know I saw a method to do this once before, but how do you embed a GIF image in an app and run its animation sequence to display on a winform as an animated image? ...more >>

Integrating forms in a form
Posted by Christian Soltenborn at 4/17/2004 8:42:13 PM
Hi guys, I have another beginner question for you: As we in our group all don't have experience with VB, we splitted the work by creating different forms which would be programmed by different people. Now we would like to have one Form in which we have all the other forms integrated: We ...more >>

VB .NET webcam example
Posted by Mauricio Henriquez via .NET 247 at 4/17/2004 7:22:55 PM
(Type your message here) -------------------------------- From: Mauricio Henriquez Hi: I try to convert some VB 6 Webcam (only API calls not special OCXs, DLLs or anything like that)example to VB .NET, but the VB .NET version have some error with the traslation of some function, these are ...more >>

Office 2003 Styles
Posted by Bill English at 4/17/2004 6:04:18 PM
Does anyone know how to do Office 2003 UI Styles, such as toolbar, status bar, etc......more >>

Opening form invisible
Posted by John at 4/17/2004 5:43:28 PM
Hi Is there a way to open a form hidden/invisible while it is populating its controls, and then make it visible once it is done? I am using the following code but the form remains visible. cform = New frmClients cform.Visible = False ' this does not seem to make form hidden (not vis...more >>



"Looking Up" the object hierarchy
Posted by tinman at 4/17/2004 5:04:33 PM
Hi.... Would appreciate some advice on how to achieve the following in an OOP manner: Supposed, I have the following object model: Employee | | - - Projects | | - - Project The Employee object has several properties, say, for example E...more >>

I'm new in VB.Net
Posted by Reza Zreaian Fard via .NET 247 at 4/17/2004 4:58:03 PM
(Type your message here) -------------------------------- From: Reza Zreaian Fard Hi i have problem in executing my project in other PC that haven't VB.NET installed when i execute my project in other PC I got a error that tel me i can't execute it because i haven't some .dll files please te...more >>

trigger an evet in 12 AM Mid night
Posted by Reny J Joseph Thuthikattu at 4/17/2004 4:05:25 PM
Hi, I want to trigger an evet in 12 AM Mid night in order to close a file and reopen an another file.How do i do this in VB.NET? Please help me out Reny ...more >>

Allow Null
Posted by Sandy at 4/17/2004 3:31:03 PM
I have a bunch of textboxes that it is all right for them to be null How do I program that? I keep getting an error that says Null is no longer supported Sandy...more >>

Toolbar Events
Posted by Bill English at 4/17/2004 2:49:11 PM
How do I assign a method to the click event of a specific toolbar button? When I look under ToolbarButton1 events, all I see is disposed....more >>

GetFiles in order
Posted by Rob Oldfield at 4/17/2004 2:41:27 PM
If I'm using something like.... Imports System.IO Dim di As New DirectoryInfo(Path) Dim fiArr As FileInfo() = di.GetFiles("*.doc") Dim fi As FileInfo For Each fi In fiArr 'do whatever Next fi ....then is there a way to specify the order of the files read. I know that I could do...more >>

Formatting number with two decimal places
Posted by Sandy at 4/17/2004 2:06:02 PM
Hello I need to have a value display in a label with two decimal places; e.g. "4" to display as "4.00 Any help will be appreciated Sandy...more >>

HOW TO Use The Obj = Nothing ?
Posted by Tiraman at 4/17/2004 1:39:29 PM
Hi , i would like to get some explanation about using the Obj = Nothing . For example , I have a function that hold a local object like in this example public function Test() dim objMyCol as New Collection() some code here .... objMyCol = Nothing ' do i need this line ?...more >>

Convert C# to Vb.NET
Posted by Andrea at 4/17/2004 12:39:11 PM
Hi all. I need to use in my VB.NET applications some DLLs, running well under C#. So, the "problem" is to port under VB.NET all functions and declarations available under C# (at least!). Here below some code for C#: public struct NNTPDefaults { public const string ContentType = "text/...more >>

ComboBox Double Click
Posted by MadCrazyNewbie at 4/17/2004 11:46:01 AM
Hey Group, How could I do it so if something isn`t listed in my ComboBox (It looks up a Database Coloumn), When a User Double Clicks on the ComboBox it brings up a form so they Can add it in there and then, if you get what I mean? Many Thanks MCN --- Outgoing mail is certified Virus F...more >>

Reference Error problem
Posted by Robin at 4/17/2004 11:41:01 AM
H I am trying to use the FileOpen method to read a Random Access file. I first created a structure that looked like this (not completed Public Structure ModelInf Implements ICompare Public intModel As Intege Public dblPrice As Doubl Public Function Compare(ByVal x As Objec...more >>

System Volume
Posted by Bill English at 4/17/2004 8:53:53 AM
How would I get the current system volume, from my application?...more >>

SizeOf function
Posted by Kevin Tang at 4/17/2004 7:46:05 AM
Dear All Is there any function in VB like "SizeOf()" in C/C++ ? Best Kevin Tang ( kevintang@ieee.org )...more >>

TranslateName Function/API Call?
Posted by James at 4/17/2004 4:57:03 AM
I would like to get a user's first name and last name instead of just their username. According to this link, http://msdn.microsoft.com/library/default.asp?url=/library/en- us/sysinfo/base/translatename.asp there is a function that will do that if I use the NameDisplay member of the Exte...more >>

.net suggestion
Posted by John at 4/17/2004 1:21:43 AM
Hi I wish ms would have the setup of an app do ngen and other optimisations at install time for the hardware in the question. This should hopefully get rid of the pause at app start and possibly also make the code with more secure. Regards ...more >>

Simple (?) DB Connection problem
Posted by nufcdel NO[at]SPAM hotmail.com at 4/17/2004 12:50:54 AM
Hi all, I am trying to connect to an Access database on my local machine which has a table named lastupdate, from this table I want to return the value to a messagebox of a field named last update which contains the date that the database was last updated. I have tried to accomplish this as...more >>

crystal report 9.0 help please
Posted by RJN at 4/17/2004 12:38:52 AM
Hi, I'm new to crystal report and require a help urgently. My requirement is something like this. I have a main report from where I call 2 subreports, say summary and details. The main report has a group based on a certain column and say this results in "n" distinct groups. The details...more >>

HOT TO Use Tlb In VB.NET DLL ?
Posted by Tiraman at 4/17/2004 12:29:12 AM
Hi , I have a tlb which i m using in VB6 and i would like to keep using it in VB.NET how can I import it or reference it to my Dll ? Best Regards , Tiraman ;-) ...more >>

[HELP] Assembly And Gac Question
Posted by Tiraman at 4/17/2004 12:24:11 AM
Hi , Problem description : I have 2 assemblies (A.dll And B.dll) . They are both under the GAC and they are both using the functions of each other . Each time that I m doing a change in one of them I need to change the version to both of them and than to recompile . I also need to cha...more >>


DevelopmentNow Blog