arunvjadhav's Q&A profile
Visual C++ Psychic Windows
I am asking this question because it is related to my Post-Graduation course. It has been mentioned in the "Windows Programming with VC++" paper. The topic they have mentioned is "Psychic Windows". So, what exactly is that And howz that related to Windows platform or VC++ programming I searched a number of books from Microsoft Press & online too. But could not find anything useful. Can anyone around here help me with the topic Its in the MCA IIIrd Sem syallabus of Kurukshetra University, India. The university servers are down. I will post the URL as soon as they are working.... ...Show All
Visual Studio Team System Register trial version
How I can register a trial version TFS See here: http://msdn2.microsoft.com/en-us/library/ms404852(VS.80).aspx ...Show All
SQL Server Image field in Trigger
Hi , i have a trigger that start on a record insert . . .This take de ID of the inserted record and start to fill other table in the database.In this triggher i have to update an image field of a table , getting the value from another table .I've casted this value in varbinary , but var binary can take only 8000 byte , and this fileis bigger than 8000 byte . . .How can i proced to solve the problem Thanks If you are using SQL Server 2005 you can use the VARBINARY(MAX) type. if you are on a version prior to SQL Server 2k5 you can try to code your statement set based, eliminating the need for interim variables. HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
Software Development for Windows Vista RichTx32 merge module
I have an application that uses the RichTx32 control, installed via the richtx32_x86.msm. On some machines running Vista, there's no error that I can find but the application claims the control is not registered on the machine. The other odd thing is that the machines where the failure occurs are all virtual machines (so far, anyway, but I have a hard time believing that makes any difference). Is there an approved way to get this control installed on a Vista machine I have some follow-up from internal resources: How are you trying to install RichTx32 Have you tried regsrv32 from an elevated command prompt Are you able to provide the application for a repro A ...Show All
SQL Server Execute "Select" depending on the input parameters
Hello, a question please. Could anyone say me if I can create a store procedure with 2 'select's statements into. Besides, I'd want to know if I can execute a "select" depending on input parameters. Something like this: create storeproc Param1, param2 if param1 <> null Select * from table where id = param1 else Select * from table where id = param2 end if Thanks in advance.... ...Show All
.NET Development NullReferenceException vs. invalid address
Hi, The ECMA Standard states "The results of all CIL instructions that return addresses (e.g., ldloca and ldarga) are safely aligned." Now, let us assume that I have a local variable V whose declared type is a (managed) pointer type. Moreover, let us assume that V has not been initialized. In other words, that would mean that V carries an arbitrary address. Depending on the target architecture, this address might be unaligned, i.e., invalid! If I now use the instruction "ldloc V" to load V's value, I will practically push onto the stack that arbitrary address carried by V, right That arbitrary address is regarded as V's value. An attempt to use that address with "ldind" or "stind" can throw a Null ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Models with repeating UV textures
I used Maya 7 to create a basic model of a box and then applied a file texture to it. I set the UV repeat settings so that it would repeat and it looks as I want when rendered in Maya. I then exported the model to a FBX file but the texture doesn't repeat when displayed in my game, it is stretched hideously across the whole object. Is there something I'm missing I'm just doing a basic model display. I imported the model into 3ds max and it looks fine. Can anyone offer any hints Thanks, Adam I haven't used BasicEffect, so, from my point of view, you have to write an effect file, and inside it, when declaring the Sampler, use this: sampler te ...Show All
Visual Studio Team System Error while installing Team Foundation Server
Hello Friends I am trying to install Team Foundation Server. But the problem is that at the end of installation i am getting the following error: E rror 28100.Error loading Event web service Could anyone tell me what may be the possible reason and how to solve this error. As i am supposed to install TFS as soon as possible. mail reply to tejas.vakharwala@tcs.com You will need to access the Surface Area Configuration tool Programs>Microsoft SQL Server>Configuration Tools>Surface Area Configuration When the dialog opens, select the Services and Connections option When the dialog opens, select the Remote Connections under Database Engine in the treeview ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Raytracing with DirectX
[original question from split thread http://forums.microsoft.com/MSDN/showpost.aspx postid=1274336&siteid=1 ] As a sidenote, if you know, could you explain to me the relationship between Shader Model 3.0/4.0 and DirectX9/10. I've read the documentation, but am a little confused. If a motherboard supports DirectX 10, does it automatically have support for SM4.0, or can it be DX10 and still only have support for SM3.0 Actually, there is a case where some new motherboards support DirectX 10. The Intel, DG965WH says in its manual: http://www.intel.com/design/motherbd/wh/wh_documentation.htm that it does support DirectX 10 through the onboard video chipset X3000. There are conflicting reports on the int ...Show All
Visual Studio tutorial
Where can i find DSL Tool tutorial, presentations, lectures and other additional information Best places: Help pages . In the Windows Start Menu / All Programs / Visual Studio SDK 2005 / 200x.xx / xxx Help. In the Help browser, look under Visual Studio SDK/ Domain-Specific Language Tools. These pages will contain even more information with upcoming releases, through to our V1 release in September. Samples . In your VS SDK installation, in a folder like C:\Program Files\Visual Studio 2005 SDK\2006.06\VisualStudioIntegration\Samples\DSLTools. Again, there will be even more here in the V1 release. This Forum . In particular, the Frequently Asked Questions page and the search facility . Forthc ...Show All
Visual Basic Access 2000 Macro
How can I connect to an Access database using ADO and execute a stored access macro ADO or ADO.NET are you using VB6 if so, VB6 is not supported and is the wrong place to post and the best place would be to post at the appropriate communities: www.microsoft.com/communities ...Show All
Smart Device Development Hi Help required immediately
I am doing developement in WINCE I have installed CompactFramework in my system I could not find the system.Data.SQLCE .and system.cf namespaces are not available. I have installed servicepack also, I am struck in development can any one help in this regards. Thanks & Regards Please see this, items 7, 9, 10, 13 and 17: http://www.danielmoth.com/Blog/2005/03/please-read-before-posting-to-ng.html ...Show All
Windows Forms is there any way to scan a windows form for controls and objects ?
Hi All, Is there any way or application which scans a windows form (or even multiple forms at a time) and gives you the controls and objects prosent in the form. The similar app is available in PowerBuilder... Any help is greatly appreciated. Vivek Natani Not exactly. I'm looking to get hold of all the controls and then want to save them in the database for each form in my application. This is basically required to implement control level security on each windows form. I have tried something like: In this I'm trying to get hold of all the forms object so that I can process multiple froms. Dim lst As List( Of Control) = AllControls( Me ) Dim sb As New StringBuilder ...Show All
Visual C# HttpException:"Cannot have multiple items selected in a DropDownList"
I am using a DropDownList on my webpage. I have populated it from Database by using DataBind() method after providing him binding informaion. It works fine. But when ever i try to select an item by code. it generates the HttpException with message "Cannot have multiple items selected in a DropDownList". Few things: I am not doing post back, this exceptoin occurs on very first call. I am not selecing more then one values. I have also tried with by calling ClearSelection() before selecting an item. I have tried with multiple ways and i got the same error in every case. by usign .SelectedIndex by using .Text by using .SelectedItem by using .SelectedValue I had debug the c ...Show All
Visual Basic Classes and definitions
Hello. Im learning to create and use classes as work. What I would like to know is how I can create definitions in my classes for methods that show up in the code window. Example, you use one of the bulit in .net classes and select its method you get a mini definition for it. Im coding in VB 2005. do you mean a descriptor for a method, where it tells you what a method does just type in: ''' and it will insert the description tag ...Show All
