all groups > vb.net > august 2005 > threads for sunday august 28
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
FolderBrowserDialog hangs the application
Posted by JohnR at 8/28/2005 7:29:58 PM
I have narrowed a problem down to a simple example. A form with two
buttons. One EXIT and one FBD. The exit button does an "END" to end the
application. The FBD button does a FolderBrowserDialog and nothing else.
When I start the application and hit EXIT everything works fine. However if... more >>
Changing the Color and Font of Form's Title Bat
Posted by Woo Mun Foong at 8/28/2005 6:50:03 PM
Hi,
I would like to change the color and the font of my Form's Title bar.
Anyone help ?
Thank You,
mfwoo... more >>
pivot tables
Posted by Jerry K via DotNetMonster.com at 8/28/2005 6:43:43 PM
I'm creating a pivot table using vb.net and the data is from sqlserver
(desktop). I have been successful at creating the pivot table, which includes
a 'date' column field. I'd like to group the date column field by months and
quarters, but can't come up with the correct code. Here is the code I'v... more >>
Need some media controls
Posted by Jerry Spence1 at 8/28/2005 6:31:55 PM
I am building an application and I require some media player buttons (play,
record, fast forward etc). They won't be controlling standard audio though.
There doesn't seem to be a set with VB.Net so I pinched the VB6 ones.
However they don't work too well as you have to load it with a media file
... more >>
counter for new form?
Posted by iwdu15 at 8/28/2005 4:07:02 PM
hi, i have an application that makes a new form of itself, but i want to have
the name of the form to be the number, ex when u click "new" in word, it
makes "new document 2" then "new document 3" and so on, how can i impliment
this?... more >>
font dialog boxes
Posted by iwdu15 at 8/28/2005 4:05:02 PM
hi, how can i get the font style and color dialog boxes to take affect to the
selected text and the text typed after? thanks... more >>
ToolTip Class
Posted by Dennis at 8/28/2005 1:25:03 PM
I have implemented the ToolTip class for a user control that inheirits from
the panel. I show different tool tips depending on where the mouse is on the
control when the hover event occurs. However, if the mouse is moved to
another part of the control, the tooltip doesn't show again until th... more >>
Binding an array to a datagrid on a winform in VB.net
Posted by Ed at 8/28/2005 11:26:28 AM
Hi there,
I have a two dimensional array which I would like to bind to a datagrid,
however I've spent all afternoon googling for a solution and I can't find one
anywhere. The best I've come up with is binding a 1 dimensional array to a
datagrid and that for whatever reason gives me the arra... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
sending/receiving a text file in bytes
Posted by Satish at 8/28/2005 6:06:02 AM
I want to know to send a text file in bytes from one computer and receive the
same file on another computer... more >>
Catching short processes?
Posted by at 8/28/2005 12:00:00 AM
I have a question about system.diagnostics.process.
We can take a snapshot of the processes available, but if we
need to log the processes in a log file, how can we make sure
we do not miss any. For example, I have created a small C
program which only prints "hello", and exits. Most of the time
... more >>
Regexp
Posted by thomasp NO[at]SPAM msala.net at 8/28/2005 12:00:00 AM
Will someone write me a regex that will only allow an entry of two letters
and 4 numbers in that order.
Example: KT1234
any two letters and any four numbers, no spaces, case does not matter I will
Ucase the entry.
Thanks,
Thomas
--
Posted via NewsDemon.com - Premium Uncensored ... more >>
can I make a shell extension from VB 2005?
Posted by gjuro kladaric at 8/28/2005 12:00:00 AM
it was not possible to make a shell extension from within VB2003, I believe
has anything changed since then, can I (easily) write a VB code that would
function as a shell extension
thank you
gjuro
... more >>
Inherited TextBox control
Posted by Ralph at 8/28/2005 12:00:00 AM
Hello:
I'm trying to build a custom inherited control that changes location and
size on the screen when the user presses F1 and returns to it's original
size and location when the user presses ESC but I can't figure out what
fires when the control loads.
This worked with a user control b... more >>
|