Home All Groups Group Topic Archive Search About

General .NET discussion

microsoft.public.dotnet.general
Score Problems with Images
lost and confused - 10 Feb 2007 10:48 PM - 2 messages
When I am on the Internet view any page, images and photos that appear on the site are blurred, almost like the pixels are mixed up, so I am unable to see them. I was wondering if anyone knew of a sloution for such a thing, or is it ...
Score Cannot send web page in e-mail
secag - 10 Feb 2007 6:03 PM - 2 messages
Lately I cannot send a web page or link in e-mail using "File, Send, Link [or page] by e-mail.  I get a message that says "the operation failed."  HELP!! It's driving me nuts.  I have to save it to my desktop and then send it from ...
Score Slow switching between code & designer views
SamSpide - 10 Feb 2007 3:56 PM - 2 messages
Hi all, I have a moderate-side 'Windows Form Application' (C++) project, with several forms. For some reason switching between code & designer views (right-click ;view code' or 'view designer') is very slow. How slow? It can take more than 10 seconds for a truely ...
Score Importing messages to winXP from win 95 inbox.mbx
Errol - 10 Feb 2007 3:44 PM - 6 messages
I have messages in inbox.mbx from a CD copied from an old win 95 computer which I want to import to Win XP OE. Tried OE import, no go! The .mbx file type must be the problem. Is there a work around ? The old win95 machine is ...
Score Is it possible to delete an Xml node
jibesh - 10 Feb 2007 1:27 PM - 2 messages
Hi ,         Is it possible to delete an XML node without using XmlDocument or dataset. Since my XML file size is more than 120 MB, every time loading and saving takes too much time ...
Score rundll error message
duckie1955 - 10 Feb 2007 12:30 PM - 2 messages
On start up I get RUNDLL ERROR. It says Error loading C:\WINDOWS\SYSTEM32\ybznszi.dll. If I press OK it clears this message and everything works OK. But I don't like it coming up on my screen all the ...
Score Help with Regex Find
Chris - 10 Feb 2007 5:31 AM - 8 messages
Hi, How can I implement regex to find complete  or partial words or a group of words. Similar to the "Find" in MS Word. I need to scan text files eg look for "test" or "this is a test" ...
Score why printer not printing suddenly Edpson staluscolor 760
Liz - 10 Feb 2007 2:14 AM - 2 messages
I am running windows 2000 pk 2 XP. my husband was tring to print out a copy of his Turbo Tax and now my printer after he tired printing Turbo Tax. Any one have some HELP OUT THERE Please ...
Score Assign image from file stream
saetiagous@googlemail.com - 9 Feb 2007 9:36 PM - 2 messages
Hello, I have a file stream, which retreives an image from my database and holds in its temp. 'hand'. How do i put this into an Image object on my asp.net webpage??? PLease help someone, driving me crazy!!! Tiago ...
Score Calling a store procedure using C#
C#_Beginner - 9 Feb 2007 9:13 PM - 2 messages
I was wondering if someone can help me out. I'm getting the following error: Message: ORA-06550: line 1, column 7: PLS-00306: wrong number or types of arguments in call to 'GET_RIGHTS2' ORA-06550: line 1, column 7: ...
Score ActiveSync 4.2 w/ Motorola Q on Sony Vaio
kw-in-ma - 9 Feb 2007 9:12 PM - 3 messages
I can not sync my Motorola Q with my Sony Vaio. Using ActiveSync 4.2.  Sony Vaio using XP.  Using Microsoft Office 2000.  Trying to only sync contact info. Works fine when using my HP Tablet using XP for tablets.  Worked on desktop ...
Score PolicyException: Required permissions cannot be acquired.
David - 9 Feb 2007 8:45 PM - 2 messages
Is there a good way of finding what call causes this exception. An inner exception says: [FileLoadException: Could not load file or assembly 'My.Assembly, Version=2.0.18.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Failed to grant minimum permission requests. (Exception from HRESULT: 0x80131417)] ...
Score OT: Crossword Puzzle Creator - .NET Source
Bob Johnson - 9 Feb 2007 5:53 PM - 6 messages
I'm looking to create a small Windows Forms (2.0) application that enables the user to create basic crossword puzzles that are printable (ideally ..PDF). I just spent a bunch of time with Google and it seems that there are ...
Score Serialization & Reflection
info@devdept.com - 9 Feb 2007 3:19 PM - 3 messages
Hi All, Do you know that if you serialize, through the automatic .NET serialization mechanism, a class from an assembly named One and try to restore it from the same assembly renamed to Two you get an exception? The reason is quite obvious but I am trying to work around to this ...
Score Enum wiht numeric values
Krish - 9 Feb 2007 4:16 AM - 4 messages
I want to have an enum that has a list of numeric values. How do I achieve this? Something like this ... Public Enum AllowedNumbers { 111, 222, 333, 444, 555 } I can only have Public Enum AllowedNumbers { AllowedValue1 = 111, AllowedValue2 =222, ...
Score sending web link in e-mail
secag - 9 Feb 2007 3:40 AM - 2 messages
Recently, whenever I try to send a link by e-mail, I get a message that says "the operation failed."  It doesn't matter what the link is and it only started happening this week.  I have Windows XP Professional, Outlook 2003.  ...
Score AJAX - AutoCompleteExtender ASP.Net 2.0 (Page Method vs. Web Servi
Trent - 9 Feb 2007 3:28 AM - 10 messages
I have tied an AutoCompleteExtender to a textbox to indicate suggestions to the user.  Everything works fine if I utilize a webservice to fetch the results.  However, I want to put the web service code into a page method.  I ...
Score Is there a way?
Zim Babwe - 8 Feb 2007 7:19 PM - 6 messages
VS 2005 VB.NET Windows Project I have a project that has about 14 forms, class objects, user defined controls, and I would like to make a new copy of the project.  For instance, my project is called Inventory and I would like to create Inventory2. ...
Score FileSystemObject events not firing on iSeries share
John Bailo - 7 Feb 2007 10:53 PM - 3 messages
I have an IBM iSeries that lets me use part of its file system via Windows. I wanted to write a file monitor for files put there from the as400 side. However, after writing and testing my code with a local DOS directory, I ...
Score autopostback fails after validator fires?
JP - 7 Feb 2007 8:15 PM - 2 messages
Using C#, I have a screen that allows the user to enter a ZipCode. When focus is lost, the field is configured to do an autopostback to make several calculations and pre-populate several other fields based on the zip code. ...
Score Encode to Quoted-Printable?
Dick - 7 Feb 2007 2:11 PM - 3 messages
I've successfully used System.Convert.ToBase64String to convert my files to Base64. Now I want to do the same for Quoted-Printable but I can’t see how that to achieve this. Can it be done? ...
Score how to refer to a query that calls a function
Maggie - 6 Feb 2007 11:02 PM - 8 messages
hi, I have an Access database that uses some queries that call a function for formatting purposes.  They work just fine. I am starting to develop an application in asp.net (VS 2005) using this database.  I would like to call ...
Score HOWTO: send message to pager with vs 2005 using VB.NET?
@win - 6 Feb 2007 4:25 PM - 3 messages
Hello There, I need to page a pager whenever an error event takes place in my app. What is the best approach in this? Should I use and modify the SerialPort class to talk to the modem. I hope someone wants to help me or has an example for me ...
Score Bug Tracking Database
Shehab Kamal - 6 Feb 2007 9:06 AM - 2 messages
Can you help me find a free, easy to setup and easy to use bug tracking database? I tried to run Bugzilla but it is a nightmare. I needn't have full features, only the ability to sumbit a bug and change ...
Score Custom Configuration - dll
Jeff Hegedus - 6 Feb 2007 1:31 AM - 7 messages
I have a dll that requires some configuration data.  I put the configuration data in a custom configuration section in a config file that is loaded in the installation folder of the dll.  If I install the dll to the same ...
Score regular expressions - within the brackets
xkeops - 5 Feb 2007 7:56 PM - 4 messages
Not sure this is the group I should ask my question. I have this string: [[_src|_alternate]] and I would like to have a RegEx pattern to replace it with: <a href="_src">_alternate<a/> (wiki way) ...
Score "object already exists" exception using RSACryptoServiceProvider
Gabriel Méndez - 5 Feb 2007 3:10 PM - 3 messages
Hello everyone. I have a small class that encapsulates some functionallity to work with the RSACryptoServiceProvider. Here is the code of the class i'm using: public class dsRSA     {         private RSACryptoServiceProvider objRSA = null; ...
Next »