Erik McCarty's Q&A profile
Windows Forms Drawing too slowly
So, I may just be overlooking something simple here, as I am pretty new to GDI+. But I basically have a form, with a panel, and on the panel I'm drawing simple black and white squares, etc. The squares represent the result of s ...Show All
Windows Forms How to get the mshtml.dll that will satisfy ClickOnce? PLEASE HELP!!!
My ClickOnce app runs fine on most of the machines in our corporate network. Except for one machine, which gives me the following error: "Unable to install or run this application. This application requires your system to be updated to Microsoft.mshtml&q ...Show All
Windows Search Technologies Any Fixes for Roaming Profiles with WDS yet?
Hi all - looking to implement WDS in an environment using roaming profiles. I've heard there should be a hotfix (or something) becoming available but I don't know an approximate date. Can someone here comment on how it might be possible to get WDS working with Roaming profiles Walk me through the steps etc.. Thanks! Hello John RWB, A roaming profiles fix should be introduced around the end of May (thi ...Show All
Visual Studio Print fails at random (Report Viewer-Server 2005)
Hello, We have 2 seperate applications that use the VS Report Viewer Control. Both are deployed via Click Once. Both of them have 'random' bizarre problems when you click print on the built in toolbar, some machines they print fine, others no print no error just nothing happens, on yet another machine they print to a network printer that isnt even configured on that machine... On yet other machines they throw an error about invaled spool w ...Show All
Windows Forms Controls in IE question
Folks: I'm currently running a few applets that are Windows Form Controls, hosted in a web browser, on my central web server farm. Everything works great, I can see my controls, connect to the database, etc. I have only 2 issues, which I'm trying to ...Show All
Windows Forms ListBox Bug On Selected Item
Hello, I guess this problem may have been reported to Microsoft, but I wanted to know if anyone else had a similar problem or may have a workaround. If you click on one item in a listbox, then move your cursor to a different item before&nb ...Show All
Smart Device Development VS2005 Beta 2--activesync error
Am starting testing on VS2005 Beta 2, and have built my PocketPC app, but when VS deploys it, I get the error "The current version of ActiveSync is not supported. Install the latest version from www.microsoft.com ." I am running ActiveSync Version 3.8.0 (Build 5004) and couldn't find anything more recent. Anybody else run into this, or is there a newer version of Activesync Thanks, Mike Try&nbs ...Show All
Visual C++ Share Projects in one solution
Dear all, I create two projects, say A and B, in one solution in VC.net 2003. They are basically 2 executable applications, A.exe and B.exe. In project A, it uses some classes created in project B. I include the header B.h in A.h, and add Additional Include Directories to which B.h resides. Compile is OK but when linking it looks like the LINKER does not know where to link obj in B project and gives the error me ...Show All
Windows Forms General Question
How do you declare or where would you declare a global variable that all forms in the project can read/write to Right now, I'm using an XML file to store that value. Thanks! The Shared keyword does not affect the lifet ...Show All
Visual Studio How to load image dynamically
HI all, I am using ASP.net with c# to load crystal report. I would like to know how i can load an image in the Report Header section of the report dynamically from aspx page. thanks pradeep_TP Hello All, I am having the same sort of problems while displaying image using CR.NET and VS.NET 2003. Let me epxlain what I want to do. I have designed reports using CR.NET that I intend to sell to various clients. I ...Show All
Visual Basic Pointers In VB?
Is there anyway of converting the following C# code to VB Vector3* myVector3 = (Vector3*)&someMatrix.M31; Thanks If Vector3 is a struct and M31 is a float, then both are value types and you need "real" pointers (using * and &), which you can only do in C# and C++. VB does not support this. Your best bet is to write these parts in C# and then reference the C# assembly from the rest of your VB class librar ...Show All
Visual Studio Express Editions Center Form Procedure
Hello All, I have strayed across something very odd here and cannot seem to put my finger on why Express is doing what it is doing to me. I wrote a very simple function to center a child form inside it's parent form, since the startup position property does not appear to work. The procedure is as follows: frmChild.Left = CInt (frmParent.Left + ((frmParent.Width - frmChild.Width) / 2)) frmChild.Top = CInt (frmParent.Top + ((frmParent.H ...Show All
Windows Forms Hosting ClickOne deployment on non-.NET 2.0 server
Hi, I have a ClickOnce app that I wanted to deploy on a .NET 1.1 server. I set up the MIME type in IIS for .application files to be application/x-ms-application, but it still serves up XML when I browse to it and try to run. I tested hosting it on a .NET 2 server and it does launch the .application file. What other things do I need to do to the server to make it properly serve up the ClickOnce app Thanks! ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Framework approach to building a C# -MDX Level Editor-type app?
Greetings! There have been a few posts/replies that touch on this subject, but I wanted to provide a thread that captured as much of this knowledge and ideas as possible. I want to build a multi-window winForms app with lots of controls (menus, treeviews, splitters, tabs, etc...) and be able to render 3D to different sections of the screen (tabbed windows, etc..). Possibly have a model viewer in one window and a scene view in a differ ...Show All
SQL Server How do I set ApplicationName through ODBC call so that SQL Profiler can see it properly
Hi, I want some proper name to be set in the "ApplicationName" column for my application in the SQL Profiler instead of always being empty. I use ODBC to connect to SQL Server. I am sure there must be someway to do that because when I run SQL Analyzer, I can see "SQL Query Analyzer" or "SQL Query Analyzer - Object Browser" displayed in the ApplicationName column when I turned on SQL Profiler. Thanks, Jeff ...Show All
