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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
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 >>
|