all groups > dotnet general > november 2003 > threads for sunday november 2
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
reading 8BIT chars from old DOS file
Posted by Nick at 11/2/2003 11:02:09 PM
Hi !
I want to load an old Pascal-Dos-File where
records stand in. When i view the file
in a HEX-Editor it's clear how to acces these
Strings and chars in that file. Since these
are old 8BIT chars (C# uses 16BIT) i read
the file bytewise and convert the bytes
to chars using ENCODER.getChars()... more >>
VSS integration with VS.NET
Posted by news.microsoft.com at 11/2/2003 10:37:05 PM
Hi,
I installed the VSNET IDE and then later i installed the VSS 6.0c and
while I have it configured correctly the right click context menu on the
source explorer does not show source control options, anyideas`? I do not
intend to reinstall the IDE as its bloat and takes ages.
Is there a... more >>
Assemblies
Posted by news.microsoft.com at 11/2/2003 9:47:42 PM
Why isnt the standard IDE not allow us to integrate assemblies into our
final exe?
I have a component used at design time but I want to have it IN my exe, but
then I cant use it in the designer unless its a .NET dll and then when I
build its a seperate assembly. For my scenario, this is not w... more >>
Questions about the focus of textbox
Posted by Albinas at 11/2/2003 7:44:42 PM
Hi all,
I am trying to customize the text box to suit the
practice of my app. And I am working about the focus
behavior of text field.
I have met the the following problem. When I set
the "tabstop" property of a textbox to "False", the
textbox does receive focus when user use t... more >>
Private assembly reference path
Posted by Yang Liu at 11/2/2003 6:52:52 PM
Hi all,
I have a .net windows application xx.exe, which reference
a private assembly yy.dll, the property "local copy" of
the yy.dll reference is automatically set to true, so the
yy.dll will be copied to the output folder, which is the
same folder as the xx.exe, that means when I deploy th... more >>
Help, .NET dll deployment path location
Posted by daviv NO[at]SPAM hotmail.com at 11/2/2003 4:48:17 PM
I have created a dll with several classes in C#. One of the classes
references image files in the subdirectories of the bin/Release folder
(basically where the dll resides).
Now, I want to use the dll from a C# Windows application.
In the class that references the images in the subdirectory,... more >>
adding my own header and footer when printing HTML file
Posted by Dragan Kovac at 11/2/2003 12:52:51 PM
Hello everyone,
I have a problem. I generated some kind of my own report (by building HTML
file) and now I want to print it. Printing itself is not a problem,
problem is with adding custom headers and footers on every printed page.
How can I do it?
Some nice example would be reeeeally great!
I... more >>
Interesting but Hard Problem.......Plz Help
Posted by Malik Asif Joyia at 11/2/2003 11:56:53 AM
Hello
I am using win2000 Advance Server....with service pack-4 ....My computer is
a Domain Controller.......and i have installed the Exchange Server 2000 on
it ..because i want to develope an application in ASP.net for it
Problem is a little bit complicative........I explain it as below
...
I ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
structs ...
Posted by news.microsoft.com at 11/2/2003 11:40:31 AM
Hi,
I am using structs and am also using property accessors to access those
private member fields... TO me this is a good way of handling them, but I
find alot of people using direct access to the struct memebers, since
structs is just a type similar to a class (with differences I know) why
... more >>
Data Enabled WebSite
Posted by Murphy at 11/2/2003 11:25:58 AM
I am looking at developing a data enabled web site. I am quite proficient
with SQL server, VB & ASP. For these reasons I have decided to develop the
site in ASP.NET (learning presently) with an SQL Server backend.
I have been told this is not the way to go and the better alternative is PHP
& M... more >>
GetProcessByName WinXP problem...
Posted by Roger Meike at 11/2/2003 7:44:46 AM
Hello,
I have a customer who is having problems running one of our applications.
It appears that it is failing on a call to GetProcessByName. The error is
"Process performance counter is disabled, so the requested operation cannot
be performed."
I have seen this discussed here and tried the ... more >>
|