all groups > dotnet general > august 2003 > threads for friday august 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
Printing Selected Page(s) = Blank Pages
Posted by Jody Gelowitz at 8/29/2003 3:51:32 PM
I am having a problem with printing selected pages. Actually, the problem
isn't with printing selected pages as it is more to do with having blank
pages print for those pages that have not been selected.
For example, if I were to have 5 pages with every second page printing, I
would get the f... more >>
attach an event on a created button
Posted by Aymer at 8/29/2003 3:33:30 PM
i created a new button object. how do i attach an event
on it? thanx for your help.
Dim cc As ColorConverter = new ColorConverter()
Dim b = new button()
b.ID = "SelectedDate"
b.BorderStyle = 1
b.forecolor = cc.ConvertFromString("red")
b.BackColor = cc.ConvertFromSt... more >>
Class Reference
Posted by Dim at 8/29/2003 3:08:39 PM
Sorry for crossposting!
Is there a complete reference of .NET Framework class libraries?
And i mean COMPLETE reference with full explanation of what each class
does and perhaps what
it's good for.
Reason for this is that recently i spent 2.5 days coding a class only to
find out that Fram... more >>
Distribution of .NET application
Posted by Jerry at 8/29/2003 12:34:32 PM
Hi,
I am getting ready to distribute a VB.NET program for sale to certain local
chapters of a national organization which have expressed interest in having
a database application specifically written for their operations.
Seeing as though the vast majority of the local chapters do not have
... more >>
O/R Mapping tool like Apple has.....for .NET?!?!
Posted by gicio NO[at]SPAM web.de at 8/29/2003 11:53:06 AM
Hi!
I post this text 1 year ago. But no one really could give
me an answer. This is the text that I posted long time ago:
I have a fundamental question about
The way .NET handles the object orientated way of
Persistence. I am coming from JAVA and WebObjects (Apple)
World and I am looking... more >>
accessing asp .net function
Posted by Mr. Roboto at 8/29/2003 11:20:34 AM
for simplicity sake, i have this servers-side code:
<script language="VB" runat="server">
Sub Clear()
txtMessage.Value = ""
Calendar1.SelectedDates.Clear()
End Sub
</script>
i also have a regular html button tag.
<input type="button" value="OK" id="b1" onclick="Clear;">
is there... more >>
RichTextBox memory problem
Posted by John Broderick at 8/29/2003 9:11:48 AM
I've got a problem with the RichTextBox control in .Net
where the garbage collector doesn't reclaim its memory
after I've finished with it.
My program adds a series of rtb's to the control array of a
panel to make a basic text editor. When the form that the
panel is on is closed these rtb's ... more >>
Best Book for C++ web services and web applications
Posted by baker_tony NO[at]SPAM hotmail.com at 8/29/2003 8:29:57 AM
Hi, I want to write a web application with C++ as the code behind it.
I want to use existing code, which uses CString, but it would be great
if I could use ATL to take care of that.
I am having difficulty, looks to me like it is much more difficult
(technical) to use C++ rather than C#.
I a... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
DLL Hell
Posted by iaustin at 8/29/2003 8:18:08 AM
I recently created a small One Form project using VB
Studio.NET
I then Release & Solution Build the project.
It of course rins fine on my XP .NET system I developed it
on.
I copies the entire Solutions folder to my NT system.
When trying to run the exe I receive a Message Popup...
Unab... more >>
Assembly metadata and event wiring.
Posted by Scott M at 8/29/2003 6:46:22 AM
I'm building a smart client application based off of the
example that is posted on windowsforms.com (and shown on
the .NET show). A windows form calls a webservice that
itterates through a directory, pulling meta data from all
the assemblies located in that directory. Then returns
that i... more >>
What Should I use?
Posted by Mr. B at 8/29/2003 3:51:58 AM
If I want to have many rows (say 100) and about 20 columns of data, and be
able, via a double click on a 'cell' to change the 'cell' text (say In to Out)
and it's background colour (Red to Green)... and vis-versa...
What should I use... a ListView or Datagrid? (or maybe there is another one
t... more >>
|