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

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

TWild

Member List

MrZap
Ort7667
SimonS_
ron nash
comspy
Adriaan W
Jessie J
xtw
Tyrael117
liujj_xujj
F.Costa
Philipp Lamp
JacksonJones
perun
RubenPieters
Furtive Networks
R.Tutus
stuntpope
Hameed_411
levins
Only Title

TWild's Q&A profile

  • SQL Server Sql server report service samples not installed ?

    Hi,I have installed the Sql server 2005 standerd edition to my computer but i cant find this folder to view report service authentication samples C:\Program Files\Microsoft SQL Server\90\Samples but i can see C:\Program Files\Microsoft SQL Server\90 folder ! any idea sujithf Hi i have found the solution for this link bellow is the answer for this http://www.microsoft.com/downloads/details.aspx FamilyId=E719ECF7-9F46-4312-AF89-6AD8702E4E6E&displaylang=en thanks everybody regards sujith ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. I have to write an article about XNA Game Studio : user point of view needed

    Hello everyone, I have to write a dossier for a french videogame monthly magazine, where I should present the "product" to the readers, most of whom are teen gamers. It's no tech article, but a "perspective" one, about what is and may become XNA. If it can spark something inside a few of our readers, and have them try game development, that will be nice. Therefore, I'd like to have an idea about XNA reception on the users' side . I have a serie of generic questions. I'd be really happy that some of you cared to answer. Basic questions : - Why choose XNA over DX C++ dev - Why or how is XNA more suited to indie/homemade developements - Is there a reason why one would choose not too dev How would you describe XNA framework, refering to - th ...Show All

  • Smart Device Development timeGetTime() on WM5

    Met some link errors of timeGetTime() on WM5. I can not find the winmm.lib on WM5 SDK, which lib should I link with I tried to build a directshow filter on WM5, which has the "strmbase.lib" avaiable. But there are some link errors related to "CTransformFilter". I guess this is because the lib does not include all the classes defined in the baseclasses sample codes. Then I tried to recompile the baseclasses. This link error occured when I tried to build my filter linked with the "strmbase.lib", which is compiled by me previously. ================ ERROR MSG ================ lib(amfilter.obj) : error LNK2019: unresolved external symbol IID_IPinFlowControl referenced in function "public: virtual long ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. NEW Getting Started Tutorial

    As our first tutorial we have created a getting started tutorial to get people up and running. We make some changes to the Space War Starter Kit including changing the keyboard controls. Please let us know what you think Submit@XNASpot.com http://www.xnaspot.com/Tutorial_GettingStarted.aspx Thanks ...Show All

  • Visual Studio Team System Scripted Users

    Is the idea that when the final product comes out that the script of the user will have all the permissions the user has to objects in the database I have not seemed to get it to script those permissions yet. I just tried with CTP6. Our existing VSS integration we do separation the user permissions from the objects themselves and want to make sure this will continue to work for us. Hi Andy, Just to understand where are you seeing the missing permissions, is it the import database or deployment or schema compare you are doing while observing this issue. We have made some changes to the system to pull some database level permissions which it was missing before while doing schema comapre. We woul ...Show All

  • Visual C# Create program to run before windows startup -- Floppy Disk?

    Can I create a program to run before windows starts up, like when you insert a floppy disk before startup, you can, say, erase your harddrive Thanks, Not in C# as it requires the .NET Framework which requires Windows. In theory you could strip down a CLR such as Mono or Rotor... however making it that small might take a fair bit of work. ...Show All

  • Software Development for Windows Vista SAT errors (in legacy application)

    While testing my windows based application through Setup analysis tool on Windows server 2003 platform , to mitigate the application to Windows vista I came across errors messages saying that my application is trying to alter some WRP files and keys of Windows vista , like ,wbemcons.dll and a long list of registry keys mainly of HKEY_CLASSES_ROOT\CLSID or Interface family. Since we can't have control on WRP functioning in Vista , what should be the solution or workaround to this situation Hi Oliver!! Thanks for your very explanative answer. But, I still can't undersatnd 1)How these errors( errors shown in SAT about WRP files and keys) are going to effect my application , since , my application is installing fine on Vista. ...Show All

  • Internet Explorer Development IE7 on Windows Vista Business Edition

    Hi all, I have bin experiencing some problems with IE7 on Win Vista Business Edition. I seems like web pages that contain flash animations are not displayed properly. Here are the images of the MS Home page: http://unclezen.com/Documents/ie_maximized_window.gif http://unclezen.com/Documents/ie_maximized_window_w.gif Interestingly enough this is how the same page looks when the same window is restored: http://unclezen.com/Documents/ie_restored_window.gif http://unclezen.com/Documents/ie_restored_window_w.gif Two more examples: http://unclezen.com/Documents/ie_maximized_dell_home_page.gif http://unclezen.com/Documents/ie_restored_dell_home_page.gif As well, any other action like moving the mouse over an link will c ...Show All

  • Visual C# Lego Interface Problem PLEASE HELP

    Okay so I got the new LEGO .Net interface for C#. I was all excited to get started programming my nerdy robots, so I opened one of the samples. I spend awile examining the code and then I click debug and then bam it stops of the line I'm trying to figure out what went wrong for like the last 2 days. I got LEGO MINDSTORMS SDK 2.5 along with the GhostAPI.dll, but it still doesn't work. So let me give you the speks... THE SPEKS Windows XP Computer Pentium(R) 3.4 GHz Got an IR Tower RCX 2.0 with Firmware from 2.0 RIS THE ERROR DETAILS System.IO.FileLoadException {"Could not load file or assembly 'C4F.LegoRcx, Version=1.0.2239.29242, Culture=neutral, PublicKeyToken=null' or one of its dependencies. This application ...Show All

  • SQL Server Identifying a table update / insert / delete

    How to find out that a table has changed. For example if a table has 50K rows, and if any update, insert, or delete was made it should be captured without using any trigger. Is it possible to get such information from any of the system table or DMVs Hi There is no meta data about these operations, you have to put data create and modification columns in your tables to trake these operation like is_delete bit created_on datetime updated_on DateTime ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. DepthStencil array

    What is the use and the conditions of use of a DepthStencil array ( SetDepthStencilArray ) Could someone also give an example of application Thanks. Could you more specific, please This don't tell me: What is the practical use of a DepthStencil array How to use it in an HLSL code How to use it in an effect code The only clue that I've found is the D3D10_DSV_DIMENSION_TEXTURE2DMSARRAY type for a DepthStencil view which seems to indicate that DepthStencil arrays are only used with multisampling (I suppose, one per sample). In that case, is there a benefice of using an array rather than a single DepthStencil I suppose the idea could be to allow some specific post-processing using variations per sample in ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Normal/bump maps in XNA?

    Hi I'm a 3D-artist and I'm checking out XNA. I managed to import a model made in maya and apply a texture but now I wonder if there is support for normal maps in xna. I know all about normal maps and how they work and how to create them, so I would be grateful if someone could point me in the right direction on how to import and apply them to models in xna. I did search for normal/bump-maps here but the only thing I got was explanations on how they work, not how to use them in xna. Thanks, Lingonsylt Is there some tutorails about how to create a FX file and how to put it on the mesh please let me know,thank you very much. ...Show All

  • SQL Server Thesaurus full test search

    Dear All, I am not able to let thesaurus in SQL Server 2005 works. My full indexed table has 4 records as follows: tony roby mary antony The following is my tsENU.xml file: <XML ID="Microsoft Search Thesaurus"> <thesaurus xmlns="x-schema:tsSchema.xml"> <diacritics = false/> <expansion> <sub>Tony</sub> <sub>Roby</sub> <sub>Mary</sub> </expansion> </thesaurus> </XML> After I execute the following query: SELECT * FROM Person WHERE CONTAINS (*, 'FORMSOF(Thesaurus,"Tony")' ) the result is only the record containing 'Tony' but I need Tony, Roby and Mary to b ...Show All

  • Visual Basic Selected Value in ComboBox Populates DataGridView

    'I need assistance on how to Load the GridView By selecting a value in the ComboBox '1. ComboBox is loaded with Satellite SCC #s' From SQL Server 2005 Express '2. The DatGridView is loaded with signals that correspond to the Transponders on the Satellite From SQL Server Express 2005 'The GridView also contains the Satellite SCC #s'. '3. I need the GridView to only load the Signal that Matches the Satellite SCC #s' that are Selected from the ComboBox. '4. So when you click the SCC # in the ComboBox, it will search the Signal Database Table for all the matching 'Satellite SCC #s' and then load the signal information into the GridView. DataBase: SQL Server 2005 express Language: VB.NET 2005 FrameWork: .NET 2.0 Imports System ...Show All

  • Windows Forms Mouse coordinates in CellMouseClick event

    Hi I want to display different ContextMenuStrips depending in which cell the user right-clicks. Since I'm using an unbound dgv I can't use the ContextMenuStripNeeded event (is this correct ) so I'm trying to just simple show the ContextMenuStrip programatically. My problem is that the DataGridViewCellMouseEventArgs only return the location of the mouse with the current cell not within the dgv itself. Is there any way of getting the mouse position within the dgv when using the CellMouseClick event Cheers, Pedro Hi, You can simply set the contextstripmenu to the specific cells. e.g. this .dataGridView1.Rows[0].Cells[0].ContextMenuStrip = this .contextMenuStrip1; Change the index accordingl ...Show All

©2008 Software Development Network