Software Development Network Logo
  • Visual C++
  • Visual C#
  • Smart Devicet
  • Visual Basic
  • IE Development
  • Microsoft ISV
  • Visual FoxPro
  • Windows Vista
  • Audio and Video
  • Game Technologies
  • VS Team System
  • Windows Forms
  • SQL Server
  • SharePoint Products
  • Visual Studio

Software Development Network >> dga's Q&A profile

dga

Member List

jods
David Hanak
dakota367
Sylvain Bougnoux
Giedrius Banaitis
N.Z. Bear
adorer
LuisLopezCarrete
Rod Blackwood
Handschuh
Kernel Panic
Eric Brinkerink
GoodMorningSky
mcland
PaulDotNet
yem
progames25
Leandro Loureiro dos Santos
KitGreen
Guard
Only Title

dga's Q&A profile

  • Visual Basic Tab Control Bug in VB 2005 Express

    Hope This is right place for this question Apologies if not. Hi I have looked around the MS site to see if there is a fix for this bug. When I use the Tab Control Panel and place the tabs down the left or right of the control I cannot see the labels, it seems to work fine whilst tabs are at the top. O and the problem only seems to exist in XP Theme, if I change the theme back to old Classic it works fine. Regards Northhaven You correctly diagnosed this bug. Check this thread for a solution. ...Show All

  • Visual Studio Express Editions save bmp to clipboard as png

    I have a form that makes a bmp. I use this Clipboard.SetImage(mBmpDest) to save it to clipboard then paste it to a word etc doc. However am finding bmp file size is to big. Was wondering how to convert it to a png. No examples on forums. I tried using imageformat, convert but no go. any ideas hmm receiving end. is there a way for an image created in vs 2005 / .net and placed on clipboard, to be taken from the clipboard in a way forcing it as a image format hmmm am searching for any clipboard or image references. so far done other then bmp described. ...Show All

  • SQL Server Data Transformation Project Template for SQL 2005

    Does anyone know where I can download and install the Data Transformation Project template for SQL Server 2005 Integation Services Data tranformations are done through the dataflow controls, to start a project you will need to have the management tools loaded onto the machine and start the SQL Server business intelligence studio from the start menu. You can also access this through the visual studio system... Once the management tools are loaded onto the machine. ...Show All

  • Visual Studio Express Editions cl.exe really missing from install dir (solved)

    Some months ago I installed VC Express 2005 + SQL Server and MSDN, then after a while I uninstalled them from Control Panel -> Add Remove Programs to get some space on the disk. But some of them refused to uninstall, so I removed the rests by hand (not a good idea I understand, but too late). So far so good, yesterday I tried to re-install VC Express again. First, the setup program does not follow the usual sequence, but proposed me to add new components, uninstall it or repair. I tried uninstall but it failed with a messsage saying that it cannot determine the order of installs. OK, second try: repair. It downloaded some files on the internet, did its job and exited. I start the VC Express from the Start->Programs and it seems to wo ...Show All

  • Visual Studio Discrepancy in reports

    Hello, I created a report and added a suppression formula for 1 of the pageheader. The formula works well in the designer but not when i fire it of the asp page. On further investigation i found out that this was because the totalpagecount field(being used in the formula) was not being populated when the report was first rendered but when i went to the last record and then if i browsed again from the first record the formula starts working. The formula i used uses the totalpagecount variable which i think is causing the problem. I am not able to devise another formula replacing it. Basically this is what i have: PHa-Company Logo PHb-Header for Details sections fields GH1a-Order Num and associated records GH1b-Header for Details sections fi ...Show All

  • Visual C++ connecting client to server

    i have windows xp home edition sp2. i am working in visual C++ 6.0. i have a chatter client (Sample). i don't know how to connect to sever. how can i make server on my laptop. i want to know possible solutions. Thanks Bye Take a look at these threads: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=659689&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=652602&SiteID=1 ...Show All

  • Visual Studio 2008 (Pre-release) WCF and NHibernate

    Hi, I use a wcf with a nhibernate, but when I call a service occur an error. Only occur when nhibernate return a collection of objects (Person) with their children: [Datacontract] public Person { private List<Person> children; [Datamember] public List<Person> Children { ... Somebody can help me Thank you!! we currently use like that, and we have good result, i was test 250 concurrent user over 15 different machine with a ThreadUser test. it work good. public ServiceResponse LoadORMQuerywPaging( object ORMQuery, int pagenumber, int pagesize, ref Entity [] modellistwPaging) { ServiceResponse response = new ...Show All

  • Software Development for Windows Vista Development with Visual Studio Express

    Hi all, I'm little confused about the development Windows Workflow Foundation application using Visual Studio Express editions. I found some links on internet but it's not cleart to me. Is it possible or not Thanks in advance, best regards. Fernando Possebon Hi Fernando, Although I cannot be sure (I run Professional at work), I can see no reason at all that Workflow Foundation could not be used from C# Express or Web Developer (Web Developer can make class libraries, yeah ). After all, Express can be used to create XNA games... so why not WF Cheers, Richard ...Show All

  • Visual Studio 2008 (Pre-release) Rolebased Security & controls

    Hello, For my WPF application, I need to use rolebased security to: a) Disable buttons b) Make controls readonly or read/write I'm planning to use an access matrix for each role. Each control has a boolean that indicates if it is enabled or if it is readonly. It just seems like a lot of work, and lot of binding code (in xaml-binding and cs-properties). aya-yaya... Is there a way out of this Is there a better approach Thanks Houman Mike, Embedding role-based security concerns into commands would definitely centralize that aspect of an application's UI. That's a great idea. How do you see attached properties fitting into that design I suppose that Houmann's scenario would r ...Show All

  • Visual Studio Enterprise Library

    Has anyone used Enterprise Library in their VSPackage implementations I'm trying to use the Exception Handling Block, but having some difficulties, since the actual application is devenv.exe. Thanks, Mike Mike, I think " Visual Studio Extensibility " forum might be a better place to answer this question. Thanks, -Yu ...Show All

  • Windows Live Developer Forums Transparent interface?

    how do I make the <div id="info"> part of the map from the API transparent like the dashboard give it a style (or in its CSS) write: -moz-opacity:.30; opacity:.30; which covers transparencies in anything but ie and add: filter:alpha(opacity=30); for ie .30 and 30 determine the degree of transparency. If you add the filter for ie, firefox will give you a little error and ignore the filter - if you want to avoid this you can just use a separate css for ie and another one for all other browsers. - this method affects the whole layer and it's content though, so text will also have a degree of transparency. To only give the background a semi transparent look you should google - css semi transpar ...Show All

  • SQL Server Excel Source Returning NULL

    I've a package that has a excel source. But i'm having a strange problem with it. One of the columns in the source file have a lot of null values but not all of them. But when i run the package a put a data viewer right after the source and i can see that it's showing that the few fields that should have values are also null. I've tried a lot of things but they didn't work. I need some help and fast if possible. Example: Source file.xls Name Grade OtherGrade John 30 30.23 In the DataViewer Name Grade OtherGrade John 30 NULL thanks Adriano Coura abcoura wrote: I've tried to put in the extended properties of the connection string the value IMEX=1 and it does return a value but it takes the decimal c ...Show All

  • SQL Server Namespace Microsoft::AnalysisServices not recognised.

    Hi, I was trying to write a stored procedure for MSAS 2005 in C++. But when including the namespace "Microsoft::AnalysisServices", i am getting compiler errors: CubeInfo.cpp(6) : error C2039: 'AnalysisServices' : is not a member of 'Microsoft' CubeInfo.cpp(6) : error C2871: 'AnalysisServices' : a namespace with this name does not exist Also, the compiler is unable to find namespace System::Collections::Generic. Do i need to upgrade or include some other files in order to get around these errors I am currently using Microsoft Visual C++ .NET 2003 version. Any pointers on this would be highly appreciated as it is blocking my work :-( Thanks in advance, Santosh. Yes, i guess VS 2003 was the root cause ...Show All

  • SQL Server 'The selected report is not ready for viewing'?

    I get this timeout error when running a report with multiple subreports: The selected report is not ready for viewing. The report is still being rendered or a report snapshot is not available. (rsReportNotReady) The only place I've been able to find documentation on this is this page: http://msdn.microsoft.com/library/default.asp url=/library/en-us/RSerrors/htm/Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings.resources.Strings_rsReportNotReady.asp It seems to indicate that I am running against an uncompleted report snapshot. I have checked all of my reports, and none of them are set to use snapshots. The page also mentions that a datasource may not be available, how can I determine which dataset is having problems TIA ...Show All

  • Visual Studio Tools for Office Automatic update of VSTO application not working on Client machine but does work on Dev Machine

    Hi - Our team were able to successfully test the automatic update process of their VSTO application (Outlook 2003) on the development server using the combination of PUBLISH of the Outlook project (on to some deployment server - Windows 2003) and the creation of the .MSI file on the Setup project. The .MSI when installed on this development machine, followed by the PUBLISH of the newer versions of the application on to a deployment server (File System option - Windows Server 2003) successfully pulls up the newer versions on to the local development machine when OUTLOOK is opened the next time. The issue is when the .MSI file is installed on the End User Machine. The .MSI file was installed and the application works fine. But the a ...Show All

©2008 Software Development Network