all groups > dotnet general > may 2005 > threads for sunday may 29
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
Parent Forms and Window Form Tools
Posted by Terrance at 5/29/2005 9:58:02 PM
I'm hoping someone can help me solve a small problem that I have. I'm working
on a windows app that has a parent form. On the parent form there are several
objects such as a listview, buttons and textbox fields. When a user clicks a
button a child form opens up; however, when the childform ope... more >>
Another way to do this?
Posted by Billg_sd at 5/29/2005 9:21:02 PM
I have a function I've written that monitors an application (server). If it
goes down, I send out an email SMTP within our WAN.
Is there a way to monitor this app from a different PC witihin our WAN?
Here's the function I've been using:
Private Function IsProcessRunning(ByVal sPr... more >>
.NET linker (=> running app without full .NET runtime) ?
Posted by O.L. at 5/29/2005 5:02:52 PM
Hello,
I'd like to transform my app created with VJ# in a real stand-alone
app, that I could easily distribute on the net, even if users' PC don't
have a .NET framework.
So I'm looking for a software which can link an entire .NET project to
produce a stand-alone executable, which is indepe... more >>
simple spreadsheet property
Posted by FrankJeroen at 5/29/2005 9:52:05 AM
Hi there,
I have a simple problem, but I can't fix it.
I have worked with Visual Basic 6. But I recently switched to Visual Basic
..Net 2003.
I have a Form with an Spreadsheet. I want to change the properties of the
cells dynamically. (Alignment, Borders, Colors, Fontsize...)
In VB6 I ... more >>
Treeview with checkboxes?
Posted by Michael A. Covington at 5/29/2005 9:48:44 AM
Can somebody point me to an example of how to put checkboxes on a treeview?
I want to set up something that is very much like the way tape backup
programs let you select a set of files and/or directories. Thanks.
... more >>
printing with pcl using winspool.drv
Posted by moital at 5/29/2005 1:44:01 AM
I am trying to print directly to an HP printer using winspool.drv API.
when I try English every thing works fine, when i try hebrew, I got garbge.
any suggestions?
code:
[ DllImport( "winspool.drv",CharSet=CharSet.Ansi,ExactSpelling=true,
CallingConvention=CallingConvention.StdCall)]
... more >>
|