all groups > c# > september 2003 > threads for sunday september 21
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
C # Compiler missing on XP Home with .NET SDK
Posted by Nath at 9/21/2003 10:37:06 PM
I have installed .NET SDK on Windows XP Home. I also have installed ASP.NET
Web Matrix and I am able to run ASP.NET programs in C# using Cassini.
I can not figure out where is C# compiler. I searched for CSC.exe in the
path (C:\Program Files\Microsoft.NET\SDK\v1.1)where .NET SDK is installed,
... more >>
Off topic, but interesting question
Posted by David Smith at 9/21/2003 10:19:15 PM
Im curious, other than those of you who use C# or VB for work, do you guys
miss the "good 'ol days" of programming? When C was about all you had (or
maybe some primitive BASIC, or some academic language). I think MS has done
an excellent job in making my work life easier, but I still miss the day... more >>
How do you delete data from a DataGrid?
Posted by Mark Jones at 9/21/2003 9:27:49 PM
I'm trying to delete data from a DataGrid using a ButtonColumn with a
CommandName="Delete" but it's not working a the min. I'm using session data
which fills a DataTable which then fills the DataGrid. The code is as
follows (dgBasket is the DataGrid):
private void Page_Load(object sender, Syst... more >>
TCP-communication problems
Posted by Jesper Stocholm at 9/21/2003 8:07:45 PM
I have created two small applications that (ideally) should be able to talk
to each other using TCP (TcpListener /TcpClient). However I have problems
with displaying anything more than the initial request sent to the server.
If you have some pointers to some kind of "Reference"-implementation... more >>
How to get a XmlSchemaObject by it's SchemaTypeName
Posted by Jim at 9/21/2003 7:57:30 PM
Maybe I'm missing something obvious, but I'm stumped
right now. I'm trying to retrieve, in this case, a
XmlSchemaComplexType object (MyElementId) from the myelem
particle. Basically, I would like to retrieve an item
from the schema object based on the objects
QualifiedName/SchemaTypeName... more >>
exe
Posted by drishtik at 9/21/2003 6:54:19 PM
hi i have made my c-sharp app that uses a web service how do i make an exe
to distribute it?
... more >>
OT UserGroup ruhrpott [german]
Posted by Rainer Borchmann at 9/21/2003 4:42:36 PM
Hallo Gemeinde,
das nächste Treffen der DevGroup Ruhrpott findet am 2.10.2003 statt.
Datum : 2.10.2003
Zeit : 19:30 Uhr
Ort : 45355 Essen
Fürstinnensaal Schlossstr. 101
http://www.schloss-borbeck.essen.de
Kosten : keine
Thema : alles rund um Dot.Net
Neu ... more >>
Localization - Real examples using satellite DLLs and C#.
Posted by Martin Platt at 9/21/2003 4:33:16 PM
Guys!
I've been playing about with some code trying to get the
satellite assembly resource files to work.
From what I understand you must have a fallback for a
particular language, as well as specific regional
variations of that language in the satellite dll. That,
I can get to work.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Ugrade for $29
Posted by Jeff Louie at 9/21/2003 3:54:14 PM
I found this. If you have VSNetPro 2002 you can upgrade to 2003 for
$29.
http://msdn.microsoft.com/vstudio/howtobuy/upgrade/vstudio03/
default.aspx
Regards,
Jeff
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!... more >>
LostFocus events *never* fire
Posted by Chris LaJoie at 9/21/2003 3:08:22 PM
My app needs to use the LostFocus event on several different controls on a
form. Unfortunately, I got done coding it only to find out that none of
them ever fire. They are assigned to, and I'm sure I'm doing everything
right, but they're not working. Anyone else have this problem/know how to
... more >>
access contact-list using .net
Posted by Johnny Hu at 9/21/2003 2:47:31 PM
can i import customed information into the cantact list in microsoft outlook
and outlook express?
and i want to create group
does .net support it?
regards.
... more >>
C# tile windows in MDI application, please help
Posted by David Smith at 9/21/2003 2:29:53 PM
Is there an easy way to tile and cascade MDI child windows?
Thanks in advance
... more >>
Emit Code into exisitng instance at runtime
Posted by Robert Lario at 9/21/2003 1:45:29 PM
I understand how to create a new class in memory, but I want to "Instrument
" an exisiting object. for example when an object is passed to a function
called foo, from within foo I want to add a new bool attribute to that
instance/type (if it has not already been added).
anybody have any ideas... more >>
C to C#
Posted by ZakHurst at 9/21/2003 1:26:14 PM
I know we are lagging behind but with limited resources
and time we are looking at how we can convert some of C
applications to C# without re-writing from scratch.
We want to be in position as quickly as possible where we
can start re-writing areas in C#
... more >>
How to transfer Unicode from C# through Win32API to Putty?
Posted by Morten Wennevik at 9/21/2003 10:54:41 AM
I made a program than can send text to Putty (A telnet/ssh client)
http://www.chiark.greenend.org.uk/~sgtatham/putty/
And I discovered that Unicode characters doesn't reach it
I'm using PostMessage with WM_CHAR, the text source is taken straight
from a textbox and sent character by character... more >>
Missing DLL
Posted by Sharon and James at 9/21/2003 10:24:27 AM
If I build a debug or release version of a C# program using VS .Net and try
to run the app on a W98 machine, I get the following error:
A required .DLL file, MSCOREE.DLL, was not found.
Are the apps created not compatible with an older Windows o/s? That doesn't
make sense to me. How can I add ... more >>
determine typeof new form dynamically in C#
Posted by yoni.rabinovitch NO[at]SPAM adc.com at 9/21/2003 7:49:13 AM
I have an inheritance hierarchy of MDI child forms.
In the main MDIParent form, I have a splitter, with a TreeView on the
left side.
When clicking on a node in the tree, I want to be able to create a new
MDI child form, the Type of which is stored in the TreeNode.Tag
property.
My question ... more >>
How do I call my class file?
Posted by Charles at 9/21/2003 4:40:57 AM
Hello,
I have created a class file: Admin.cs with a namespace
of cs101.Code.nsAdmin.
From my ASP page: Login.aspx.cs how do I reference
Admin and then execute one of its methods
"public DataRow RetrieveUserbyUserNameNPassword(string
userName, String password)" ?
Charles
... more >>
How to reboot local machine in c# using InitiateSystemShutdown(...) ---a function in "advapi32.dll"
Posted by mrzt at 9/21/2003 4:11:27 AM
the following codes won't work.
==============================
using System;
using System.Runtime;
using System.Runtime.InteropServices;
namespace Shutdown
{
/// <summary>
/// Class1 µÄժҪ˵Ã÷¡£
/// </summary>
class Class1
{
/// <summary>
/// Ó¦ÓóÌÐòµÄÖ÷Èë¿Úµã¡£
/// </su... more >>
WebBrowser
Posted by ali poursadri at 9/21/2003 12:32:06 AM
Hi
I want to use Microsoft IE in my desktop applications by .NET component.
Can I do this, and how?
thanks.
... more >>
|