Answer Questions
biriktirici CSC command line options if using Microsoft.DirectX.AudioVideoPlayback
Hello, Quick question : How to compile from the command prompt, if application is using Microsoft.DirectX.AudioVideoPlayback. I have attempted the following .... csc application.cs csc /reference:Microsoft.DirectX.AudioVideoPlayback.dll application.cs The first attempt results in error CS0234 : The type or namespace name 'DirectX' does not exist in the namespace 'Microsoft' (are you missing an assembly reference ) The second a ...Show All
Kevin P Console App won't run, getting error about "application configuration is incorrect"
Hello, I have a console app created using C++ 2005 Express. I now need to copy it to another machine to use it but it won't run. I have already copied the msvcr80.dll in with the executable but still does not work. I have also try copying in the manifest but this has no effect. What do I need to do to get my console app to run on another machine Thank you for your help, Have you actually reco ...Show All
Mechamonkey DataGridView EditingControl Showing Event Calls Handler Multiple Times
Hi, I am hooking up to a DataGridView's OnEditingControlShowing event to pick up Key Events when the DataGridView is in Edit Mode. For some reason when I press one of the Keys I am listening for .. like F1, it calls the handler multiple times. However, if I unregister for the event from editCont_KeyUp, then it doesn't pick up the key stroke at all. Anyone have a suggestion please. protected override void OnEditingControlShowing( DataG ...Show All
JBJBJB I can't find where to download the registration benefits.
I have gone through the registration process for Visual Web Developer 2005 Express Edition and I have attempted to find the registration benefits (the electronic books, the stock images, etc.) but I can't find them. Any thoughts Thanks! I am having the same problem. I got the confirmation email, and clicked through, but I never got the benefits email. I can't figure out what I'm doing wrong. Assuming t ...Show All
moz2 newbie question about adding a record to Access DB with VWD 2005
I am new to VWD 2005 and doing some learning. I am using Visual Basic as the language. I have a pretty simple Access DB that I am connected to. I can Edit and Delete records fine. However, I cannot find how to be able to add records to the database with VWD2005. Any assistance or pointing to a good tutorial would be greatly appreciated. I am thinking there is a simple way to do this, but I am just missing it. Flanman that routine ...Show All
lasu Newbe question, save as...
Hello, How do I save a project as I have a project and would like to make changes to it. Then save it under a different project name and leave the original project intact. Thank you in advance. Ken Save the original project. Copy the top level project directory with windows Explorer Paste it at a desired location on your disk. Open the pasted .sln file Make changes as desired ...Show All
WeBMartians How do you load a dll?
What code do you use in visual basic express to load a dll Please reply. What do you want to do with the DLL The "normal" way is to add a reference to the assembly and let the CLR care about loading it. If you want to create a pluggable library where you load assemblies on the fly, you can use the Assembly.Load family of methods. If you want to call a C-style API function from a library, you can use P/Invoke. Best regards ...Show All
Mike Droney MSFT Missing documentation: System.ComponentModel
Hej! I cannot find anything about the classes in System.ComponentModel in the MSDN Express edition documentation that came with Visual Express C#. Is this intentional Cheers Sorry that I am answering myself in this thread, but the issue remains after reinstalling from a CD image. The first install was done via an internet connection. I get no errors at all during the setup, but System.ComponentModel, includin ...Show All
kO2n Data bound combo box
I'm trying to load a combo box with a simple table containing a number of cities. However, when I debug the program and select a city, the previous city selected changes to the current selection. For example: My list is Vancouver, Montreal and Ottawa, in that order. If I select Ottawa, and then hit the pulldown box again, my list becomes Ottawa, Montreal and Ottawa. If I then select Montreal, my list becomes Ottawa, Montreal and Montreal. ...Show All
BrendaLL Command Line in C++
Hi, Guyz, I have encountered a problem, i have installed VS C++ 2005 Express Edition on my computer and have realised that there is not 'devenv.exe' that would go with it or with the PSDK that i have downloaded too. if anyone knows or had similar issues on how to call / build / compile etc projects in VS C++ 2005, please post the commands that are used, or links that would tell me how. It seems to be a simple thinkg, but i just cannot get ...Show All
Beppone HELP PLEASE
I AM BUILDING A SIMPLE PROGRAM BUT I GET A PROBLEM THIS IS THE CODE #include <iostream> main() ( std::cout << "Hello World!" << std::endl; ) When i press buil solution it show me this message 1>------ Build started: Project: hello, Configuration: Debug Win32 ------ 1>Compiling... 1>hugo.cpp 1>c:\documents and settings\hpolanco\my documents\visual studio 2005\projects\h ...Show All
cashfan Can't download Express registration benefits
Hi everyone. I'm trying to access the free downloads that come with registration, but I only see the Web Developer downloads listed. I don't see the icons, components, or book that come with C#. I assume they would all be listed on one page, but they aren't there. How can I find them Thanks, John Salerno P.S. I don't understand how to download what *is* there either. The link to the Web Developer book says it's a pdf, but when you download it ...Show All
k2msdn dumb newcomer question
Hi all I know this may sound dumb but can anyone tell me what visual basic is for from my understanding....c++ is for progamming visual web developer is for web desigh direct x is for making games and sql is for server stuff...... so what about vb I mean I can desigh a form with a couple of buttons which when clicked will load another form.......I can display a photo and even make a simple animation... but I can do th ...Show All
dawnhornby need urgent help about access database and application!!!!!!!!!!
hey guys i have a question: i am creating an application in which i am using an access database. I used the wizard to create the connections, data binding, etc. and the drag-and-drop-table method to display it in the form. the problem is that i am not able to (or i have not find a way to update the field of QuantityInStock) update the database. Note that i am only trying to find the code. here is my code: Public Class Form2 Dim ...Show All
Jano Petras tabcontrol align with visual effect problem
i have encountered the tabcontrol align problem. with the visual effect set to true, the tab text stay horizontal no matter how i aligned the tab to left, right or bottom. how can i fix it i hv encounter the same problem when using VS.net 2003 with the manifest file attached to enable the visual effect. any advices/guides are welcomed. thanks I found the tab control in .NET to have all sorts of issues when ...Show All
