How to generate a report in Visual studio 2010 using vc++
Hi All, How to generate or create a report using vc++ in Microsoft visual studio 2010?
View ArticleTile Editor, where to begin
Hi I have a game I'm working on in Xna and I want to make a tile editor. I want it to be in winforms using C#. I got a editor that makes unit classes that is sterilized to Xml, so I know my way around...
View ArticleVPN Connection not working since morning
We connect our office to our VM's using point to site connectivity that was working for the last few weeks since setup. Starting this morning we are able to make the VPN connection, however the RDP to...
View ArticleDataview, datagridviews and access tables.... would this work?
Dear readerI am wondering if this would work.... lets say this exampleI have 2 tables in a access-database which are related by ZIP-code and HouseNumberwhere the relation ZIP-code and HouseNumber is a...
View ArticleIssues with hiding a form
After login is successful I wish to hide the login form and show the home form but it is not hiding any help private void btnLogin_Click(object sender, EventArgs e) { try { SqlConnection UGicon = new...
View ArticleAbout to alternative of MS flex grid control in MS VS 2010
Dear Sir,Actually we are using MS flex grid control for getting the Report, for that we had to install both the MS versions of VS 2006 and VS 2008, so avoiding this could we know any other alternative...
View ArticleWebBrowser control not rendering some controls for larger DPI
Hi all,I am having an issue with a webBrowser control that I am using in one of my programs. I am using a WebBrowser control to load a web page from my application (it is an outlook add-in - I do not...
View ArticleHow to identify that I connected Disk On Key to the computer ?
hiHow to identify that I connected Disk On Key to the computer ?i need identify that and copy file from the Disk On Key to my folder.i work on WinForm C#thanks
View ArticleUnable to view design mode in visual studio.
Hello, I have written a visual C++ code for a WFA. I want to populate a LOT of values in a combo box. So, I had generated an array which stored all the values using a for loop. And the WFA also works...
View ArticleWindows 8.1 Incorrect Version
Howdy, After installing, I open cmd.exe/Command Prompt and ver command returns: 6.3.9431 But when I get the OS version number programatically I get: 6.2.9200 I try both in VB.NET using .NET Framework...
View ArticleDrawString and text wrapping?
Hi,I'm trying to use drawstring to print some text on a label but it is cutting off the text rather than wrapping it to the next line. I have tried a few of the examples I could find online but none...
View ArticleMake a Dos/Terminal Looking Application In VB?
Can you make a Dos/Terminal Look-alike in VB Eg. elgoog.im/terminal ?If you can do this can you help me out please!thanks
View ArticleProgress bar during a process c#
I really don't know how to make a progress bar that is animated only during a process!I did a sender email dialog and when I press "Send" button I want the progress bar to begin and to be completely...
View ArticleExternal component has thrown an exception
Hi, I'm getting this error really sporadically in my Winforms app. Seems to happen when trying to display a form with a call to .ShowDialog(). It doesn't seem to happen on any particular form, just...
View ArticleBlank Gridviews on Print
Hello,Im trying to figure out problem i have. Ive recently created a WebPart for SharePoint with a datagridview. Ive added a Printing Function with javascript that looks like this:function...
View Articleserver application
Hi i am basically from embedded side..so i don't know anything about server. My question is i already developed one windows based application in MFC. How to i change that application act from server?i...
View ArticleProgress bar during a process c#
I really don't know how to make a progress bar that is animated only during a process! I did a sender email dialog and when I press "Send" button I want the progress bar to begin and to be completely...
View Articlehow to change winforms properties before msbuild for different clients
I have a winforms app and want to customize for differents clients, I need a simple mechanism to create a version for client1 with one commandline app for example. I only want to change the color of...
View ArticleAvoid Memory Issues while storing millions of rows in C# DataTable
Hi,I have a windows application that processes around 500k documents in a directory, while storing some information in a two local DataTables, which will be used later in the application.This works...
View ArticleDirectory.Delete() not deleting the empty directory
In C# am having problem in deleting the directory. The directory contains sub directories that have some files. Now on button click I am first deleting the files, then the sub directory and then the...
View Article