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

Software Development Network >> flash.tato's Q&A profile

flash.tato

Member List

Jeff Levinson
preps
DiabboVerdde
vbjunkie
Dave Houlbrooke
Kapalic
Tiago Nóbrega
Joel Martinez
karimi
Nick Forte
CalinMac
Hooper
Carl Bruneau
Matt Lin
Jocker23
hye_heena
Andre Odendaal
Mahyar154572
JSR2005
Francis Tracey
Only Title

flash.tato's Q&A profile

  • Visual Studio Express Editions Greyscale

    Can someone please show me an example of, or point me in the right direction of a good up to date tutorial on how to change a coloured image to a black and white image Thanks Graham Thanks to you both for the advice, I will take a look at both examples and let you know how I get on ( or not ) as the case maybe. Have now bookmarked Bob Powels Site Graham ...Show All

  • Visual C++ Convert char* to wchar_t*

    I'm developing a C program. I want to convert char string to wchar_t string. I know there is a function in the C99. But I don't want to use that. Is there is a function in the win32 api to do this You can use ATL conversion macros ...Show All

  • Visual Studio Tools for Office Install of Office 2007 Broke VSTO

    I recently installed Office 2007 in addition to Office 2003. That seems to have broken my VSTO, which was working before. I have now uninstalled Office 2007, Office 2003, and VSTO and reinstalled Office 2003 w/SP2 and VSTO. However I still can no longer create a VSTO Excel project. I get this error: "Project cannot be created because the application add-in is not working correctly and may have been disabled." I have tried all the work arounds discussed in the thread at http://forums.microsoft.com/msdn/ShowPost.aspx postid=1228732&siteid=1 and am still not having any luck. When I go into Excel | Tools | Macros | Security, I have enabled "Trust all installed add-ins and templates" as well as "Trust acc ...Show All

  • Visual Studio Express Editions Slow screen redraw

    I am in inexperienced programmer who has an application that displays many (50-60) controls on a form. The application is a production planning system, that requires many controls displayed on screen (1 for each job qued on individual machines) Whenever the form is re-draw, it is painfully slow, I have set the doublebuffer ControlStyles etc, but are unable to fix the issue. This issue is running on a P4 2.8GHZ / 500MB PC. Can anyone assist I have attached an example of my problem (not my actual application, but the samle gives the same issue). The sample simply displays many controls onto a form. When you force a redraw ie ALT-TAB to another app and back again, the screen redraws very slowly. Aaron Private Sub Form ...Show All

  • .NET Development mappoint webservice

    1. I have downloaded "Microsoft MapPoint Web Service SDK, Version 4.1." 2. I have a web application(ASP.NET) which is accessing "Microsoft MapPoint Web Service" and displaying a map of given parametes. 3. Map Displayed in clinet's browser 4. When user click a on a map, I would like to capture the X,Y position of Mouse Click. 5. "Microsoft MapPoint Web Service SDK, Version 4.1." has a VB.NET(client-server) sample to meet my requirement. But I need it on a Web Page ( ASP.NET - Web Application) 6. Please help me....., how to do this Hi, I'm developing a device application for Windows CE 5.0 in C#. I need to display a map given a specific address. What is best w ...Show All

  • Visual C++ Project : error PRJ0002 : Error result -1073741511 returned from 'D:\Program Files\Microsoft Visual Studio 8\VC\bin\cl.exe'.

    Hi, VC++ Express was working for me fine for three days, after that it throwed the following error fatal error C1902: Program database manager mismatch; please check your installation then i tried reinstalling now i am getting a different error Project : error PRJ0002 : Error result -1073741511 returned from 'D:\Program Files\Microsoft Visual Studio 8\VC\bin\cl.exe'. I tried the service packs too but no use... can anyone pls help me. build log with this Build Log Build started: Project: APL, Configuration: Debug_JP|Win32 Command Lines Creating temporary file "d:\09.13.01_APL\apl\Debug_JP\RSP00000218364064.rsp" with contents [ /Od /I "." /I "../build" ...Show All

  • SQL Server SQl Express Edition Install Failure with ODBC error

    Can some one help me with this C:\WINDOWS\system32\Odbc32.dll Version: 3.525.1117.0 SQL_SUCCESS_WITH_INFO (1) in OdbcConnection::connect sqlstate=01000, level=-1, state=-1, native_error=444, msg=The driver returned invalid (or failed to return) SQL_DRIVER_ODBC_VER: sqlstate=01000, level=-1, state=-1, native_error=5701, msg=[Microsoft][SQL Native Client][SQL Server]Changed database context to 'master'. sqlstate=01000, level=-1, state=-1, native_error=5703, msg=[Microsoft][SQL Native Client][SQL Server]Changed language setting to us_english. SQL_ERROR (-1) in OdbcConnectionHandle::set_attr sqlstate=IM001, level=-1, state=-1, native_error=0, msg=[Microsoft][ODBC Driver Manager] Driver does not support this function SQL_ERROR ...Show All

  • Visual Studio 2008 (Pre-release) The project type is not supported by this installation.

    After having installed all the RC1 parts, including "Orcas" and try to create a new project in VisualStudio 2005 (Windows Application, XAML Browser Application or Custom Control Library) I get an error message: "The project file '.....' cannot be opened. The project type is not supported by this installation." I've tried reinstalling everything but it's still giving the same error message. Could it be because I'm running a swedish version of Windows XP Although I haven't had this problem with other releases. Hmmm...this didn't do the trick for me. I was previously running June CTP (with sdk, orcas, etc). I followed all uninstall instructions beforehand, and insta ...Show All

  • Windows Forms Problem using Invoke to update UI from secondary thread

    Hi all, I have a small application that performs a time consuming process (resizing multiple images in a directory) so i am executing in a separate thread but i want to update the UI thread with the status of the process. I'm trying to do this in the standard way of defining a delagate and a method in the UI thread but i'm getting the following error messages: Error 1: An object reference is required for the nonstatic field, method, or property 'ImageResizer.Form1.listbox_delegate' C:\...\Projects\ImageResizer\ImageResizer\Form1.cs Error 2: An object reference is required for the nonstatic field, method, or property 'System.Windows.Forms.Control.Invoke(System.Delegate, params object[])' C:\...\Projects\ImageResizer\ImageResizer\Form1 ...Show All

  • SQL Server Problem with multiple measure groups

    Hello! I have two measure groups (MG1, MG2) with measures called M1 (inside MG1) and M2 (insideMG2). For example M1 and M2 are sales amount. The total for M1 is 150 and for M2 100. If I start my analyses with a dimension that is only related to measure group M1 I see the following behavior. Dimension M1 M2 Product A 25 100 Product B 75 100 Product C 50 100 Question 1: How can I avoid AS 2005 to repeat the total value for M2 Question 2: If I define a calculated measure that brings the value from M1 and M2 together. How can I avoid that AS 2005 calculates each cell for M2 even though M2 has no realtion to the dimension Thanks in advance ! Ole If a dimension is not related to a MG and you ...Show All

  • Visual C# keep in memory

    Hi, I need to keep in memory a value that the user would have enterred. i don't even know if it is possible Can you help me serialize it in an xml file (though this might be overkill for a simple number) or just write it to a text file. why does it need to stay in memory after the application closes ...Show All

  • SQL Server File and Spreadsheet Frustration

    Hi, Two problems / questions I could do with some help on please...... 1). How do you clear a spreadsheet before loading it I am sending a spreadsheet by Email on a regual basis. Each time I run my SSIS package the data is appended to that of the previous run. I need just the contents of this data load to populate the spreadsheet each time. I have tried various methods / techniques for achieveing this so I just need to know the accepted method. Sorry if this is very basic ( as it should be !) but I seem to be missing the point somewhere. 2). I have tried to resolve issue 1 above by having an empty 'template' spreadsheet and copying that one over the top of the previously populated one. I get an error saying that the source spreads ...Show All

  • Visual Studio Express Editions Visual Studio 6.0 Pro upgrade

    Hi, I've download the Visual Basic 2005 express ed., in order to check if it can run visual studio 6.0 projects without bugs. Bti the upgrade wizard does not even recognize a .vbp file as a visual basic project. The only option available is to upgrade to a .exe version, and the upgrade process fails. How I can get confident info about this Thanks ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. SpriteBatch - how many, and do we need to recreate them?

    Based on the SpaceWar game, I have some questions... I know it was put together quickly - I'm not trying to slag it off, and I want to learn the best way to do things :) 1. In Screen.cs, the constructors of the screen class create a SpriteBatch instance. In the OnCreateDevice() method it then re-creates them. I'm assuming the instances created in the constrructor won't get used, because the device would be created quite fast, so can they (should they) be removed 2. The OnCreateDevice method says "Re-create" in the comment - does this method get fired more than once Is this because the SpriteBatch class needs recreating each time the window is minimized or something 3. SceneItem inherits from List<SceneItem>, yet in ...Show All

  • SQL Server SQL 2000 locked in Single User Mode

    I have gotten my production version of SQL locked into single user mode. We recently upgraded to a clustered configeration and when I went to pause the system to get control I was told Pause was not available in a clustered environment. I restarted the service with -m [single user] but couldn't run Enterprise Manager as it appeared to take the only user slot and not give me one. Then I hit on startingup with Query Analyzer and that worked but now how do I get it back into multi-user mode. I placed the -m in the settings using Enterprise manager; could I stop the service and restart at the cmd prompt using -f [minimal config] and get Enterprise manager running Any assistance appreciated. Thank you for the r ...Show All

©2008 Software Development Network