Santosh A H's Q&A profile
Community Chat IE7 Vulnerability discovered.
Hi. A vulnerability has been discovered in Internet Explorer, which can be exploited by malicious people to disclose potentially sensitive information. http://secunia.com/Internet_Explorer_Arbitrary_Content_Disclosure_Vulnerability_Test/ What do yo think about this Regards. oh really wow...let's have a look :-) Still however, I stand by my opinion ;-) You can't expect everything to be bang on target and it doesn't help when people constantly criticise and dont help, it's like a record playing over and over and over and over.... ...Show All
Visual Basic How to get a Combo Box to feed from another Combo Box
Hope someone can help me!! I have a form with two combo boxes. One displays different Areas(e.g. Area1, Area2, Area3) and the other one displays different Regions(e.g. Region1, Region2, Region3). What I want to do is to populate the Region Combo Box depending on the Area selected in the Area Combo Box. For Example if the user selects Area1 have the Region Combo Box filter/display on those Regions that belong to Area1. I relly appreciate any feedback. Thanks alot!!! Well thats fine, you can call the method from anywhere within your application/class. The method will get whatever text is selected in comboBox1 and pass that to the PopulateCities method for it to add to the specified com ...Show All
SQL Server Can a Stored Procedure called from an Inline Table-Valued Function
Hi, I'm trying to call a Stored Procedure from a Inline Table-Valued Function. Is it possible If so can someone please tell me how And also I would like to call this function from a view. Can it be possible Any help is highly appreciated. Thanks Thanks for the reply guys I really appreciate that. But I was just wondering if there is a way I can access the stored proc results from a view. ...Show All
Silverlight (formerly WPF/E) WPF/E Deployment
Hello, I have created a WPF/E control that I am attempting to deploy. I have successfully deployed the control locally. However, I want to deploy it to a publicly visible server. A strange thing seems to be occurring. I have validated, via javascript, that my wpf/e control is not null. However, I attempt to access a wpf/e element via JavaScript using control.FindName("ControlElement") and the return value is null. However, when I run the same code locally, I get the expected control. The item that is throwing me off is the fact that the wpf/e control is not null, however, I can't seem to access the elements of the control. I have several questions, Does the hosting server have to have t ...Show All
SQL Server Optimal cpu utilization
Hi all, What is the maximum CPU utilization for SQL SERVER to function properly. our server's CPU utilization is touching an averrage of 70-80 % is it ok What can be the result of CPU utilization touching 80+ constantly Actually, 75% - 80% is generally regarded as the maximum efficient usage of a CPU. After 80%, the CPU starts to become bogged down with scheduling threads, and other workload management tasks. This server is in trouble. Run a trace, and check for queries that are using more than 1,000 reads. Some of these may be tunable with indexes, or possibly re-writing them to use existing indexes. ...Show All
SQL Server Problem with expression window in derived column
Hi, i am facing problem to dervie one column value from another column using either if and case statements in expression window of dervived columns transformation. let me give the exapmle. i get 1 column from source system name as "col a" and i want to insert 2 columns into my destination as col A and col B. based on the values of col A i want to derive the values of col B,like if col A value is 0 then col B value is Good else BAD. Can any one asssit in this regard how to achive it and is it possible to use IF and CASE statement in this dervived column tranformation Sreenivas Select the Add New column option, call it ColB or whatever, then use an expression like this - ColA == 0 "GOOD" : & ...Show All
Visual Basic Selecting part of an Image
Hello, i have a picture box which displays a bitmap image. PictureBox1.Image = mybitmap How would I select a part of this image (say, the bottom half only), and put that into a new picturebox I am new to working with images, and I was playing around with the DrawImage method, but I couldn't get it to work with the picture boxes, much less accomplish what I wanted... Thanks for any help! Jack Try using the Bitmap.Clone() method. ...Show All
Software Development for Windows Vista Stream Screen to AVI file
Well, I have been looking for awhile I cannot find a way to stream the screen into an avi file, much like "FRAPS" or something similar. Looking through he DXSDK all I can seem to find is playback, any help would be great, thanks. ...Show All
Visual Studio Team System I cannot open the Process Template Editor Tool
Process Template Editor on http://www.gotdotnet.com/ Used to graphically manage process templates, work item types, and global lists. but While i am starting the tool it gives me the following error "Could not Load file or assimbly 'Microsoft.TeamFoundation.WorkItemTracking.Client, version =8.0.0.0, Culture=natural, PublicKeyToken=b03f5f11d0a3a' or one of its dependencies. the system cannot find the file specified." Can any one tell me what's wrong Apparantly the tool is not able to find the object model dll, so have you tried installing the tool Was there any changes done like removing it from GAC Last option would be to debug the assembly loading by using fusion log viewer http://msdn2.mic ...Show All
Internet Explorer Development IE7 and desktop icons
I just installed Internet Explorer 7 today, which I guess is a.k.a. Windows Live . All of my fancy customized shortcuts on the desktop disappeared and each got replaced by the same generic windows icon. Right-clicking & changing the icons in properties no longer works. Also, when I create an internet shortcut while browsing, that creates a shortcut with that same generic icon (not even an explorer logo). Now my desktop is just one forest of identical icons. Anyone know how I can fix this I've wasted all day without success. Dave Don't take this personally, but this kind of "canned" response, not even related to the question matter is what really irritates a lot of people ab ...Show All
Visual C++ DDK functions link error (error LNK2019: unresolved external symbol )
Hello. I have new other link errors due to probably ddk functions... Please see below the link errors. I made sure that files containing the declarations are included in the project, but no definitions in the project because they are ddk functions. Also, I included <ntddk.h> and <header_file_having_declarations.h> in the file and set the path in Additional Include Directories as well as Additional Library Directories. What is problem I hope your help... Thank you. System Environment: Windows XP Prof. SP2 MS Visual Studio 2005 Errors: A few Warnings... ... Compiling resources... Linking... Detect.obj : error LNK2019: unresolved external symbol __imp__ZwClo ...Show All
Visual Studio Help. Visual studio installer keeps trying to install
I used visual studio installer to install an application that I coded in visual basic. Everything worked great for months but now when I try to access certain screens in my application the installer will try to re- install the application. Any ideas as to why this is happening Thank you. There may be chances that some information/files have been deleted from the application. When it tries to re-install, actually might be trying to get those which are missing. ...Show All
Visual C# Classes without namespaces (Error 1)
Hi, I'm debugging someone else's code. The programmer is not using namespaces and all his classes are in different files with the name of the class as the filename. Somehow, only on my machine, I get an error saying: Error 1 The type or namespace name 'MyClass' could not be found (are you missing a using directive or an assembly reference ) Works fine on his computer. How does the IDE resolve the "using" statement and, if someone is only writing classes without namespaces, how can the compiler find a class when it's being used as a type in another class (and file) Plus, if a file is included in a project, doesn't the IDE "register" the possible use of all the classes defined inside that file Is there ...Show All
SQL Server Stripping out numbers from a string
Hi I have a field that starts with numbers and then has a description after if, eg. "123 This is the description for string 123" 1. How would I go about stripping out the first instance of number to leave the string as "This is the description for string 123" thanks. Bill From the problem described, we can't use any form of REPLACE, since that will take away all occurences of '123'.. We want to keep '123' in both parts, right Not take them away One way to split the string into two, is to simply substring it apart. The trick here is to figure out where to split - ie where is the end for the first substring, and where is the start for the 2nd substring It seems like this is what we ...Show All
Windows Forms Stepping into Windows.Forms IL code...
Dear Microsoft, I am trying to solve a tricky problem. The only way I can continue the investigation is to step into the IL of System.Windows.Forms and therefore see what is happening at the lowest level. This should give me enough of a clue to work out what is going on. But I cannot find anywhere in the docs or on the Internet a description of how to step into System.Windows.Forms IL code. The fact it is IL is not a problem. Can it be done and how (This is for Visual Studio 2005 and .NET2) Thanks Phil Wright http://www.componentfactory.com Free user interface controls for .NET2 You can't step the IL, it gets converted into assembly code by the JIT compiler. You can step through that code to get ...Show All
