androKLez's Q&A profile
Windows Forms read CSV or an easy way to convert to Access
I have to import files into a database, and i have that capability but i would like to do some checks before this takes place, such as verify that the appropriate columns are present, verify that the number of rows are a certian number, make sure there are no blank rows all just to make sure the DTS import goes smoothly and if not i ...Show All
Visual C# Editor Indentation
I'm using the express edition. I would like to change the indentation to 2 spaces in lieu of the curent number of spaces. Can someone direct me on how I can accomplish this. Thanks It is the same place in C# express that you do this except that the view is simplified and you need to do the following to show the "Tabs" page. Go to Tools | options dialog. Check "Show all settings" check box on the left hand bottom corner of the dialog. Then go to "Text Editor | C# | Tabs" page and you can manipualte the "indent size" other tab VS space options available there. ...Show All
Visual Studio 2008 (Pre-release) WPF Feb CTP 2006, XAML Designer not available in VS 2005
Hi, I installed the WPF Feb CTP 2006 version. Apart from the namespace bugs, i have run into a peculiar problem where the xaml designer is not shown in the VS 2005. Is this by design or is it a bug Any help in this regard would be highly appreciated. Thanks & Regards Susheil Kumar System Analyst Hi Susheil, I think this is a better question for the Cider discussion forums - http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=169&SiteID=1 Thanks, -Unni ...Show All
SQL Server Registry to store configuration values ?
I try to store a SSIS-configuration value in the registry. But it's failed. I get a warning, that the registry-key is not found. What is the syntax I have searched in BO,MSDN and Google/Internet ==> nothing. There is no example. The syntax of how to specify the name of the registry key is straightforward. See BOL: ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/uirfsql9/html/212e52e7-27a7-48bb-8bad-34aa290d2003.htm If you're asking how to define the syntax of a configuration (i.e. The thing that should be IN the registry key) then that's a bit more difficult. A ...Show All
.NET Development Graphics software development
I have an idea for a specialized graphics tool but can't find any resources to get started. All the programming books and online resources I've found so far deal mainly with business applications and don't delve much deeper than that. I want it to be a product similar to packages like Paint Shop Pro or Photoshop, only much simpler. Can anyone suggest any books or websites that can point me in the right direction for this sort of thing Hi, I think Paint.NET would be a good starting point. You can download the source code and take a look at it. http://www.eecs.wsu.edu/paint.net/about.htm Regards, Vikram ...Show All
SQL Server Unable to Migrate SSAS 2000 to SSAS 2005 with MigrationWizard.exe
To all, I am having a heck of a time on the SQL 2K5 MigrationWizard.exe. I get the following completely ambiguous message: Exception Type 'System.OutOfMemoryException' was thrown. The typical "life-lines" of searching MS have provided no help. The wizard is migrating about 35 dimensions and about 40 cubes. Is this too much for SQL 2K5 to handle Kenny Hi, If the AS2000 cubes contain many partitions and aggregations, then MigrationWizard will get out of memory when trying to transform them into their equivalent structures for AS2005. To work-around this, please split your database into sev ...Show All
Windows Forms Default Font Size for Labels
In VB.NET is there somewhere that the font size for all labels in a project can be set Thanks, Tony From a purely OO point of view, going with Form inheritance as Erik suggests is the way to go. But that are so many issues with visual inheritance in the designer in the current version of VS.NET that I can't recommend it. That&n ...Show All
Visual Basic creating a new help system
can anyone plz help on creating a new help system for a vb.net windows application, my knowledge is 0. I read through some articles, not very helpful. I think I need a a walkthrough guide me step by step to create a help system Maybe this site will help http://chm2web.aklabs.com/help/src/hoto/createhelp.htm There are several third party apps for creating help systems http://www.macromedia.com/software/robohelp/ sdid=CGLY http://www.componentone.com/ ...Show All
Visual Basic getting files from FTP
Hey, I got a Windows application that processes Excel files and transfers all data to a DB. These Excel files at the moment are being sent to Malta from Germany via FTP........ the user copies the files to another location (as the FTP directory is not accessible) and then browses for them using an Open File Dialog.... the application then does the processing needed! I would like to automate this a bit more. 1. How can I access the FTP server (NOT anonymously!) 2. How can I check if the folder is empty 3. How do I retrieve files (preferably removing them from the FTP server and placing them in another location) Thanks for your help ...Show All
Visual Studio Team System Invalid Drop Location
In the New Team Build Type Creation Wizard, why doesn't the Drop location allow hidden shares \\ComputerName\sharename$ It doesn't like the $, but I think this should be allowed. I'll file a bug for that. Does the build work if you check out and edit the TfsBuild.proj file to use that drop path after going through the build wizard You'll have to escape the dollar sign. See http://msdn2.microsoft.com/en-US/library/ms228186.aspx (though it doesn't list the set of special characters). Buck ...Show All
Visual C++ LINK : fatal error LNK1104: cannot open file 'mfc42d.lib'
Hi Everyone, I'm trying to build a project using Visual C++ Express on Win2000 and I get this linker error. LINK : fatal error LNK1104: cannot open file 'mfc42d.lib' I've searched all over the net and none of the solutions offered work. The file exists in two places on my machine: C:\Program Files\Microsoft Platform SDK\Lib\AMD64\atlmfc C:\Program Files\Microsoft Platform SDK\Lib\IA64\mfc when I include the paths, it says mfc42d.lib(MFC42D.dll) : fatal error LNK1112: module machine type 'x64' conflicts with target machine type 'X86' What should I do I have the sa ...Show All
SQL Server Am I missing something???
So I'm using the new Microsoft SQL Server Management Studio (aka Enterprise Manager)... 1. So I load it up, add a few sql servers to it. Mess around, close it, open it again and lo and behold it didn't bother to keep any of my settings or any of the SQL Servers that I had added and anoyingly asks me for login information to add another one. Unless I'm missing something, you just threw out one of the best parts of Enterprise Manager. Please someone tell me how to fix this so that it works the way it should. (and someone else, i.e. Microsoft, make it the default behaviour to add and save any sql servers and bring them up the next time, t ...Show All
Visual Studio Debugging an .exe launched by a service problems:
Fairly new to VS (and VS2005). We're debugging 64bit apps on 2003 x64, and having some real issues debugging. Trying to debug an .exe/process launched by a service with VS2005 and having a number of problems. Note, not debugging the service, but a process started by the service... 1) When I place a __debugbreak() in the code, the JIT debugger appears to bring up the JIT window on the console. We are remote desktopped into a lab machine - multiple engineers share the machine, so console use is limited. Is there a way to tell the JIT to redirect to a particular desktop, and not the console Or is there a way to grab the JIT window of ...Show All
Microsoft ISV Community Center Forums Unable to publish scorecard to SPS
Hello, In our dev environment, I'm set up both as admins for SharePoint and BSM 2005. I can create scorecards fine, and I can create SharePoint sites just fine. However, when I tried to publish a scorecard to the SPS site, it gives me the "An error occured while deploying the Scorecard to SharePoint. Make sure the Page Name, Site URL, and Document Library is valid" error. But, as I can see - the BSM wizard were able to read information from the SharePoint site (populate the correct document libraries in the Document Library drop down...). Please help! Thanks! The support ...Show All
Windows Forms Printing Text In A RichTextBox
Hi! Im having the same problem, only im using a RichTextBox instead. How can i print all the text in this box When i try all that happens is the text goes off the page. What should i do to fix this problem An idea would be helpful. Please try not to make it too difficult as i am only 13! The program i have created is a basic text editor. I does the basic commands, save, open, edit, but i am struggling to be able to print. An idea would be helpful Thanks Adam Forbes ( adamforbes@hotmail.com ) Hi Adam, The RichTextBox control doesn't directly support printing, however it is possible to inherit from a RichTextB ...Show All
