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

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

okaban

Member List

Ramakrishna_Rao
JTB1
Chirag vm
JacquesRoth
Steveinbeloit
Beetle54
Sam Jost
KennyABC
jeskey
Joel Alexandre
5nad
DevanDanger
paso
krhoover
brajeshkumar69
doowadidley
cwlaualex
Harris140c
Shahab03
Ryan F
Only Title

okaban's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. A Simple 2D Map Editor

    I've built a simple XNA 2D map editor for fun that mixes xna and winforms. It supports 20 layers, multiframe and animating textures, and has grid snap. It's very basic and small, intended mainly as a learning experience. Grab here: http://webpages.charter.net/kharza/WorldWalker.zip Enjoy! Kenneth Thanks for the suggestions! Feel free to put it on your site if you wish. I didn't even think about the layer's scrolling differently. That seems like a no brainer. I was thinking in top down ultima mode. The flickering sprite shows which placed sprite is selected in the layer editor. With the layer editor you can change the values for the individual sprites placed down, or delete them. Multi ...Show All

  • Software Development for Windows Vista How to orchestrate external application screens ?

    Hello, I am currently investigating if Workflow Foundation could be used in my specific case: - define a task sequence - each task is a human task to accomplish - the task is defined as an URL to some specific web pages - once the user click close on a specific web page, the control returns to Workflow Foundation - WF Foundation can run a java class to determine what is the next task to accomplish My questions: - Can WF Foundation trigger some external web pages - What is the expected return (on WF Foundation side) when the user quits the web page - Can WF Foundation call some java class Thanks ! Best regards, Eric Hi Eric - the way I see the prob ...Show All

  • SQL Server Intermittent ole db error

    I have this problem occuring intermittently: When I try to add a package to the project, and click on the Package path button. I get a oledb error x080004005 (client unable to establish connection)... After I click ok, and click on the Package path again 2 or 3 times, the error goes away and I get the list of packages displayed. Some time I get an empty list box. Similar to this happens when I execute a package also. When I execute it 2nd or 3 rd time it works fine. The error happens only when I am trying to connect to the server\database. Once it is in the database I do not get any error message. This is what I have: I have sql 2005 installed. Microsoft SQL Server Management Studio ...Show All

  • Visual C++ Beginner question - ExitInstance()

    Hello all, I have a very basic question: How does one go about overriding your app's ExitInstance() function I'm using VC++ 2005, so I tried right-clicking on the app class in the Class View , selecting "Add->Add Function...". Of course, I know the function name ("ExitInstance") and I know I need to select the "virtual" check box, but I don't know the return type, and the parameter list should be empty but the "parameter type" list box doesn't contain such an option (i.e. I must pick a parameter type). Anyone Thanks in advance! ...Show All

  • Smart Device Development Problem with Microsoft.ApplicationBlocks.Updater

    Hello. I use ApplicationBlocks.Updater to download updates in runtime. I have a configuration file with necessary authentification data (username, password, type). I try to download manifest file from remote server. It uses method "private string DownloadFile(Uri uri)" from file ManifestManager.cs. This method have some code in its beginning: WebRequest request = WebRequest.Create( uri ); AuthenticationType method = AuthenticationType.Anonymous; if ( new UpdaterConfigurationView().ManifestManager != null ) { method = new UpdaterConfigurationView().ManifestManager.AuthenticationType; } ........ So, the problem is that new UpdaterConfigurationView().ManifestManager is always null value, due to t ...Show All

  • .NET Development Application Authentication

    Is there any way to control access to an application. This application would be a stand alone app not connected to the web in any way but need to authenticate specific users to keep the unprivileged user from accessing the documents in the app. Ive looked online and in a local bookstore and all I can unearth are references to web authentication. I konw there is a way to authenticate with the current user logged in in XP but I would rather not restrict the app to only being used whilst on your login. Any ideas Thomas I've never done either. Would you mind explaining what each of those would need I'm new to the world of VC# programing and VS. Thanks Thomas ...Show All

  • .NET Development Are there Different variations of framework for the same .NET Framework version?

    I have a product that is used by thousands of users across the globe. .NET Framework has been the life saver by providing a standardized reference environment. The software has been running relatively troublefree until recently. My software does a digital signature check and makes a call to DSASignatureDeformatter.VerifySignature using the SHA1 algorithm. This particular user, from Australia, running Windows XP and .NET Framework 1.1.4322, returns the error: CryptoAPI cryptographic service provider (CSP) for this implementation could not be acquired. Is there an "export" version of .NET Framework Many of my users are from China and other former eastern bloc countries but I have not received similar feedback from those. Wha ...Show All

  • Visual Studio Tools for Office Powerpoint add-in detection problem

    Hi Which files is required to run a powerpoint add-in The registry files is set up correctly and the dll is installed but it wont work on other computers. //lasse Hi I've made an installer that install an add-in for powerpoint, currently it installs the dll files, registry entries, vstor, interop assemblies and makes it trusted. But the add-in doesn't load in powerpoint on computers that haven't visual studio installed, is there any files or configs that I've missed Thanks! // lasse ...Show All

  • Windows Forms Thanks

    Hi, I have a control that is using a custom tree view, the problem that I am having is that when using the 'Windows Classic Theme' in XP (i.e. visual styles are turned off) I get the following error: Visual Styles-related operation resulted in an error because no visual styles is currently active. ************** Exception Text ************** System.InvalidOperationException: Visual Styles-related operation resulted in an error because no visual style is currently active. at System.Windows.Forms.VisualStyles.VisualStyleRenderer.IsCombinationDefined(String className, Int32 part) at System.Windows.Forms.VisualStyles.VisualStyleRenderer..ctor(String className, Int32 part, Int32 state) at System.Windows.Forms.VisualStyles.VisualStyleRenderer ...Show All

  • Visual C++ error -1073741819

    I am having problems with this error: Project : error PRJ0002 : Error result -1073741819 returned from 'C:\WINDOWS\system32\cmd.exe'. I have seen this error before (even when I use visual c++ express 2005 on a regular c++ file) Currently I am getting this error from building a program using QT and Visual Studio C++ The build window says this: 1>------ Build started: Project: p2, Configuration: Debug Win32 ------ 1>Performing Makefile project actions 1>Microsoft (R) Program Maintenance Utility Version 8.00.50727.42 1>Copyright (C) Microsoft Corporation. All rights reserved. 1> "C:\Program Files\Microsoft Visual Studio 8\VC\bin\nmake.exe" -f Makefile.Debug 1>Microsoft (R) Program Maintenance Utility Version 8.00 ...Show All

  • .NET Development how to display text on the image

    hi, I have displayed the image in the picturebox . i can do zooming of the image. I would like to display some text on the image without affecting the zoom of the image can anyone help me in this regards, Singam. Actually you can do it programmatically. The way you would do it is to build a new bitmap based on the old one. Here's an example: WebResponse resp = WebRequest .Create( "http://www.google.co.uk/intl/en_uk/images/logo.gif" ).GetResponse(); Bitmap originalBitmap = new Bitmap (resp.GetResponseStream()); Bitmap annotatedBitmap = new Bitmap (originalBitmap.Width, originalBitmap.Height); using ( Graphics g = Graphics .FromImage(annotatedBit ...Show All

  • SQL Server Paging data on SQL Server side using derived tables

    I am using derived tables to Page data on the SQL Server side. I used this link as my mentor for doing paging on the SQL Serverhttp://msdn2.microsoft.com/en-us/library/ms979197.aspx I wanted to use USER PAGING, thus I used the following code: CREATE PROCEDURE UserPaging ( @currentPage int = 1, @pageSize int =10 ) AS DECLARE @Out int, @rowsToRetrieve int, @SQLSTRING nvarchar(1000) SET @rowsToRetrieve = (@pageSize * @currentPage) SET NOCOUNT ON SET @SQLSTRING = N'select CustomerID,CompanyName,ContactName,ContactTitle from ( SELECT TOP '+ CAST(@pageSize as varchar(10)) + 'CustomerId,CompanyName,ContactName,ContactTitle from ( SELECT TOP ' + CAST(@rowsToRetrieve as varchar(10)) + 'CustomerID,CompanyName,ContactName,ContactTitl ...Show All

  • Visual Studio 2008 (Pre-release) Accessing an object in XAML

    I have been searching for quite a while how to make an object declared at the window level accessible in XAML but can't seem to find a solution. How could i make _myObject accessible in XAML in the following example: public partial class Window1 : System.Windows. Window { MyObject _myObject = new MyObject(); public Window1() { InitializeComponent(); } } make it a public property give your window a name say 'Window1' and in XAML you could do <TextBlock Text="{Binding ElementName=Window1, Path=propertyname}"/> ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DX10 and XNA

    Hi. Are there any future plans for the XNA framework be upgraded to support DX10 features and retain compatibility with Xbox I read how radical the new API will be and it will not be backwardly compatible with DX9. Although Vista can still run DX9 games, it will be slower as it will be via a software layer. since DX10 will also need new graphics hardware too, that suggest to me that XNA may not ever access DX10 functionality. Unless a new Xbox is on the horizon. The only software layer that Direct3D 9 on Vista uses is the runtime. But on XP it needs a runtime too. As the new Vista runtime can do many things much smarter (because of a new driver model) it is possible that Direct3D 9 will run faster on ...Show All

  • Microsoft ISV Community Center Forums using dll file

    I have created a dll file using VB.net. And I want to use the function of the dll file in VBA. How can I do it Thank you Now, in my computer, there is an error when I run the function. "automation error , the system cannot find the file specified". Is there any way to solve it thank you ...Show All

©2008 Software Development Network