all groups > vb.net > october 2007 > threads for saturday october 20
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
escape character not working in string
Posted by tshad at 10/20/2007 10:48:25 PM
I have the following code
Dim val As Int16 = 7
Dim name As String = "Mr. John"
Dim num As Double = 45.06F
Dim str As String = String.Format("Days Left : {0}. Current DataTime: {1:u}.
\n String: {2}, Float: {3}", val, DateTime.Now, name, num)
Console.WriteLine(str)
The line should break be... more >>
spell checking
Posted by Dean Slindee at 10/20/2007 8:09:24 PM
Anybody got any helpful suggestions on how to implement spell checking in a
textbox. Perhaps solutions using Microsoft Word spell checker as a called
routine? What has worked for you?
Thanks,
Dean S
... more >>
Allowing other apps access to methods in a .net app
Posted by cj at 10/20/2007 5:11:25 PM
I've often used methods exposed by software purchased for other uses to
automate tasks. For instance back in the late 90's I found the terminal
emulation package the company exposed methods that allowed me to write a
VB program that could use that terminal emulation package to connect to,
r... more >>
new vb.net classes in .net 3.0
Posted by pc nerd at 10/20/2007 3:04:00 PM
I tried VB.NET 2005. When the .net framework is updated, does it add new
classes to vb.net? In other words, does .net 3.0 (or whatever the current
version is) add new classes to vb.net that one can use in vb.net 2005?
Thank you.
David... more >>
Display Context Menu on DataGridView only when specifc keys are pressed...
Posted by hzgt9b at 10/20/2007 1:36:09 AM
Using VS2005, VB.NET,
I am developing a windows app that has a DataGridView. I want to
enable the display of a context menu on this DataGridView only when a
specific set of keys is also pressed (like CTRL+ALT+SHIFT). TO this
point I have code that only displays the context menu while keys CTRL
... more >>
How do I give a cool look to my app?
Posted by Anil Gupte at 10/20/2007 12:00:00 AM
I have seen a lot of apps that have a really nice title bar using some kind
of graphics and even the minnimize maximize buttons look cool. Is this
built in somewhere in VB.Net or do you have to buy a library?
Thanx for your input.
--
Anil Gupte
www.keeninc.net
www.icinema.com
... more >>
|