Eric Immerman's Q&A profile
Windows Forms How do I access application or user settings in Click-Once deployment
Hi, I have Windows forms application which I deploy using Click-Once. I have used Settings properties for project to create some settings. I noticed that after using it project have app.config file and settings files now. After clients install application using click-once where do I find settings for my application on clients machines I searched for app.exe.config file but can not find anywhere on client machine ...Show All
Windows Forms DataGrid row selection help !!!!
Hi All, I might have a stupid question but I really need to know how can I make a full row selection of the datagrid like TaskVision I'm stuck on .NET 1.1 for the time being, thanks for the example, but honestly, I can't figure out how to attach this to my DataGrid. Can you expand on t ...Show All
Visual Basic custom cursors
it's very important to my project that I make a custom cursor... how would I do that i guess this is a serious problem. ive found several forums of people complaining about this. i guess ill have to make do with simple mouse and hand cursors. ...Show All
Windows Forms .NET Framework 1.1 SP1 Problems
An application developed with VB.NET works well on .Net Framework 1.1 without service pack 1. When SP 1 is installed all the text box values are not seen - blank. I had to remove .Net Framework 1.1 and reinstall it without service pack 1.& ...Show All
Visual Studio Tools for Office Outlook add-in error 80010106
Hi, I have an Outlook add-in which works on most of the time, but I have a computer where i get the following error: Retrieving the com class factory for component with clsid {3FA7DEB3-6438-101B-ACC1-00AA00423326} failed due the folowing error: 80010106 Can any one help regarding this error Thank you! Iancu, From what I can tell, this is a MAPI error, possibly due to some kind of threading is ...Show All
Visual Basic how do i do autoclicks and get a pixle color?
Ok what im trying to do is something like AutoIT app. for that i need some functions.. 1) Move & click the mouse I move the cursor by this command: System.Windows.Forms.Cursor.Position but i dont know how to do the mouse clicked... 2) For some1 that know AutoIT im trying to do PixleCheckSum. for who that dont know.. Im trying to do a funtion that i will give her X,Y,Width,Height(box) on the screen and she will ...Show All
Visual Studio Team System Power Toy problem
When ever I try to use the tfpt.exe power toy I get the following error. Method not found: 'System.String Microsoft.TeamFoundation.VersionControl.Client. WorkspaceInfo.get_ServerName()'. Has anyone else seen this Thoughts I have tried the exe that is in the VS installation folder, as well as the version included with both the October and February SDKs Thanks in advance. MikeH Are you running against a ...Show All
Windows Forms 5 errors that I dont really get why they there...
Hey, in my spell check code I got 5 error and I dont get them, I downloaded a "DLL" and I added the stuff in just like it said to, and then I added in the code, so here is the code that has errors in it, I am gunna say the line and then next to it will be the code, the errors are underlined and bold: CODE: LINE 140: Private Me .SpellChecker.MisspelledWord += New NetSpell.SpellChecker.Spelling.MisspelledWordEventHandler(Me.S ...Show All
Windows Forms DataGridView , DataSource and myGridView.Rows return null (same for .Columns)
Well, I was very happy to be able to set up a complex query to fill a DataSet and use that DataSet as a DataSource for a DataGridView. But the issue is that the DataGridView displays the data in a very raw mode and that I need to apply many different style depending on each cell. But the Columns property returns null and the Columns.Count return 0 Same for Rows and Count. I have had to create all the columns manually from code to be able to ap ...Show All
Smart Device Development enlarged design time images
I am making a smart device in VS 2005 that is using images. In design time my images are enlarged and do not fit into the panels I assign for them. However, running the application make the images into normal size and everythings looks fine. Is there a way of making the images not to be enlarged in design time I am using bitmaps as images. You could try the following: a) Add a PictureBox control on the Panel ...Show All
Architecture problem with low-level file creation
The company that I work for produces embedded controls. The project that I'm working on now runs on an ARM7 microprocessor. We're not using any commercial RTOS or API for file operations - all of the software is written by the software team. Currently, we are developing the ability to write a file to an SD card that's attached to our target. We've learned how to deal with FAT, including FAT12, FAT16 and FAT32, and can read any size file. We c ...Show All
Windows Forms Running initial code from another form that Form1 in VB 2005 Express Edition
Hi everyone, Is it possible to make another form than Form1 running the initial code. (by the way: il yes, how to do it ) I have tried swapping forms'names (Form1 in Formx and Formx in Form1), the initial code still executes from the first form chronologicaly created in VB Studio (i.e Forms1 x in the above example). You may wonder why such a question: my computer is slow and as my application is growing, compile and loading duration are ...Show All
Visual Studio Tools for Office Power Point & VSTO
Can I use VSTO with power point For example download some date via web-service thx VSTO 2005 is not supported in Power Point. You can still write managed COM add-ins, but VSTO does not facilitate creating those for you. Instead take a look at Shared Add-ins project in Visual Studio. Also, if you are serious about deploying the managed COM add-ins for PPT you probably would like to isolate those by writing a manag ...Show All
SQL Server SQL 2000 Best Practices Analyzer report clarification needed.
I have an SQL 2k server that I've run the BPA against. Part of the report with the "SQL 2005 Readiness" filter shows several database options such as ANSI_NULLS, ANSI_PADDING_ENABLED NUMERIC_ROUNDABORT with recommended settings. My question is, where can I find the reason these are recommended for 2005 I need to present this information to the developers to discuss any issues before migration to 2005 can be planned, but the only docs ...Show All
Smart Device Development All controls are grey in the toolbox
Hi. I use Visual Studio 2005 Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200) Microsoft .NET Framework Version 2.0.50727 When i open new project For PocketPC2003 or WindowsCE5.0 in C# i can't see most conrols. In "Common Device Controls" section of toolbox i see only Pointer and Button controls. Other controls disabled. I see #13119 tab in toolbox. Please help me!!! ...Show All
