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 > december 2004 > threads for saturday december 25

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 Compiler questions
Posted by Solomon Grundy at 12/25/2004 10:43:14 PM
Ok. I'm fed up with Borland Delphi and Borland C++ and the appalling free components that are supplied with them - ie Indy. I've never managed to find a version of Indy that actually worked. So... My question to all you VB people is: what is on the compiler? Supplied with Delphi 7 pro is a...more >>


sizegrip on a control
Posted by Bernie Yaeger at 12/25/2004 10:29:03 PM
Windows forms come with a resize sizegrip at the bottom right of a form, for dynamic resizing. I am trying to do the same thing with any control, say a listbox or a datagrid. Is there a way to attach something like this, that has the functionality I'm looking for? I don't want a generic r...more >>

A little C# -> VB.Net conversion help?
Posted by Jim Hubbard at 12/25/2004 7:55:07 PM
I have some C# code that is supposed to wrap the defrag APIs and I am trying to convert it to VB.Net (2003). But, I keep having problems. The C# code is relatively short, so I'll post it here..... -------- // // a set of simple C# wrappers over the NT Defragmenter APIs // // // Refren...more >>

Intercept GDI calls in VB.Net?
Posted by Jim Hubbard at 12/25/2004 4:45:36 PM
Is there a way to intercept all GDI calls to the screen in VB.Net? Looking for a remote viewing solution.... ...more >>

VB.net public domain - 5 Questions
Posted by Dennis D. at 12/25/2004 4:03:08 PM
1. Planet-Source-Code has a 'compatibility filter' that asks for a e-mail/password, which then transfers the user to another site, rent-a-coder. This seems deceptive to me. At any rate, there is no filter element for VB.Net. Any comments on this site? 2. I have a partial solution that I wan...more >>

closing
Posted by Maarten at 12/25/2004 11:47:31 AM
hi all, Private Sub Form1_Closing(ByVal sender As System.Object, ByVal e As CancelEventArgs) Handles MyBase.Closing If MsgBox("Really close?", MsgBoxStyle.YesNo Or MsgBoxStyle.Question) = MsgBoxResult.No Then e.Cancel = True End If End Sub Private Sub MenuItem28_Click(ByVal...more >>

Unmanaged Code
Posted by Charles A. Lackman at 12/25/2004 11:46:14 AM
Hello, How do you write unmanaged code in vb.net? Currently, If I need to write an installer or a small program that should not be managed by the .net framework then I have have to use vb6.0. Is there a way to make small programs that will run without the .net framework in VS.NET? Is t...more >>

the problem comming from frmStatus's form
Posted by Supra at 12/25/2004 9:32:04 AM
An unhandled exception of type 'System.NullReferenceException' occurred in system.windows.forms.dll Additional information: Object reference not set to an instance of an object. i don't know how to reference from frmStatus to this class... Option Explicit On Option Strict Off Imports Sy...more >>



Reflexion technique help !
Posted by Jean-Yves at 12/25/2004 9:03:12 AM
Hi people. I am trying to replace the old CallByName function of VB6 with those of .NET I have a Class with a String Property and a Method with 3 arguments which returns a DateValue. How do I use reflexion (with Invoke as I as told) to pass values the property and call the method on that cl...more >>

Additional information: Object reference not set to an instance of an object................
Posted by Supra at 12/25/2004 8:41:05 AM
I am doing irc chat similar to mirc chat if i connected to irc.webamster.com i had no problem. but if connected to eu.undernet.org. i got error....somthing bug me! O:-) 'February 2004 'An unhandled exception of type 'System.NullReferenceException' occurred in system.windows.forms.dll 'Addit...more >>

Embed Dependent Assemblies
Posted by Wayne P. at 12/25/2004 7:03:49 AM
I'd like to embed some dependent assemblies in my exe as not to worry about distribution. I have come across a few examples in C# (http://weblogs.asp.net/jdennany/archive/2003/09/24/29035.aspx), but I have been unsuccessful in translating them into VB.Net as my C skills are rather poor. Co...more >>

Launching a browser
Posted by Alan M Dunsmuir at 12/25/2004 5:12:01 AM
What is the command (in Windows Forms VB.NET) which will cause the subject computer's default browser to launch, and display a specified Web page? -- Alan M Dunsmuir...more >>


DevelopmentNow Blog