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

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

Grantcv1

Member List

Nkomo
Ceres629
Attila Fogel
Burrough
hrubesh
citygirl
ryan101
Jehan Badshah
thegreat1
johnacs
Spanglishone
John.Doe
papadi
Yosef Karasik
Rene Alexander
lingga
AlucardHellSing
proddl
scorpion007
TechedRonan
Only Title

Grantcv1's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. Animation Component Released

    I've released the alpha version of my animation component.  It should work on both unskinned and skinned meshes, but currently requires shader 2.0 because of the skinning support (this will be changed in the future). Here is the link: http://www.codeplex.com/animationcomponents If you download it and try it on a model and it doesn't work (for now, I'm only referring to matrix key animations), please post on the website forums!!  I'll help you get it to work, and if it's a bug, I'll fix it :) I've included a sample of how to use it to play a skinned animation in the User Forum. Non matrix keys will be implemented in the short future... And if you downloaded the DLL shortly after it was put up, I uploaded the wrong DLL so non skin ...Show All

  • Software Development for Windows Vista Remote control in Vista Media Center

    Why does Media Center not support a remote control in Vista I ask the same question. I have the Microsoft brand ir blaster remote which shows up in Vista RC-1 as ehome infrared receiver and after it loads the drivers and runs for a bit it locks my pc up. I have tried this with a intel P4 based PC and a AMD Athlon 64 based pc ...... I reboot over and over and the same thing ... as soon as I unplug the usb cable to the IR blaster it works great ...... HELP!!!!!!!!!!!!!!!!!!!!!!! ...Show All

  • Visual C++ win32 API programming question

    Hey all :) I have a question about win32 API programming. Lets say I have a window handle ( WHND ) and I wish to know whether it is a button or an Edit Box or a window and etc, how can I know this Thanks :) Hi, it is an HWND. Use GetClassName to retrieve the class name of a window that will return identifying names for standard controls. -- SvenC ...Show All

  • Visual Studio Team System BUG: Certain extended properties won't add

    These were all from one table and were added to ScriptsIgnoredOnImport.sql EXEC sp_addextendedproperty N'MS_Description', N'Instructor Created Homework Assignments', 'SCHEMA', N'dbo', 'TABLE', N'homework', NULL, NULL GO EXEC sp_addextendedproperty N'MS_Description', N'user_id of creator', 'SCHEMA', N'dbo', 'TABLE', N'homework', 'COLUMN', N'creator' GO EXEC sp_addextendedproperty N'MS_Description', N'0 - type A 2 - type B 3 - type C 4 - External', 'SCHEMA', N'dbo', 'TABLE', N'homework', 'COLUMN', N'homeworkformat' GO EXEC sp_addextendedproperty N'MS_Description', N'0 - type A 1 - type B 3 - type C 4 - type D 5 - Unknown', 'SCHEMA', N'dbo', 'TABLE', N'homework', 'COLUMN', N'exerciseformat' Nothing about them stands out that I can see a ...Show All

  • Visual Studio Express Editions is there a add-on "reportview" that can be use in VB Express?

    is there a add-on "reportview" that can be use in VB Express what i mean is..... when i press the report button.... the datagridview content will shown up as excel.... like a report and i can save it as excel or rpt........because the link above uses sqlexpress as database... and i think to make a report it uses sqlexpress not access... ...Show All

  • SQL Server Pointing an Analysis Services project at a different database

    Hello, Apologies once again for being new to Analysis Services. I am very grateful for the help that I have received from this forum in the past. The scenario is that a number of cubes have been built from a number of datasource views that point to a particular database. These datasource views contain a significant number of named queries. The views are structured to resemble star schemas, but the database behind them is an OLTP database, not a data warehouse proper. This database is the development database for the software product sold by my company. I am trying to rebuild my cubes and dimensions based on another database (a customer database). This has identical structure but different data from the development database. I hav ...Show All

  • Visual Studio 2008 (Pre-release) Security Authentication Approach

    Hi, Is it possible to do an authentication in a security session (tcp) and leave it after authenticated, but continue connected without any security I want only to secure the 'username' and 'password' and no more, so I need only to create a secure session, authenticate and leave it...but continue using the same connection ( PerSession ) without security. Many web site does it for user authentication. Regards, Alexnaldo Santos Alexnaldo, The basic authentication mode (except message anonymous client) is Message Security with Username Client. So, it is defined on binding object that is part of ServiceEndpoint of the Host. Finally, while the host is open, you can’t change the binding properties ...Show All

  • .NET Development xslt with mixed node

    hi, i have xml file which i want to display in a webbrowser, this file contain a mixed node(text with nodes) so how can i display it in paragraphs for example <root> <node1>some string</node1> <node2> <child1>text</child1> <child1>other text</child1> </node2> <node3> string <header1>text</header1> string <header1>other header</header1> </node3> </root> node 3 has mixed types strings with nodes, those nodes suppose to be header of paragraphs or special format so the number is not defined, i was able to style node1 and node2 but not node3 how can i do this t ...Show All

  • Internet Explorer Development Auto filling HTML Page using C#

    Hi, I am developing an IE plugin which will auomatically provide username and password to web pages on click of a button. I was trying to develop a dummy button to test the approach and am trying to use HTMLInputElementClass. The code compiles well but gives a run time exception in the browser. the code goes like : private void bttnEnterUserName_Click( object sender, EventArgs e) { HTMLDocumentClass doc = new HTMLDocumentClass (); doc = ( HTMLDocumentClass ) this .Explorer.Document; HTMLInputElementClass ele = new HTMLInputElementClass (); if (doc.url.ToString() == "https://www.google.com/accounts/ServiceLogin service=mail&passive=true&rm=false&continue=http%3A%2F%2Fmail.google.c ...Show All

  • Software Development for Windows Vista NLA API documentation

    Where can I find the latest information on the Network Location Awareness API for Vista The only document I can find is quite outdated (from WinHEC 2005 - April 18, 2005) Regards, Fernando Hi, the Network List Manager API has replaced the Network Location Awareness API. The NLM API reference material is available here: http://msdn2.microsoft.com/en-us/library/aa370803.aspx . ...Show All

  • .NET Development how to call a javascript function from content page which was declared in master page?

    this is my master page <% @ Master Language ="VB" CodeFile ="MasterPage.master.vb" Inherits ="MasterPage" %> < html xmlns ="http://www.w3.org/1999/xhtml" > < head runat ="server"> < title > calendar </ title > < meta name ="GENERATOR" content ="Microsoft Visual Studio .NET 7.1"> < meta name ="CODE_LANGUAGE" content ="Visual Basic .NET 7.1"> < meta name ="vs_defaultClientScript" content ="JavaScript"> < meta name ="vs_targetSchema" content ="http://schemas.microsoft.com/intellisense/ie5"> < ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XACT Streaming Sound Banks?

    Do the XNA XACT apis not support streaming sound banks When the wave bank's "Type" property is set to "InMemory", everything works fine. However, if I change it to "Streaming" I get the exception below on this line of code: waveBank = new WaveBank(audioEngine, "Assets/Wave Bank.xwb"); System.InvalidOperationException was unhandled Message=" The method or function called cannot be used in the manner requested. " Source="Microsoft.Xna.Framework" StackTrace: at Microsoft.Xna.Framework.Audio.WaveBank..ctor(AudioEngine audioEngine, String nonStreamingWaveBankFilename) at ProjectPulse.Game1.Initialize() at Microsoft.Xna.Framework.Game.Run() at ProjectPulse.Pro ...Show All

  • .NET Development Which is the best remoting concept

    Hi everybody, please give your input and advice about this remoting concept. I'm creating an object that will called remotely from client to server. public class Customer : MarshalByRefObject { private long id; private string name; private string address; private string zipcode; public long ID { // read-only, generated by database auto-number get { return this.ID; } } public string Name { get { return this.name; } set { this.name = value; } } // other properties here public void save() { // persist customer object into database } public void load(long id) { // load customer object from database based on the ID } // other methods here } Then I will bind all the properties into the appropriate wind ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Xml Importer problems

    I am using the Xml Importer, but it doesn't seem to take into account any of the XmlImgore, XmlElement, XmlAttribute attributes. Is there another way to tell the Xml Importer how to serialize an object, what properties to ignore and which to put as attributes/elements Thanks for the help. It did wanders. One problem I'm still faced with: I am trying to import an Xml document representing an object which contains a list of items: public class XmlClass { private List<BaseClass> children = new List<BaseClass>(); public List<BaseClass> Children { get { return this.children; } set { this.children = value; } } } public class BaseClass { // Some stuff } public class SubClass ...Show All

  • Visual C++ Trying to create a pointer array in a class

    Hi, I am trying to create a dynamic array with pointers in a class. Would the syntax be int* x, int* x[], int** x, or something else When I try to do it with int* x[] and I dont put it in the last line of the class, it will give me the error "error C2229: class 'Stack<T>' has an illegal zero-sized array" while if I put it in the last line it will give me the warning: " warning C4200: nonstandard extension used : zero-sized array in struct/union" When I increase the size of the array I do this, void Stack<T>::push(T X) { array[size++] = new T(X); } Whenever I run the program and the program exits, it gives me the runtime error "Run-Time Check Failure #2 - Stack around the variable 'test' was corrup ...Show All

©2008 Software Development Network