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

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

jayakhanna

Member List

Zeitune
Rattlerr
pckaw600
Dan_Brownlow
devstuff
sriniatl
soma34
NotTaken
jche
Motifmaker
AlexBB
Kimball
Calgon
Long Xue
sanwanas
codehelp
Phantisy
Juice Johnson
drew_p
GrahamY
Only Title

jayakhanna's Q&A profile

  • Visual Studio Express Editions Access ASP website or instal VB application on Mac OS

    Hi, Can we access a website running on IIS webserver developed in ASP (hosts some activex Conntrols) ...Backend as Sql server on Mac OS. Or is it possible to instal VB or .Net applicaton on Mac. Will IE version for Mac can browse website running on IIS server. Can I use Virtual PC for this purpose. If we purchase Virtual PC ..do we need to purchase windows XP OS also ... Can someome throw light on this. Thanks venu yankarla you cannot, I believe, install .NET or .NET developed apps on any other OS apart from Windows. you may use virtual PC for mac, install Windows on this virtual PC and do all the things you like to do, as if you were on a Windows PC (yes, create .NET apps etc...) if you brows ...Show All

  • Visual Basic "Start external program" no longer works in VS2003 once 2.0 framework installed

    Ever since I installed VS2005, the "Start external program" feature in VS2003 in Project Properties-->Configuration Properties --> Debugging does not work anymore. The external program launches for a moment, then bails out of memory with no apparent error. Removing the .Net Framework 2.0 fixes the problem. The only other person her in the office with VS2005 installed has the exact same problem. Removing the 2.0 framework worked for him as well. Any thoughts on how to get the feature working again WITHOUT removing 2.0 Marcus Just a guess, but if your external program was running with the 2.0 Framework rather than the 1.1 Framework then the 1.1 Debugger probably wouldn't like it very much. ...Show All

  • Audio and Video Development Video Events

    How can I handle video events in the script For example, when new chapter started. Or when certain frame reached.       Bryan Kilian - MSFT wrote: It needs to be "scheduled_event", not "ScheduledEvent" in your AddEventListener Ok that was it - THANKS! But why Where in the spec does it define the name of the scheduled event parameter Table 8.3.1-1 just calls it "Scheduled". ...Show All

  • Microsoft ISV Community Center Forums Workflow Post URL in CRM 3.0

    Hi, I want to use Post Url Wokflow in Ms CRM 3.0 with passing parameter. I had do that with select the field to post into a url (in the OnCreate Order). For example the url is "http://localhost/Default.aspx" and the selected field is Order ID. I try to Request.QueryString ["Order ID"], but value of the order id not filled. How can I get the value of the field which the crm post Hi Kartini, I have the same problem, did you find a way to do this I hope you can help me Thanks ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. The Unofficial "Hooray I'm Done With my DBP Game" Thread

    When you get done with you game and sumbit it, crow about it here. A little over 24 hours left until the deadline and I'm so amazed I'm done, so much better than college Thanks to ZMan for his help, good luck all. I'll post the source code for my submission once the deadline hits. Bill I just submitted mine. Unfortunately, it has a couple of glaring problems. I considered not submitting it, but decided I'd worked to hard over the past week to not at least enter it. I'll post an updated version for the community over on gameprojects.com within a week or so. Tom ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Cross-platform development question

    Hi guys! I intend to make an application and deploy it on PC and XBOX. I want to know how do you want me to do it I see some ways: I can copy my code in other directory and change references to Compact Framework. As a result I'll have two copies of my code. It's the worst alternative, isn't it I can use only Compact Framework even on PC (if it's possible); Something else What is the best way to do it Jim Perry wrote: Develop the code base that will exist in both projects in a 360 project, create the Windows Game project and link that code in then add whatever PC specific code you need (networking, WinForms, etc). Yes, I would like to have cross-platform modules (codebase), Xbox-s ...Show All

  • Visual Studio Express Editions ListBox Limited

    I've been asked to create a glossary application for business faculty in my university. There're two part of the glossary: term and definition. I store the term in a listbox, while I store the definition in a texfile. Problem: listbox can only store limited size (around 1000 terms). Question: Is there any other ways that can be used to store terms in the glossary. That's odd. I have listbox become full after I read about 1500 terms into it. Do you know what is the real size of listbox Searching: Do While Not blnFound And intIndex < lstTerminology.Items.Count strListCompare = lstTerminology.Items(intIndex) strListCompare = strListCompare.ToUpper() strTextCompare = txtKeyWord.Text ...Show All

  • .NET Development GetHashCode and Equals once again

    I do not see how GetHashCode() and Equals() can ever successfully be implemented given the guidelines. I am assuming that one of the guidelines, apart from the well-known one of two objects being equal ( Equals() ) returning the same hash code ( GetHashCode() ), is that GetHashCode can not change during the lifetime of an object. Given this assumption it appears to me that GetHashCode must either be implemented on a totally immutable class, or that it must only use immutable data members of a class. Since this is the case, the Equals() function must also depend on either a totally immutable class or only use immutable data members of a class. To me this need to rely only on immutable data in a class defeats the entire purpose of object eq ...Show All

  • Commerce Server Azman failing to load stores

    Hi When I start AzMan it tries to load the stores that were previously loaded, which at that point it displays an error message saying that it couldn't find the file paths. When I then open the stores manually there isn't a problem. Has anybody seen this behaviour before My main problem is that the Catalog service tells me "the current user is not authorized" and I wondered if the two problems were related. Thanks in advance Paul These two problems are not related. One workaround you can try for the azman problem is to first manually close the currently opened authorization store before closing the Azman MMC. Next time you start azman.mmc it should open without trying to access an ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Problem with BoundingSphere

    I am trying to use the BoundingSphere property of the ModelMesh class to perform collision detection. The problem I'm having is that the value of BoundingSphere.Center seems to have nothing to do with where I am drawing the mesh. (e.g. I last drew my mesh at (-110,-550,0) and the bounding sphere is centered at (-5.87,25.0,10.0) with a radius of 127.0. Below is my draw code for the model (following an approach taken from Microsoft's tutorials) and my collision detection check code. Any ideas about what I am missing Thanks! Draw Code: Matrix[] transforms = new Matrix[this.wallModel.Bones.Count]; this.wallModel.CopyAbsoluteBoneTransformsTo(transforms); foreach (ModelMesh mesh in this.wallModel.Meshes) { fo ...Show All

  • Software Development for Windows Vista e-book about workflow foundation

    I am trying to learn WF I studied HOL but still have many difficulties in developing a project. Please give me link containing  e-book and other tutorial with many samples.  many thanks   There will be more books becoming available in the near future, but for right now we have a sample chapter posted to the community site. Check it out here . ...Show All

  • Visual C# Updating a User Interface from a Background Process

    How to update the user interface in windows application using the background process in C# ( .net 2003) Hi Venkata, You can update the UI in a Windows application from another process by invoking the desired control by calling "controlName.invoke()" in the other process methods and then calling Application.DoEvents() method to apply the changes. Regards, Ahmed H. Waly ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Performance and Garbage Collector Monitoring under Windows?

    Hello I noticed some people on the forums used the "XNA Framework Remote Performance Monitor for Xbox360" to get data about what the Garbage Collector does and other information while running the game. The documentation also mentions to debug code running on the xbox. My question is: How do I get the same type of information under Windows Is there any tool available I've succesfully used PIX from the DirectX SDK for debugging graphics problems, but that's only for graphics. Any help would be appreciated. some more info on the enum/performance deal: http://wesnerm.blogs.com/net_undocumented/2004/09/enums_and_perfo.html ...Show All

  • SQL Server Help...!! Can We Compare alias of column within the same query??

    Can We Compare alias of column(Derived column) within the same query Ex: Select (abc+50)*100 as 'WXY' from XYZ where WXY>150 ..... I cant execute such statement ... Can anyone help me how to comapre the alias within the same query.. ...Show All

  • Visual C++ move to VC++ 7.0 compiler problems

    Hello! compiling Net2( http://www.gameprogrammer.com/net2/net2-1.html ) using Visual Studio 7.0 generates error: net2sets.c(61): error C2054: expected '(' to follow 'IP' code which produces the error: SETCODE(, IP, IPaddress, 10, ipEqual(a, b)); SETCODE is defined in set.h (sorry for posting the whole file contents, but I cannot pull out of it important part ): #define SETTYPE(NAME, TYPE) \ typedef struct \ { \ int itr; \ int last; \ int size; \ TYPE *set; \ } NAME##Set; #define SETFORWARD(MODIFIER, NAME, TYPE) \ \ MODIFIER int init##NAME##Set(NAME##Set *s, int size); \ MODIFIER void finit##NAME##Set(NAME##Set *s); \ MODIFIER int member##NAME##Set(NAME##Set *s, TYPE *v); \ MODIFIER TYPE *item##NAME##Set(NAME##Set ...Show All

©2008 Software Development Network