Answer Questions
Paolo Marini Lose syntax highlighting and undo
I am *this* close to falling on my sword, I can't get any work done. This is an error that was occurring on my old machine. Have a new machine, clean install of VS, so I'm thinking this is a solution-related problem, but I can't figure it out. My syntax highlighting will disappear once I start to edit a file. I can bring it back by switching to a form and back to the code or rebuilding the project, but again, it disappears when I s ...Show All
gr4nt How to import a dll made in C++ Win 32
Hello Everyone, I have a dll which is made in Win 32, as it is not an assembly neither COM can't be used as a refrence, so I have to Import it.... Can someone tell me how to do it...As when i do it asks for the entry point and secondly how to call the functions from that dll.....A brief example will be highly appreciATED... Thanks, Harsimrat I tried in the way Chris mentioned in Help US Thread Q ...Show All
Thomas Cheah runing a program from C# code
Hi I'am trying to make a C# program that can run any program I what to run like IE command prompt and so on but I can't find the keyword that C# uses to start an exsternal exe can anyone help me Thanks Arnar V Arnar, try the method: System.Diagnostics.Process.Start () HTH --mc Hi You can start any application with this snippet :- Tanks for the help Sibusiso this did th ...Show All
Enigma G How to execute dotnet framework2.0 along with msi set up
Hello, I am facing a problem while trying to excute a framework verion along with msi. problem statement : 1) I have developed a simple application in dotnet2.0 having a form which will take my name as input. 2) I have created an msi for this application using setup and deployment project. 3) When i tried to run this msi on a normal desktop which does not have dotnetframework2.0 it asked me whether do I want install do ...Show All
Bobmmp c# and mp3
Hi! Can c# play a .mp3 file just like he plays .wav how to set the proxy setting manually including IP,PORT,USERNAME and Password. i have seen the network property but that doesnt have these properties. thanks Asim I think you have to reffrence Windows Media Player within your program in order to play .mp3's (as well as .wmv, .asx, and any other files the WMP plays). Below is a excert of a program I w ...Show All
Rellik Assertion Failed error from MonitorDocumentsService during project load
When loading a solution containing several projects (converted from VS2003) I get the following error message twice: Assertion Failed: Abort=Quit, Retry=Debug, Ignore=Continue X at MonitorDocumentsService.OnBeforeDocumentWindowShow(UInt32 docCookie, Int32 fFirstShow, IVsWindowFrame pFrame) If I try to debug it just shows disassembly code and doesn't help. If I select Ignore, I can continue and things seem ...Show All
GalogenOleg loading array in treeview
Hi, I'm making an application in C# that speaks to an report server (reporting service 2005 delivered with SQL Server 2005). In my application I have a treeview object, in that object I want to have the structure like it is on the Report Server. So far I've managed to create some code that lists the structure but it only goes one level deep: [CODE] ReportingService2005 rs = new ReportingService2005(); rs.Credentials = System.Net.Crede ...Show All
Matt7340 Dynamic array
Hi. I want to have an dynamic array that don,t require to set this by dimension.In other words, an array that I add and delete from it. Thanks. hi, then you have to take a look about System.collections name space and to generics too this lesson covers the arrays and collections http://www.programmersheaven.com/2/les_csharp_8_p1 hope this helps ArrayList or a generic collection is proba ...Show All
AngryRichard C# SQL and ASP
Kinda lost... Basicly I have a webpage that is for ordering pizza (school project) and I need to be able to send the order to the SQL server. Bascily I have to take some data strings from ASP and with C# send it to SQL and write it to a table there. If anyone could tell me how to do that I would be jumping high in to the air :) I would personally create an SQL DB file with the appropriate fields needed, ie. Cust_Name, Address, Order, etc. ...Show All
j_e_f_f Problems searching with German IMEs
I have found that when using a German language keyboard, I sometimes receive no search results for terms that yield several results if the keyboard language is U.S. English, or anything else for that matter. For example, a search for the term "ipass" yields 623 results on my machine with English as the keyboard, but 0 results when the keyboard is switched to German (Germany). A search for "ipas" returns the expected set of re ...Show All
Navin Joy simple multi thread in c#
HI Ok, i understanded what is multithread but can anyone show an example of a simple simple simple program using multi thread or point to a good tutorial Thanks.. Bjhonson i use a windows applications and btw i dont think that multi thread are that "science rocket" since other people learn it when they wore just like me or maybe they`ve been born already knowing multi thread Ok -- more specific information about what ...Show All
Serend aspnetmmcext.dll
Hi, I'm developing a C# application for MMC Snap-in using Com Interop. I need the above to include the Microsoft.asp.snapin name space. I can't find this file any where. Is this because I'm developing in C# and not ASP I'm using VS 2005 (C# 2.0), on windows 2000 OS. Thanks, Alpha ...Show All
Patricia Mantovani How to dynamic load ASP.NET User Controls in Visual Studio 2005
Did anybody know how to dynamic load ASP.NET User Controls in Visual Studio 2005 if I put the User Controls in the App_Controls subfolder Here is my test code: 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; public partial ...Show All
Pavel A. How do i open form2, but leave form1 as active form?
How do i open form2, but leave form1 as active form I have application where i can freely activate form1 or form2 (no parent and child form). Form 2 is opened by clicking button on form1. 1) I want to modify form1 1 click event so that whenever form2 is opened my active form is still form1. How do i do this 2) Is it possible to make form2 "un-activable" - meaning it won't become active if i try to activate it with mouse. 3) How do i remove mi ...Show All
Rahul Patil VS.NET 2005 RC1 -- Is clipboard ring missing from IDE?
It used to be one of my favorite features! Formerly, from the C# (for example) code editor in the IDE, open the 'Tool Box' tab, and there was a stack of all the things you'd put on the clipboard while editing. I can't seem to figure out where it went too...hopefully not the bit bucket... TIA, Howard Hoffman If the Clipboard ring is no longer available this is a travesty. This was such a useful and time s ...Show All
