wkimes369852147's Q&A profile
Visual Studio Express Editions Setting the program icon?
Here should be an easy answer, how do I set the programs icon For example, i've got a prepared .ico format image which I can use with the form icons... But for the life of me I can't find where to tell it to use an icon image for the program image itself under windows. For the benefit of other users looking for the answer: 1. In Solution Explorer , right-click on your project and choose Properties 2. In ...Show All
Windows Forms Reset a list box so nothing selected
I am writing a search form for a database and have an option for 'New Search'. How do I reset a list box so nothing is selected for the new search Hi, Set the SelectedIndex property to -1. listBox1.SelectedIndex = -1 Regards, -chris ...Show All
SQL Server Get sql statement for parameter through reporting service
hi, i'm creating a winform application that communicates with a reporting service server through the SOAP interface. If a user selects a report and presses a button a generic screen is created where I create all winforms controls like datetimepicker(if parameter type is DateTime) or combobox (if parameter type is String). When the parameter value is String and there are DefaultValues I add every value to the combobox. But when it has no DefaultV ...Show All
Software Development for Windows Vista Soundmax Audio Driver and Windows Longhorn Beta 1
Hi, I have Soundmax driver installed on Windows Longhorn OS. When I use the sound recorder that comes with the OS (in the Startup->Entertainment section) and record through a microphone, my recording is okay. But if I use Wave out Mix as input pin and try recording from Windows Media Player to the Sound recorder that comes with the OS, it does not record. It changes my setting to microphone when I start recording automaticall ...Show All
Visual Studio Express Editions Debugging running processes
hi there, I want to make a programm that can e.g change values in another application e.g. notepad for example: i have a textbox1 and a button1 in my form1 when i click the button the text form textbox1 should be send to a open application e.g. notepat. so i can manipulate the text inside notepad with my programm. is that possibel with VB are there tutorials for this (for newbies ^^) ms-help://MS.VSCC.v80/MS.M ...Show All
Visual Studio Tools for Office How to invoke the events in Business Contact Manager(Outlook addin)
I want to know that can I program the events in BCM(Outlook addin) like item_add event for adding contacts and updating them through item_update. Its not working for BCM at my end. Please guide me how could I achieve this task. Thanks in advance, Peeyush Agarwal Peeyush, I'm sorry you are having trouble with this BCM issue. It is helpful to remember that this forum is mainly for issues that directly pe ...Show All
Visual Basic Storing a form in a dll
In my project I have four forms. Is there a way to store a form in a dll file instead of storing it in the exe file. I want to be able to call the form to show just like I would normally. If there are any links on how to do this in vb.net that would be great also. Thanks. Hmm that was too simple. Maybe that is why I never thought of that. I'll give it a try. Thanks. ...Show All
Windows Forms where to declare global variables?
I'm a beginning C# developer (obviously). I need to create an app that's going to have many different screens (forms), and I'll need variables that will be accessible application-wide. So, I shouldn't put them in a form, correct /embarrassed Thanks. ...Show All
Visual Studio Team System Implementing MS Team System in place of Rational Tools
Hi, I know that some of the questions that exist below have been posed and answered before. However, every time I go through these answers and through the MS web site I get more confused! We are a development company that develops software based on Microsoft development tools particularly VB.Net (VST.Net 2003). We are a Microsoft Certified Partner . We have been using Rational Tools for the last 5 years for our development ...Show All
Visual FoxPro Foxisapi won't launch COM application
Here is my situation: I am running with XP PRO. http://localhost/common/Foxisapi.dll/RESET & STATUS work properly COM server is out-of-process exe COM server can be loaded directly from Fox with: o = create("bulkm.x2") o.testServer() && This works But when I try to launch it from within IE I get "page cannot be displayed" http://localhost/common/foxisapi.dll/bulkm. ...Show All
Visual C# Error 36 Resource identifier 'R.r.resources' has already been used in this assembly C:\Do...
Anybody know why I suddenly get this Error message in C# 2005 express edition " Error 36 Resource identifier 'RubberPicker.RubPicMain.resources' has already been used in this assembly C:\Documents and Settings\jmwatte\Mijn documenten\Visual Studio\Projects\RubberPicker\RubberPicker\CSC 0 0 " When I click on it in the error list it flashes up the message : "The operation could not be completed" and I have no idea ...Show All
Windows Forms The new .NET 2.0 ConfigurationManager and Associated Classes
Hi folks, I've recently been confronted with the necessity of using the new .NET 2.0 ConfigurationManager and it's associated classes: ConfigurationElement, ConfigurationSection and ConfigurationElementCollection. What an absolutely horrid exercise in frustration! The documentation is truly awful; none of it mentions what methods need to be overridden/implemented in order to customize any of the above, and I can find no documentation at all i ...Show All
.NET Development C# CodeCompiler errors
Hi, I am trying to compile dynamically generated C# source code. However, I am having trouble getting the code to work properly due to referenced assemblies not being found. I have tried setting the CompilerOption "/lib:path_to_find_assemblies" but then get a compiler error CS2008 No inputs specified. I have set the CompilerParameter property GenerateInMemory to true, but the compiler still writes the assembly to disk. Also it seems as though ...Show All
Visual Studio Express Editions How we can use SQL query in DataSet Or DataTable
How we can use SQL query in DataSet Or DataTable I means to say can we use group by clause and other clause that we generally used with database table. www.queryadataset.com is what you are looking for. Ad. ...Show All
Visual C# VS 2005, enable in-method code folding
Hi, I just switched from Visual Studio 2003 to 2005 and am currently doing C# development. VS 2003 allowed for code folding within methods. You could fold any block within brackets. However, in VS2005, I am only able to fold methods and the like. Is this feature on longer present or can I turn it on Thanks, John Yeah, I see that you're looking for the code folding feature. Unfortunately ...Show All
