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

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

Hanspeter

Member List

kreigh
allison_h
Edge Of Zero
LabMan
thatonedude
cgraus
Mansoor Shiraz
pdaitguy
Mike Barry
VFaul
WilfRosenbaum
Mario561
DaPosh
andyfraser
Amit Online
losdude
rncwnd
Lasse Thomsen
bw12117
Travis Ingram
Only Title

Hanspeter's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. Help Needed - Creating XNA Path Finder

    Hi, I am just wondering if anyone know how to create a path finder or the best way to create a sprite to follow a path , automatic. Thanks Codata Check the resources here . ...Show All

  • Visual FoxPro Visual FOXPRO ODBC Drivers for windows Vista

    Hi. Does any one knows where i can get the Visual FoxPro ODBC Drivers for Windows Vista Thanks. Helder Santos Is there any reason to choose ODBC over OLEDB or vice versa App is in VB.Net and uses both MDB and DBF. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Can Visual Studio 2005 create a Windows Game project(XNA) like Visual C# 2005 express

    Can Visual Studio 2005 create a "Windows Game" project(XNA) like Visual C# 2005 express How do I implement or modify some setting And See XNA MSDN in Visual Stduio 2005's MSDN. Sorry! The website is not available. https://connect.microsoft.com/feedback/ViewFeedback.aspx FeedbackID=190037&SiteID=226 ...Show All

  • Microsoft ISV Community Center Forums Automatic Fill-in Form in Word

    I would like to create a form in word with four questions on it with a field for answer under each question.  But I would like to have a macro that becomes active when the form is opened.  The macro should pop-up a mini window with question 1, 2, 3, 4 in order (but one question per window at a time) and should have a field for inputting the answer.  Up on entering each answer in the pop-up window, the macro should automatically populate the Form with the correct font etc.. Any and All help will be greatly appreciated.  I am sure it will be a piece of Cake for most of you.   JJ Hi JJ Try this for a solution ... Create your form, including a help k ...Show All

  • .NET Development .net framework 3.0 installation problem

    My notebook runs windows xp professional sp2. In order to use the New York Times reader I need to install .net framework 3.0. The installation however is aborted and all installed are rolled back. This is the error report: [09/25/06,16:55:11] Windows Communication Foundation: [2] Error: Installation failed for component Windows Communication Foundation. MSI returned error code 1603 [11/23/06,15:13:47] Windows Communication Foundation: [2] Error: Installation failed for component Windows Communication Foundation. MSI returned error code 1603 [11/23/06,15:26:37] Windows Communication Foundation: [2] Error: Installation failed for component Windows Communication Foundation. MSI returned error code 1603 [11/23/06,15:26:56] WapUI: [2] Dep ...Show All

  • Visual Studio Express Editions String table resource with static library

    Hi all, I want to use string table resiurce with my static library. Is it possible to embed the resource file in library And as per what I have read, we use Loadstring() method to load the string, but this requires HINSTANCE handle, how do I get it in my library Any help will be greatly appreciated. Regards, Smriti A static library can't have resources, only a .dll or .exe. Surprisingly, VS2005 does actually let you create resources for a .lib, I would never have thought to try it if it wasn't for your question. The linker doesn't know how to handle it though, as you found out... ...Show All

  • Visual Studio VS2005 Registration Benefits - not allowed access to Registration Benefit Portal

    I just registered my copy of VS2005 Standard Edition that I received at the VS2005 Launch. One of the benefits of registering is free icons, components, etc. When I try to go to the Registration Benefit Portal to download them I get a page stating that the page is missing or I lack authorization. Is there a trick to this -Chris Hy! When I try to acces the Registration Benefits Portal I receive this error: Page Not Found The content that you requested cannot be found or you do not have permission to view it. If you believe you have reached this page in error, click the Contact Us link at the bottom of the page to report the issue and include this ID in your e-mail: 6652a905-492f-4940-9413-c53f7db9cf69 Page Not Found ...Show All

  • Windows Forms how can we pass the combobox value to the other form

    how can we pass the combobox value to the other form Hello there, I assume you are trying to pass a value from one form to another. There are a few possiblities for this. I assumed you used c#, so let me know if you need an example in VB 1. Create an add a constructor with a parameter to to the 2nd form to pass the value of the ComboBox (or modify the default constructor) In Form 1 Form2 frm = new Form2 ( this .comboBox1.SelectedValue; ); frm.Show(); In Form 2 public class Form2 : Form { public Form2() { //this is the default contstructor InitializeComponent(); } public Form2( object comboBoxValue) : this () { //do something with the value ...Show All

  • Visual Basic Online database

    Hi, I have searched these forums and havent found anything that quite answers my questions. here's the deal: Im using Visual Basic 2005 .NET Express Edition. I want to create an online database that my windows application links to. The purpose of my application is for different clans of gaming communities to be able to find other clans so that they can organise 'scrims' (practice matches). The front end of this application has a form with a set of text boxes. One set is for creating a scrim and the other is for finding a scrim. So basically, a person fills in the boxes and uploads their scrim details onto the database. While another person fills in the other boxes and the database is searched with their entries. After this, below the te ...Show All

  • SQL Server Merge Join vs. Lookup vs. Custom Script - which is fastest?

    Very often we have 50'000+ rows which you need to pull values from different source (e.g. CityNames from citycode in Excel file). Currently we are using Lookup - but the questions is which of those 3 options is best in performance wise Thanks guys for your answers - I will try it out performance testing this weekend on my free time. So far it has seemed to me merge join is slower than lookup, however, lookup seems to take much longer than i like it to - so i was wondering if creating a script transform would be better solution... Just wanted to get an idea - based on you experience which option do you use ...Show All

  • Visual Studio Allocating memory to Visual Studio

    Does anybody know if there is a way to allocate a fixed amount of memory to visual studio using some sort of switch I am trying to work with some very large XML files (~250mb), and that's fine by itself, but any sort of work done on them immediately shoots up the memory usage. Can I specify that I want ~1.5-2 gb of memory dedicated to the VS process Thanks Jacob Short version: No. The CLR manages memory at development time, and I don't believe you can change the way it allocates memory. -Tim <MSFT> ...Show All

  • Smart Device Development Bluetooth signal strength

    Hi all! It is possibile to retrieve the Bluetooth signal strength from a .NET CF application I'm using the OpenNET CF Library, but it seems not to have a function like this. Any help wuold be appreciated. Marco Minerva, maco.minerva@tiscali.it http://blogs.ugidotnet.org/marcom This forum is intended to deal with issues directly related to the .NET Compact Framework. It appears that this question can better be answered by someone on one of the newsgroups for Windows Mobile or Windows CE. In order to get a quicker and more accurate response, please consider reposting this question to one of the following newsgroups: Windows Mobile API : microsoft.public.pocketpc.developer microsoft.public.smartphone.dev ...Show All

  • Smart Device Development unable to uninstal google earth any ideas please (learner)

    can anyone help me to uninstal google earth,i have tried most ways, none work, thanks..jomanco ...Show All

  • SQL Server DTS drawbacks

    I am trying to compile a case of why DTS packages need to be migrated to SSIS packages. Is there any document, whitepaper which can provide me drawbacks in DTS Thanks, Vijay. I am aware of new features in SSIS like control-flow, data-flow demarcation, new transforms like SCD etc. But knowing some drawbacks in DTS like performance, scalability, support for XML can help. If there is any inputs on specific drawbacks in DTS as compared to SSIS, it will be helpful. ...Show All

  • Gadgets Open Setting.htm in Gadget.htm.. dont support that in API?

    i want open Setting frame in Gadget.htm gadget be opened in everywhere by "System.Gadget.show == true" API but setting is not. so.. i want know how cant i open setting frame in gadget(or everywhere in code). plz anwser above~ gentle man~~ sorry about my short english ...Show All

©2008 Software Development Network