| Thread | Last Post | Replies |
|
| xml | 22 May 2004 00:31 GMT | 2 |
Is there a VB.NET function that will take a string and return it in a xml friendly string? My problem is this: Pal's Daycare is saved as Pal I lose everything after the '
|
| JIT problem? | 21 May 2004 23:23 GMT | 1 |
one of our student have the problem with .NET. Here is his description:
* First I run MICROSOFT VISUAL STUDIO .NET 2003
|
| System Environment Variable "path" problem | 21 May 2004 18:38 GMT | 1 |
I developed a Windows Service that uses the Oracle Client software. When I dump the "path" statement in the Service program it is not the same as the System Administrative screen path. The Service path is not reflecting the Oracle Directory. What to do? ---
|
| Setup Project: Changing Permissions of the Installation Directory | 21 May 2004 18:11 GMT | 2 |
I have a setup project to deploy our software -- but I have a problem. I want the installation to be system wide, but I also want all users to have rwx permissions to the installation directory (c:\program files\company\program\)
|
| Binding problem restated - inconsistent behavior in databinding | 21 May 2004 17:35 GMT | 1 |
Here is the problem. If 2 different properties on the same (or different) control are bound to the same data column, changing the Text property and calling EndCurrentEdit discards the new value. Changing a custom property and calling EndCurrentEdit accepts the new value, stores it ...
|
| have a trick for speed up compiler? | 21 May 2004 15:42 GMT | 2 |
i have p4 250 with 1g ram, with modern HD (WD 120G and enable caching for system and framework, and another two disks, one for Project, and second for DotNet install) i want to speedup compiler.
|
| Newbie: Show child window | 21 May 2004 15:40 GMT | 8 |
H I'm just a confused newbie, so please excuse this question: In one of my click- handlers of my main form, the following shall happen: A new window shall appear, that gives the user some information about what the main thread is doing (some status). But which "Show" function ...
|
| custom control on the toolbar | 21 May 2004 15:40 GMT | 1 |
hey all is there a way to change the image of the custom control as it appears on the toolbar thanks in advance ari
|
| games references | 21 May 2004 15:33 GMT | 1 |
Can anyone suggest resources for an experienced .NET developer who wants to do some game programming? in particular world building thanks
|
| Setting InitialDirectory | 21 May 2004 15:30 GMT | 2 |
Does anybody know how to set the InitialDirectory Property for Open or SaveFileDialog? Nothing I do seems to open either in the directory I specify. If I'm way off here does anybody know how to open these dialogs to display a specific directory Here's the code I'm using for the ...
|
| WebServices | 21 May 2004 13:23 GMT | 1 |
Just starting to venture into the world of 'Web Services'. Is there a directory anywhere of where/wha web services are available? If I were looking for a WebService providing FTP, or SMTP, where/how would I start TIA Ray K
|
| .Net ?????????? - ????? ????????? ?????? | 21 May 2004 09:40 GMT | 1 |
Sorry, articles in this maillist are in russian only. ????? ?13 ???????? .Net ??????????. http://dotnetgrains.sql.ru ?????????? ??????:
|
| Naming an element programatically in XSLT | 21 May 2004 09:13 GMT | 5 |
In the typical xsl you create elements as follow <xsl:for-each select="fname"><FriendlyName></FriendlyName></xsl:for-each In this case I need to create the name of the element programaticall <xsl:for-each select="catkeymaster"><xsl:element name= ><--- need to assign the name of ...
|
| deploy question | 21 May 2004 06:52 GMT | 9 |
I have created a VB.net 2002 program on win xp and put it on SQL 2000 server. Then I try to run the exe in SQL 2000 server or shared folder. Both gave me error. Is this not feasible?
|
| Newbie OOP question... | 20 May 2004 22:14 GMT | 1 |
Is it correct of me to assume that the design motivation for having a nested class is that the nested class should never be able to be instantiated outside of its parent container a quick example would be if I were creating a ToolChest object, which would contain a ToolsCollection ...
|