|
Windows Client Print Driver
"Windows Client Print Driver" was a printer driver to generate xaml file.
I'm trying to run Svg2Xaml tool but could not get the driver any more. The
link was
http://longhorn.msdn.microsoft.com/lhsdk/docservices/overviews/edocs_printer_driver.aspx.
Jim
...
|
6 |
5/30/2007 2:21:46 AM |
|
WCF is in .net 3.0 or higher only?
Hello, friends,
I found some articles about WCF, and saw it used System.ServiceModel.
However, I could not find this name space in our .net 2005. Is WCF in .net
3.0 or higher only?
Thanks....
|
5 |
5/29/2007 11:11:03 PM |
|
need help on regex
hi,
i'm a newbie to regex....
i need to check if a given string has more than two occurences of . in the
begiining of string
for ex, if string has value .test is valid but ..test is invalid
Can you help me out with the pattern for such strings?...
|
3 |
5/29/2007 8:20:50 PM |
|
Marshal.GetLastWin32Error not Thread Safe?
the Hi
the method GetLastWin32Error should be a wrapper to win32's GetLastError.
"Retrieves the calling thread's last-error code value. The last-error code
is maintained on a per-thread basis. Multiple threads do not overwrite each
other's last-error code" (from MSDN)
But from time to time, when I use GetLastWin32Error, I got a returned value
which tell's an Error occured - also it ...
|
5 |
5/29/2007 7:48:03 PM |
|
.NET Framework vs C++ code
I would be pleased if someone gives me a general idea; how I am going to do
this. I am using visual C++ .NET 2003.
I made a simple program using conventional C++ code. This program accepts
data from the user, does some calculations and outputs the result back to
the user using the console.
Now, I want to use the .NET Framework to interact with the user through
Forms, Dialo...
|
3 |
5/29/2007 7:40:14 PM |
|
CF card GPRS Modem (pocket pc)
I have a GSM/GPRS compact flash card inserted in my pocket pc. I have
configured it with all connection settings because I want to use it to
connect to the internet with a C# socket.
I want to know how Ican wake up the modem and enable the connection
and also how I can stop the connection.
thank you very much
...
|
1 |
5/29/2007 1:26:00 PM |
|
writing tags in tiff images
Hello, we are developing an application that must process images
coming from a multispectral vision system. Images must be saved and
loaded in TIFF format, which I know it's possible calling
Save(System.String filename, System.Drawing.Imaging.ImageFormat
format)
The problem is that we need to write tags (author, description,
etc...) in edit boxes and then save them in the tiff image as tags,...
|
2 |
5/29/2007 1:14:22 PM |
|
Get existing Wi-Fi settings
Hi,
I have a Wi-Fi adapter connected to my PC. It detects some access
points and some computers and devices with Wi-fi capabilities. I want
to know where these information stored in the PC. Is there any way to
get these information through C#? Please let me know.
To be more clear, I dont want to detect Wifi networks around my PC. I
just want to get the already detected information, whic...
|
2 |
5/29/2007 1:10:05 PM |
|
Available COM Ports on Pocket PC (C#)
Hi all.
There is any way to know what are COM ports available/active on Pocket
PC throught C# Compact Framework?
And if possible also the name of the card/program that use these
ports.
Thank you very much
...
|
6 |
5/29/2007 12:25:02 PM |
|
Client Services for Netware
I just bought a new laptop that I use at work and it has Vista Home Premium
on it. I need Client Services for Netware for use at work and it is not an
option on the Networking Page for Clients. Anyone know where I can get it or
should I just go back to XP Pro? Thanks...
|
1 |
5/29/2007 11:09:00 AM |
|
Creating Shell Extensions in C#.NET
Hello,
I'm trying to create a Shell Namespace Extension in C#, but I'm kind of stuck.
I'm using the framework at "http://www.dcooney.com/wiki/?NamespaceExtension"
to create the Namespace, and I can see that. I can see the folders I have
asked it to create when I double click, except they are missing names, they
just show up blank.
I can't even get the MSDN Magazine article (?? Jan 20...
|
5 |
5/29/2007 10:46:01 AM |
|
WNetAddConnection3 on Pocket Pc, always in Interactive mode ?
Hi,
I'm using "WNetAddConnection3" to logon automatically on a share on
the PC from a PDA.
Everything is going fine except when the username or the password is
wrong. In this case I get an authentification screen on the PDA asking
me the correct username/pass. I don't want this, I just want the
"WNetAddConnection3" to return an "AccessDenied".
I've looked in the "flags" parameter you ca...
|
1 |
5/29/2007 9:41:56 AM |
|
Asp.net 2.0 error
I am using windws 2003 std edition server with IIS 6.0 which was ruuning fine
with dot net frame work 1.1 with out any errors. But in last week I have
installed dotnet frame work 2.0 which are generating a unique error message
in event viewer. Please find the error message below and help me in resolving
this issue.
Error1 :- Unable to get the private bytes memory limit for the W3WP ...
|
3 |
5/29/2007 9:21:00 AM |
|
Finding an object property in list
Hello,
I am trying to avoid using a DataTable to find particular data rows, because
I believe generic.list(of someobject) is faster. Unfortunately, two
seperately instantiated objects do not have the same hashcode so I am unable
to compare them within a Contains() call [even though they contain the same
data]. I know this is what primary keys are for but I wanted to know if
there i...
|
8 |
5/29/2007 7:41:48 AM |
|
Globalization & Custom Converters
I have some enums that I want to convert to strings so they can be
shown on the GUI (using Framework 3.0). The easiest way is using
ToString() but that does not support multiple languages. I am familiar
with custom converters of class objects but how do I achieve this for
enums. For instance:
enum Vehicle { Car, Motorcycle, Train }
Vehicle myVehicle = Vehicle.Car;
1) String value = (Str...
|
2 |
5/29/2007 6:47:43 AM |
|
Thread or Web Service Callback
Hi,
I have to create a web page in .net 1.1 having controls whose actions are
performed through AJAX, means user can do operation without any post back. In
back end I defined a Ajax method which is called every time whenever a hit is
made.
This method invokes a web method resides in Web Service. However I've some
confusion in which one is better:
1. Make Asynchronous call through ...
|
3 |
5/29/2007 5:04:00 AM |
|
Permissions exception saving app config
I have some code for a .Net 2.0 winforms application which modifies the app's config file. The code works without error
for me, but when another developer runs the same code in Visual Studio debug he receives a permissions exception on the
statement
config.Save(ConfigurationSaveMode.Modified);
At the file/folder level he has full permissions and I would think we have the same def...
|
4 |
5/29/2007 3:27:50 AM |
|
treeview control
Hi,
I need bind a Treeview control in my windows form with xml file and also,,,
display icons for each tree node....
how can I acheive it? ...
|
2 |
5/29/2007 12:45:07 AM |
|
Passing values from BLL class
I'm trying to pass the values from this class
using System;
using System.Data;
using System.Configuration;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
/// <summary>
/// Summary description for TelLeadsBLL
/// </summary>
public class TelLe...
|
1 |
5/28/2007 9:47:41 PM |
|
Monitor printers
Hi,
I have a problem google or these groups has not yet been able to provide
an answer for, I could be missing something obvious. But I certainly
hope not.
I want to monitor all printer queues on the computer - and get a
notification when something changes (i.e. a new job is added or such).
Preferable without polling, but that is secondary.
Anyone got any idea on where to look/ask? Pe...
|
5 |
5/28/2007 11:16:58 AM |
|
Windows Cardspace Error. Can anyone advise
Win XP sp2 fully updated with net3 installed.
When I click on the Control Panel icon for Windows Cardspace I get an error:
" Class not Registered"
Can anyone advise. Have reinstalled net3 to no avail.
--
Paul Woodsford
Remove NOSPAM to reply.
...
|
1 |
5/28/2007 5:47:03 AM |
|
Reporviewer localreport margins
Looking for Steven Cheng [MSFT] and Mr. Walter Wang...
I have created rdlc files and when I load them into Report Viewer at run
time they appear OK, If I click on 'Print layout' button on Report Viewer
the view again appears unacceptable and clicking on 'Page setup' button the
margins left & right are not what I set on the rdlc file at design time
(1.5cm) they are 5.9mm.
I found Mr. C...
|
2 |
5/28/2007 4:51:33 AM |
|
Display leading zeros cultural setting in .Net framework
I have asked this question of Microsoft's online forums and a host of
dotnet forums with no answer, so maybe someone knows about this on this
newsgroup.
In the control panel applet for Regional and Language Options, under
Regional Options, in the Customize... dialog, Numbers tab, there is an
option for Display Leading Zeros. This is a setting related to a
particular culture ( which e...
|
1 |
5/28/2007 1:14:45 AM |
|
Converting to/from a string without regard to culture
Hi there,
Does anyone know how to go about reading/writing a type to a file in a
language (culture) independent way. For instance, let's say you're dealing
with the native "System.Drawing.Size" type on an English version of Windows.
You use the "TypeConverter" for this structure to generate the string, say,
"50, 75" which you then store in a file (or perhaps a DB). Now, the same
valu...
|
11 |
5/27/2007 7:54:53 PM |
|
XAMLParse Problems
Hello,
I'm trying to build a WPF project in Visual Studio 2005, I didn't type much
code in the project, I just opened a new WPF Application template from
Visual Studio and run it, however the resulting executable fails to run with
this runtime error retrieved from Microsoft error reporting tool:
EventType : clr20r3 P1 : glob.exe P2 : 0.0.0.0 P3 : 4654bfe8
P4 : presentation...
|
3 |
5/27/2007 5:33:58 PM |