all groups > vb.net > july 2006 > threads for saturday july 22
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
Autosaving? in VB2005 express
Posted by Jaap Bos at 7/22/2006 10:59:37 PM
Normally if I close a project after making changes to Form1.vb I get a
message "Save Changes to the following item's".
That's nice, because if you did not like the changes you answer "No".
Now all of a sudden I don't get that message anymore, the project closes and
saves all the changes, so I... more >>
I can't seem to find BorderStyle
Posted by Kyote at 7/22/2006 5:57:52 PM
I'm using vs.net 2005
I've changed the setting on one of my previous projects. Changed the
borderstyle to prevent resizing of my form. But I can't seem to find
it in my current projections form. Does this problem sound familiar?
Can someone help me?
-------
Kyote
Please reply to the gro... more >>
Where can I get a list of the available fonts?
Posted by Nathan Sokalski at 7/22/2006 4:50:28 PM
I need to get a list of the available fonts as some type of collection or
array. How can I do this? Thanks.
--
Nathan Sokalski
njsokalski@hotmail.com
http://www.nathansokalski.com/
... more >>
Using multiple properties of FontStyle
Posted by Nathan Sokalski at 7/22/2006 4:06:48 PM
I want to create a Font object that is both Italic and Strikeout. However,
in the Font constructor there is only room for one FontStyle property. How
can I make my Font use more than one FontStyle property? Thanks.
--
Nathan Sokalski
njsokalski@hotmail.com
http://www.nathansokalski.com/
... more >>
Help on DataSets
Posted by Dot Net Daddy at 7/22/2006 1:02:51 PM
Hello,
I am creating an application using asp.net 2.0. But I am stuck
somewhere. I want to get values from a DataSet one by one on every
Page_Load. So I wrote my code in Page_Load but it didnt work, giving a
warning. Here is my code:
[code]
Protected Sub Page_Load(ByVal sender As Objec... more >>
Can anyone help with proper use of operator CType in VB.net?
Posted by Bill foust at 7/22/2006 9:39:01 AM
I'm running into a situation there I think an operator overload would solve
the issue, but I'm unable to make it work for some reason. If anyone can
help here I would appreciate it.
I have a base class that is common to many other classes.
public class Base
....
end class
I have 2 sep... more >>
Data Source error... help!?
Posted by ebrastow at 7/22/2006 9:05:40 AM
Hi folks,
I'm a VB newbie - been using PowerBuilder for 12 years and thought I'd
see how Visual Basic has come along these days.
I'm using MS Visual Studio 2005 Professional, trying to connect to a
SQL Server 2000 Standard (SP4) database on another machine.
For weeks, whenever I've had ti... more >>
CPU Temperature
Posted by eSolTec, Inc. 501(c)(3) at 7/22/2006 8:49:02 AM
I have a diagnostic application and almost all the information I need, except
the CPU temperature. There are programs out there that do this, so I know it
can be done. Can anyone point me some direction for code and if it's in WMI,
API, Win32, GDI+ etc? I would like code samples in VB.NET 2005... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Getting msgbox to appear on top of splashscreen VB.net 2005
Posted by steve at 7/22/2006 12:00:00 AM
Hi All
I have a form set as the splashscreen in project properties
Is there any way to get msgboxes to appear on top of the splashscreen
If I don't hide the splashscreen then the program just stops as msgbxes from
licence checks etc cannot load on top
Regards
Steve
... more >>
PrintPreview control does not print
Posted by paul at 7/22/2006 12:00:00 AM
Hello,
I am using a print preview control to display some multi coloured text.
I render it fine it all looks great even does multiple pages OK. However
when I press the print button on the print preview screen nothing happens!
Can anyone help?
Thanks
Paul... more >>
|