| How to copy an MS Excel graphic from the system clipboard to an image control and obtain its source reference in .Net with either VB.Net or C# (2 replies, VIP) |
| microsoft.public.dotnet.faqs |
| Hello, Here is what I'm trying to do: Make sure both MS Excel and MS Word are running Create an Excel chart Save the Excel file Copy the Excel chart onto the clipboard using Ctrl C Go to Word and look under Edit Paste Special Note there is a source reference and an option to paste the chart as a metafile, etc. I would like to take this same information and make it available in a C# or VB.Net app F... |
|
| is a file blocked? (2 replies) |
| microsoft.public.dotnet.faqs |
| Is there any way to know if a file is blocked, because it's being used by another process? |
|
| VS.NET 2002 vs VS.NET 2003 (2 replies) |
| microsoft.public.dotnet.faqs |
| Hi all, I have some problems on migrate from 2002 to 2003 .NET web application. are there a diff syntax? my application run ok on VS.NET 2002 framework 1.0, but not ok on VS.NET 2003 framework 1.1, why?? I.E: i use input type "File" id "test" runat "server" , at code behind test.value "" cannot assign value. (2003) please help Thanks KS |
|
| Add Dotnet Framework to the installation (2 replies) |
| microsoft.public.dotnet.faqs |
| Hi, How to Add Dotnet Framework to the installation package? Thanks KS |
|
| What's the prospect of MMC in Microsoft .NET plan? (3 replies, VIP) |
| microsoft.public.dotnet.faqs |
| I'm hesitating on changing Platform from VS6 to VS.Net. Would you please to tell me what's the prospect of MMC in Microsoft .NET plan? Does Microsoft have anything substitute for MMC in .NET platform or something in the future? |
|
| Fax .eml files? (2 replies) |
| microsoft.public.dotnet.faqs |
| I currently use the Windows XP fax server to programmatically FAX text documents by reading the file and calling the appropriate Fax function. Is it possible to render the .eml file as it would appear in outlook and then Fax it programmatically? Thanks Brian |
|
| What is .net (9 replies) |
| microsoft.public.dotnet.faqs |
| Dear Colleagues: I feel that the dumbest questions are those that are never asked. I have been given the opportunity to get into .NET. Our organization has a subscription with Microsoft that basically entitled to us to just about every .Net development tool you can imagine. I cant even begin to mention them. To begin with, my background is not that of a programmer, but a systems engineer and the c... |
|
| Will Microsoft provide a .NET MMC designer like that for VB6? (3 replies, VIP) |
| microsoft.public.dotnet.faqs |
| Will Microsoft provide a designer like "the MMC Snap in Designer for VB6" for VB.NET or any other .NET environment in the future? If possible,how long will it appear? |
|
| ClickOnce in VS 2005 Beta 1 ? (5 replies) |
| microsoft.public.dotnet.faqs |
| Has anyone gotten ClickOnce to work with VS 2005 Beta 1? I tried the simplest of apps, Published it using VS 2005, and am getting the following error when clicking the published link: "Deployment manifest requires publisher and product specified." Indeed, the manifest contains this line, where "publisher" is empty. description asmv2:publisher "" asmv2:product "test" xmlns "urn:schemas microsoft co... |
|
| New Project as renamed and chaged old one (5 replies) |
| microsoft.public.dotnet.faqs |
| Hi, ALL I've developed some prjoect ( VB.NET ) , let Project1, and created for that Setup project, let Setup1. Installed it on a clear mashine PC1. Then I decided to develop that futher as another product, let Project2. I've copied and renamed all project files, project itself, product name, namespaces in all classes..., copied and renamed Setup1 as Setup2 and adjust new one to the Project2 and cr... |
|
| Disable Enter Key (2 replies) |
| microsoft.public.dotnet.faqs |
| Hi, How do I disable the enter key for a "Form"? so that user has to click the "Submit" button. Is there a way of doing it other than using Java/VB script? Thanks, Stephen |
|
| 22222222222222 (2 replies) |
| microsoft.public.dotnet.faqs |
| 222222222222222 |
|
| PDB and TLB files (2 replies) |
| microsoft.public.dotnet.faqs |
| Hello all, can someone explain what pdb and tlb files are? Thanks, R |
|
| Getting MAPI to fetch() from a different directory? (2 replies) |
| microsoft.public.dotnet.faqs |
| I am trying to get the Fetch() to retrieve the messages from another folder other than the "Inbox". I would like to read the messages in the "Sent Items" or "Outbox". I am using VB.NET version 7.0. So far I have this and it works fine for the Inbox. MAPISession1.SignOn() MAPIMessages1.SessionID MAPISession1.SessionID MAPIMessages1.Fetch() Thanks... |
|
| enumerating the files and objects in the .net project (2 replies, VIP) |
| microsoft.public.dotnet.faqs |
| (Type your message here) I want to get the list of the files in my .net project. Currently I see only one way: to get the folder containing the solution, get all the files with the extension ".vb", next the files with the other given extension (if I know it), etc. However here I get the list of the files ONLY without knowledge about object name that this file represents. May be anyone knows if ano... |
|
| Problem when trying to add new items in Visual Studio Projects. Remedies ? (2 replies) |
| microsoft.public.dotnet.faqs |
| Any time I attempt to create a new project (Visual Basic or else) with Visual Studio .NET version 1.0 (running on Windows XP Greek Version) I receive the following message "The automation server is unable to create the object" whenever I try to insert a new item in the project (form, class, module or else). Any suggestions ... ? Thank you. PS. The message appears in my own language (greek) and its... |
|
| Parser Error Help (2 replies) |
| microsoft.public.dotnet.faqs |
| Hi, I am getting the following error when I strart debugging, regardless of the project or solution I am working on. Any help would certainly be appreciated. Michael Server Error in '/LeagueHelper' Application. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your sourc... |
|
| Accessing data in DataSet (3 replies) |
| microsoft.public.dotnet.faqs |
| The following code produces the error, "cannot implicitly convert type object to type string" int intRetNo Convert.ToInt32(tbxReturnNo.Text); lblOutput.Text (intRetNo.ToString()); lblOutput.Visible true; DataRow fRow dsGoodsReturned1.Goods Returned.FindByComplaint number(intRetNo); // line below produces same error // lblOutput.Text dsGoodsReturned1.Tables["Goods Returned"].Rows[intRetNo]["Product... |
|
| Crystal Reports and Buttons (2 replies) |
| microsoft.public.dotnet.faqs |
| Hello, Is there a way to add a button to a crystal report? I would like the report to function simular to a windows form. If the user clicks a botton or a check box or whatever control I add (If possible) I would like the line of text next to the report to become hilighted in yellow. Thanks, Chuck |
|
| chatbox (3 replies) |
| microsoft.public.dotnet.faqs |
| Hi, Is there an example in vb.net of programming a chatbox (like in MSN meseenger?). I could not find a code example via google. Dew Baboeram |
|
| Info iPaq 3630 (2 replies) |
| microsoft.public.dotnet.faqs |
| Sono entrato in possesso casualmente (non fate facile ironia : ), semplicemente il proprietario non sapeva che farsene) , di un iPaq 3630, premetto che di queste macchine non conosco quasi niente e avrei alcune domande da farvi: aggiornamento: ho aggiornato il firmware da una versione 1.72 a una 1.87, volendo fare l'upgrade al PPC 2002 ho trovato solo la versione inglese sul sito della Compaq, cer... |
|
| Calling UserControl public method (2 replies, VIP) |
| microsoft.public.dotnet.faqs |
| HI Friends, I have a usercontol where i have one public which i want to call in wizard..... in in wizard second page i have implemented a usercontrol and on last page of wizard i have to call that usercontrol method....but i m getting an error "Object reference not set to an instance of an object" So any solution??? Thanks & Regards, Ashutosh Thaokar |
|
| Help in XML (2 replies, VIP) |
| microsoft.public.dotnet.faqs |
| In my app I need to convert a structured XML file into a PDF file. I can use XSL FO to achieve this. Are there any other options? Maybe through a .NET base class? Please suggest. |
|
| Form Question (2 replies) |
| microsoft.public.dotnet.faqs |
| What is the best approach to emailing form results to a user? Thanks Karen |
|
| Accessing a Java COM component from .NET (3 replies, VIP) |
| microsoft.public.dotnet.faqs |
| ..NET framework 1.2 Hello. We've been accessing a Java COM component from classic ASP for a while now, which works fine. We now need to access it from .NET, but we have no idea how to reference this component as we can't find the .dll (or whatever type of file Java COM components compile to). We do know a couple of things about the component: CLSID: {E7DEFE93 E26E 11d2 B3A0 0000E8512796} Component... |
|