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

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

drew_p

Member List

su45937
Gianluca Hotz
dpthayer
Abbasi
efm01
HKEC
Paul Nystrom
ace333
Peter Gissel
NeedSomeAnswers
SaravanaKumar
Andrew Mercer
Zen_Rain
QWERTYtech
odv
spshah
Rapier685
RamGuy
LeRoi
Cogz
Only Title

drew_p's Q&A profile

  • Windows Live Developer Forums Fetch The Location

    hi, i placing the Pushpin Dynamically to find route between the source and destination, in the code, here i want to display the Starting and Ending Pushpin Location name in seperate div area, how can i do that one, I Tried using this following line within the gDir function, Sloc=VERouteLocation.Address=stPoint; Eloc=VERouteLocation.Address=ePoint; i can able to get only the Longitude and Latitude Value, Please ...... where i gone worng. this is my code <html> <head> <title>Driving Directions in Virtual Earth</title> <style type="text/css" media="screen"> ul, li {margin:0;padding:0;} ul.popMenu { position:absolute; margin: 0; padding: 0px; list-style: none; fo ...Show All

  • SQL Server Installation on Vista

    Hi, I have a serious issue installing sql server express (advanced edition) on Windows Vista Home Premium. I'm doing the install with elevated priviledges but setup of the sql server always fails at the same point with the following error: {Microsoft}{SQL Native Client}{SQL Server}Login failed for user 'sa' I've tried many different combinations, including advanced installation options selecting sql server instance to run as local system or local server but nothing came out of that. I always select add current user to the sql server administrators group. Any help on this issue is appreciated. Below follows the setup summary log: Microsoft SQL Server 2005 9.00.3042.00 ============================== OS Version : Home Edition (Buil ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Official List of Features and Limitations of the various Pixel Shader versions?

    Does anyone know of an official list of features and limitations for the different Vertex Shader and Pixel Shader versions (1.1, 2.0, 3.0, etc) I couldn't find anything on the Microsoft or nVidia web sites or on the web. I don't even know for sure who governs these standards. I've been wanting to do instancing on the xbox. You can't do it like you can on windows because the SetFrequency method is windows only, but if I find a way before the documentation is released I'll post on this thread. ...Show All

  • Windows Live Developer Forums VE Map Control in Thick Mobile Client Application

    Hi, I have used VE Map Control in Windows Application on desktops and they work fine. My understanding of how it works is as follows VE Map Control is web control which uses javascript to make Web Service Calls and gets the data. For it work on a Windows Application we use Web Browser Control. As we have seen the maps come up fine on Pocket IE, we are looking at the possibility of replicating this scenario on the Mobiles The possibility we are looking at is [Thick Mobile Application + Web Browser Control + VE Map Control + Internet Connection ] on a Pocket PC emulator Do we have support of > Web Browser in Windows Mobile (We think it is there) > Javascript in Pocket IE ( We thi ...Show All

  • Visual J# Visual J# 1.1 Redistributables XP Embedded

    Is there a component for XP Embedded for Visual J# 1.1 Redist. available Hi, If you have built your assembly on 2.0 Framework then there is no way you can run it on Fx 1.1. This is true irrespective of the language you have chosen for coding, i mean a C# assembly built in 2.0, can't be run on 1.1. The reason is that 2.0 aseembly metadata has changed from 1.1. That's why even if you write a config file to redirect to 1.1 and run your asembly, you will get a BadImageFormatException. Now coming back to your problem, i am not getting following statement completely... "The customer / 3rd party application developers require the J# redistributables which in turn requires the .net 1.1 component" Does this statement m ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Skinned Animation Tutorial

    I have released a tutorial set that covers the following topics: creating a file tokenizer, creating a content importer, creating a content processor, creating a content writer, creating a content reader, creating your own vertex format, creating a bone pose table, creating a skinned animation controller, and using the controller to view a skinned animation. It is available here: http://dastle.spaces.live.com/ You have to add the dll to the content pipeline in that specific build by using properties->content pipeleine assemblies. Please post further questions/feedback on the codeplex site. ...Show All

  • SharePoint Products and Technologies Workflow created in SharePoint Designer doesn't work ...

    Hi, I created a custom workflow using SharePoint designer. It is okay when the system admin (the one who created the workflow in sharepoint designer) submits an InfoPath form to the library and then the workflow has been started. However, when a normal user (even with Full Control Permission) submits the InfoPath form to the library and the workflow cannot be started. Any additional security setup has to be configured when workflow is created in SharePoint Designer Thanks so much. Paul I've fixed my issue. I've added Log to action into workflow to debug and see where it fails. Basically, in sharepoint groups that I was using to send emails and assign to do's, I had option enabled "Allow members of the group see ot ...Show All

  • SQL Server Converting to Windows Authentication? Suggestions, please

    I am presently using MS SQL Server 2000; I have an authentication problem for which I do not have a good solution. Here are the main issues related to the problem: Standards mandate we change to use Windows authentication We have an old fat client application that presently works using SQL authentication We have ad hoc and report users that are members of a domain group that has read only privileges in the database The database is a union of 8 distinct databases that all run on the same server There are nearly 1000 stored procedure with a couple hundred of them using references to one of the other 8 databases – a couple hundred cross database procedures All update and record maintenance is performed within the c ...Show All

  • SQL Server Insert Images in SQL 2005 express DB, using C# code for asp.net 2.0 (VS 2005)

    Help! I found about a dozen samples and articles in the net about inserting images in a sql database, but they were either using VB, or asp only or SQL 2000 and although I tried them all, none worked... Can you help me by posting some code on how to insert images in SQL 2005, using C# in Visual Studio 2005 (asp.net 2.0) Thanks. Hi Jens, Man, I am so thankful for your answer! I was looking for something like that for 2 weeks, now I understand how it works, but I am still getting an error message: Invalid object name 'userTable' , which is the correct name of my table. Maybe I am having problems with SqlConnection string (first time I am using it... Don't know if I have a password...). Would you mind taking a look at my code (btw nice ...Show All

  • Visual Studio Team System how to view all the work items in a browser

    Is it possible to view all the work items(testcases) under particular Iteration path to view in a browser. If so can u tell me how. I mean, suppose say i want to view all the test cases under a particular iteration path how to view those in a browser at once. As we can view the details of a particular work item in a browser using a URL. thanks in advance vratz This functionality is not avilable in-the-box. You will have to write your own custom aplication using WIT OM to do this. Thanks, Mohammad ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Bitmap with AlphaChannel

    Hello, I'm following the first tutorial from Your first XNA Game found under Help/Contents. I created a png texture of a ball, but I would like the contour to be transparent. The tutorial explains how to do this by using the DirectX Texture Tool , but then what should I save the texture as dds, and load that into my project That is what I did, but still the texture is drawn as a rectangle, ie. transparent region still show. Do I have to add some code Hi there. I had the same issue initially. Please see these two posts: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=683140&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=683107&SiteID=1 Or basically in your draw routi ...Show All

  • Visual Studio Team System Return value of Workspace.Merge()

    I'm building an app using TFVC client API to do the following: 1. merge changes in a given changeset from branch-demo to branch-1.0 2. check in the pending merges in branch-1.0 here is the snippet of code: VersionSpec ver = new ChangesetVersionSpec (cs.ChangesetId); GetStatus gs = wsp.Merge(demoPath, targetPath, ver, ver, LockLevel .None, RecursionType .Full, MergeOptions .ForceMerge); Now the problem is how to find out the pending changes resulting from the Merge method call I thought it would be convenient to include a PendingChange[] as part of the returned GetStatus, no Now i guess a rather cumbersome alternative is to do something like this: String [] items = new String [cs.Cha ...Show All

  • Windows Forms Still think it's a bug... but came up with workaround

      stupid f'in IE!!! crashed right when I tried to post this last time!!! ARRRRGGGGGG! It's a conspiracy to hide bug reports!!! ok, rant over, let's try again... ran across an odd thing, wonder if anyone knows what is going on here... I'm creating (my first) windows form and have 7 datagridview objects. 4 are housed in a panel (" AnalysisPanel "). These 4 hold detailed information, which isn't that important - so to save real estate, I set the AnalysisPanel. visible=False and inserted an arrow (picture box) that when clicked, sets AnalysisPanel. visible=True and grows the form to display the info. However, none of those 4 dgvs display Row Header Text (they display the Row Header Cells - but there is just no text ). These 4 ...Show All

  • Visual Studio Tools for Office Table.sort method generating error

    Hi all, I want to sort a table in my documnet on second column which is a numeric column. when i use table.sort method it gives me the following error: Parameter value was out of acceptable range at Microsoft.Office.Interop.Word.Table.Sort(Object& ExcludeHeader, Object& FieldNumber, Object& SortFieldType, Object& SortOrder, Object& FieldNumber2, Object& SortFieldType2, Object& SortOrder2, Object& FieldNumber3, Object& SortFieldType3, Object& SortOrder3, Object& CaseSensitive, Object& BidiSort, Object& IgnoreThe, Object& IgnoreKashida, Object& IgnoreDiacritics, Object& IgnoreHe, Object& LanguageID) here is the code for sort method object ExcludeHeader = false ...Show All

  • Visual Studio 2008 (Pre-release) Hyperlink and navigation

    Hi, How can I create a Hyperlink in XAML that navigates the Frame back and forward I know how to do it with code behind, but I'm curious to know whether there is a clean way to specify that behavior in XAML only. Thanks, - Imad Hi Imad, if there is anyway for this to work as an XAML-only scenario, it has to go through data binding. Unfortunately, I don't think you can databind to a method (GoBack() and GoForward()) as Frame object doesn't have any property to allow you to achieve this. There is no way you can call the method in XAML either ( http://msdn2.microsoft.com/en-us/library/system.windows.controls.frame.goback.aspx ). Therefore, it is probably easiest and cleanest to do it in code. If crea ...Show All

©2008 Software Development Network