all groups > dotnet general > october 2004 > threads for sunday october 17
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
onclick in .net (vb) is undefined in datalist
Posted by Stanley J Mroczek at 10/17/2004 6:37:03 PM
When I click in a picture, I get a error the changePicture is undefined
<tr>
<td colSpan="2"><asp:datalist id="Picturelist" runat="server"
RepeatColumns="8">
<itemtemplate>
<img ID="Picture" height=100 width=100 onclick="changePicture"
runat="server" src='<%# DataBinder.Eval(... more >>
problem with form designer
Posted by Dayne at 10/17/2004 5:53:35 PM
I have a problem with how visual studio.net's form designer handles form
inheritance. This is what I am trying to do.. I have a base form with some
controls on it..I then create a child Form from this base form...The problem
I notice so far is that if the controls in the base form don't have the
... more >>
Design time nested properties like Size, Location, Font, etc
Posted by iainscott at 10/17/2004 1:09:01 PM
Does anyone know how to make a multi-attribute property show in the design
time property window of VS IDE in the same way as .Net controls e.g. the Font
property has a + sign against it and can be expanded to reveal the child
proerties.
I am trying to implement a LineStyle property in a con... more >>
Unable to install .NET
Posted by RichG at 10/17/2004 1:05:02 PM
I have a new computer that has a new instalation of XP Pro then a new install
of XP Office then a new XP SP2 install.
I just downloaded EN_VS.NET_ENT_DEV_FULL.exe into c:\Temp and extracted it
into c:\Temp\Setup.
The first time I I double clicked SETUP.EXE in c:\Temp\Setup, I got the
Visual ... more >>
Dot Net on non-windows OS
Posted by Jeffrey Haun at 10/17/2004 12:23:04 PM
I seems to me that in order for microsoft to survive past the windows os,
that they need to support DOT.NET on other platforms. Wasn't this the
rationel for DOT.NET in the first place, To break the dependancy on the
window os. I think they should take a direct role in bring dot net the mac
... more >>
crystal report question
Posted by s-galit at 10/17/2004 9:49:04 AM
hi, i want to put in my crystalReport an empty field that will be initialize
on run time
is it possible ? how? what kind of field it should be?
thanks... more >>
Reports in .NET
Posted by Peter Schmitz at 10/17/2004 8:53:03 AM
Hi,
in my current project, I collect lots of information ('formatted' as
structures, linked lists, etc. in my RAM). Now I want to display all this to
the user - best in PDF- Format. Is there any tool/code that does this? What
would you suggest to be the best strategy to solve this?
Thank... more >>
I'm new & willing to learn anything that can create a multi-player poker site
Posted by Violet at 10/17/2004 7:45:46 AM
What would be the best Microsoft product to make an on-
line multi-player poker game. It would need to keep track
of players chips from session to session, have playing
cards available (I've seen cards32.dll), players should
be able to chat & set up their own game parameters,
preferably u... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Showing a form in VB .NET
Posted by Rick at 10/17/2004 5:35:04 AM
I'm new to VB .NET and having trouble displaying a form using a button on the
startup form.
In VB4 I simply used the following to load a form as modal when a button was
clicked.
formName.Show 1
I can't seem to do the same in VB .NET.... more >>
is one language in .NET enough
Posted by goran vukovic via .NET 247 at 10/17/2004 3:14:18 AM
(Type your message here)
2 years ago someone claimed multiple languages were an advantage=
of =2ENET=2E COBOL=2ENET was a hot topic=2E Does anyone code in J#?=
Rubbish=2E Stating the obvious, VB=2ENET was made for VB and C# for=
C++ developers to help the transition to =2ENET=2E People forget... more >>
threading.timers - what's wrong here?
Posted by Tom Enderle via .NET 247 at 10/17/2004 3:11:27 AM
Ok, i've spent days googling and revamping code=2E Now I've=
stripped out everything in an effort to pin this one down and=
will gladly admit I'm an idiot - would someone please just point=
out the (simple, basic, shoulda-known-better) flaw in my=
implementation of this=2E
I started out ... more >>
CLS Compliance of assemblies
Posted by Salim Ansari via .NET 247 at 10/17/2004 3:07:52 AM
I am using Microsoft=2Emshtml in my project=2E When i am declaring my=
assemly as CLSCompliant(true), it says "Argument type=
'mshtml=2EIHTMLElement' is not CLS-compliant" =2E So i cannot=
declare my assembly as CLSCompliant=2E Is there any CLSCompliant=
version of Microsoft=2Emshtml or can ... more >>
object oriented design
Posted by A Hash via .NET 247 at 10/17/2004 3:06:39 AM
(Type your message here)
--------------------------------
From: A Hash
I new to object oriented design can any recommend any good sites=
and books on object oriented design using c#=2E Also, I trying to=
implement some classes and dont know what is good approach=2E I=
have a company c... more >>
|