all groups > dotnet general > january 2004 > threads for sunday january 18
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
Menu system in ASP.Net?
Posted by john NO[at]SPAM hokykoky.com at 1/18/2004 10:39:05 PM
I have used the Menu tool in vb.net to create a menu - is there a
similar tool to create a menu system in ASP.net? Thanks
John... more >>
Example code to create an MS Access db locally using VB.Net 2003
Posted by john NO[at]SPAM hokykoky.com at 1/18/2004 10:37:25 PM
Hi,
I am a beginner looking for example code on how to create an access
database for a local application. I need to create the database when
the app is first installed. I can do it with SQL 2000 but I am not
sure how to do create a db, tables and fields as a local mdb. Any help
or pointers t... more >>
naming rule(convenience) in VB.NET
Posted by william at 1/18/2004 8:01:15 PM
Hi,
I didn't found any naming rules in VB.NET, like using i or int as prefix when declaring an integer variable.
Could anyone tell me about this?
thanks.
william
... more >>
Use Nunit and ACA.NET (avanade) together
Posted by elbomberotorero NO[at]SPAM hotmail-dot-com.no-spam.invalid at 1/18/2004 3:17:52 PM
Hi everyone,
I'm using NUnit for making tests to my c# code. As well, I'm using
ACA.NET (several modules created by Avanade).
The problem I have is that I can't call the ACA functions from the
test code. I think I have all the "using" written but it can't create
the ACA objects.
Anyone u... more >>
possible to do regularC++ and COM/ATL dvlpt in new VS.NET
Posted by michael thomas at 1/18/2004 2:36:20 PM
Hi,
I am currently doing C++/ATL/COM coding in VS version 6.0 and I want to move to the new Visual Studio .NET.
The problem is that I am new to COM/ATL coding and I am unsure whether VS.NET supports COM/ATL C++ development without too much pain.
Also, I would like to create regular C++ cod... more >>
NDIS 5.1 wrappers
Posted by discussion NO[at]SPAM discussion.microsoft.com at 1/18/2004 2:35:48 PM
Hi,
Is there a NDIS wrapper for C# anywhere?
Thanks
... more >>
the project location
Posted by Janiv Ratson at 1/18/2004 2:02:22 PM
How do I know what is the project location (full path) in VS.Net ?
10x.
... more >>
Replacing HTML charcters with entity equivalents
Posted by iGadget at 1/18/2004 12:55:21 PM
Hi,
Is anyone aware of a built-in method to substitute HTML or XML reserved
characters with their escaped equivalents?
If I have the String "If X < Y then hello" I have to substitute the '<' in
order to encode it into a serialized XML string.
What is the 'correct' way in .NET?
Cheers,
i... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
C#
Posted by Ron at 1/18/2004 10:32:06 AM
Hi,
Can anyone recommend a good beginners book for c#.
Ron.
... more >>
use byval for object in method signature
Posted by william at 1/18/2004 9:16:25 AM
Hi everyone,
I just started learning VB.NET, I found there are a lots methods passing object parameter by value. For example,
Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click
It's impossible in vb6.In vb6, the object is always passe... more >>
#### error inserting a row into a datatable
Posted by Eva at 1/18/2004 6:41:29 AM
Hi
i am trying to insert a new row into one of my datatabels that i have in my dataset when a button is clicked. here is my code
Dim ClientInsRow As DataRow = dtClient.NewRo
ClientInsRow("Surname") = txtSurname.Tex
ClientInsRow("Forename") = tx... more >>
tcpClient and binding on dual homed machine?
Posted by Stu at 1/18/2004 5:34:37 AM
I'm using tcpClient to send data to a pocket pc from the server. The server
is dual homed and tcpClient seems to bind to the first address
(.AddressList(0)) - how do I bind that to another address (.AddressList(1)).
I need to do this because the network adapter for eth0 is on non routable
netwo... more >>
|