Answer Questions
Daniel G Signed Assembly with COM Interop
I'm creating a .Net assembly that references a COM object (Excel 2000) through COM Interop. Everything works great, but when I generate a keyfile and try to sign the assembly, I get a compile error saying: error CS1577: Assembly generation failed - ...Show All
.LP Microsoft Browser control
Hey all, Using Microsoft Browser control is it possible to create a HTML Editor, if so can anyone suggest good reading, threads or samples to get me started.. Thanks Take a look at HTMLEditor http://www.itwriting.com/htmleditor/index.php ...Show All
Rafael Nami Sending PDFs to a printer
Hi, I am trying to write a web service which will take a few thousands of PDFs from a shared folder and send them to multiple printers for printing. All these should happen without any user intervention. Can anyone teach me how to go about doing that in c# The printdocument class in .NET does not seem to be suitable. Can anyone help me or point me to some other resources I do not have the luxury of buying third party components to assist ...Show All
Tim Bain Command Line Agrument in Click Once Deployment
Hai to all, I am currently doing Click Once deployment for my Application which has a command line argument. I will select the check box labeled Allow URL parameters to be passed to application . I will get the URL String by having " AppDomain.CurrentDomain.SetupInformation.ActivationArguments.ActivationData(0) " It works Fine, when i launch the Application using Browser( online ). But the Problrm is when i access the same appliaction ...Show All
Patrick Darragh Databound Combobox Problems
VS 2005 allows us to drag a table (Detailed View) from the Data Sources window to automatically create an form that has databound controls, Binding Navigator, Binding Source, etc. I have a Contacts table and a Categories table. Categories is the Parent (One) table. Contacts is the Child (Many) table. Categories (<CategoryID>, Name) Contacts (<ContactID>, <CategoryID>FK, Name) CategoryID and ContactID are int Identity not null f ...Show All
Mark Stega Multi-dataset vs. multi-table
I'm working on an application which has a similar architecture to Taskvision. I notice it uses multiple datasets. Why not use a single dataset for all tables What are the advantages/disadvantages of each approach Thanks in advance, Lee The id ...Show All
Htr Accessing a control from outside the form class (in form.h)
Hi, Hopefully someone knows a little programming trick here. :-) A USB device connected to my computer periodically executes a function in a provided DLL file which in turn executes a function in my program. Within my function, I'd like to write some text to textBox1 in the form. Since the function is outside the form class in the form.h file, I have to pass the textbox in as an argument. HOWEVER..... I cannot do this because I cannot edit the p ...Show All
andyroz Hidden parent, visible child, VisibleChanged
I have a container that is to be displayed only when child controls are visible. I hook the VisibleChanged event to detect the child controls transition from visible to not visible to hide the container but if the container is invisible, I cannot detect that the child has become visible. Is there a way to detect a child has become visible from the parent when the parent is not visible The VisibleChanged event does not provide an argument (I was ...Show All
NaUmI how to eliminate duplicated values in a databound combobox?
I have a comboboxService, bound with an ACCESS db table "Service", the displayMember is a column called "serviceContactName", which allows duplicated value in the db. (i.e. one person can be the contact of many services). When I run the app, the combox will contain all the contact names for all services, e.g. if person "Smith" is the contact of 10 services, his name will have 10 duplications in the combobox. H ...Show All
SreeReddy ViewState
I have a windows form where I'm trying to use ViewState but it's not working properly. do you have to enable ViewState in a config file or in the properties of the form Any examples would be great. thanks I'm surprised it's working at all. Viewstate is part of ASP.Net, not Windows Forms. Serialization is the closest you come to viewstate in ASP.NET. You serialize the data ...Show All
David Hilditch Adding Record to Details Table
Hello, I have a form showing information from two tables which are related one-to-many as Master-Detail records (as in Customer-Order relationship). Information is shown in two DataGridView controls, bound to the underlying database tables via BindingSources by dragging & dropping in Visual Studio. I wish to write some code which adds the first Detail record to the database whenever a new Master record is created. Can ...Show All
bkaye Outlook Control
Hi, Looking at the screenshots for the new whidbey controls and a simulation of Outlook 2003 is there. Will these Outlook controls be available in whidbey or is Microsoft just showing what can be done if you feel like re-creating something from&nbs ...Show All
mschai Tracking mouse movement
Is there any way to track the mouse movement for the whole PC What I'm trying to do is write an application that goes idle after a certain amount of time and "wakes up" when the user sits down at the PC and moves the& ...Show All
Marcello1965 Terrarium Server Beta installation problems
I installed Terrarium Server Beta on an Windows XP machine, uninstalled it and installed it again. On the second install it comes up with the error: "Cannot create Performance Category because it already exists" Now the application cannot be uninstalled ...Show All
Ibrahim Shareef Visual .net 2003 heretic
I have started a new blank project. The problem is, when I debug it, it will show as undefined values of pointers to structure. Meaning, it shows immediate values, but shows undefined for pointed values, where there is certainly a value to the ...Show All
