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

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

Shady9399

Member List

Phonics3k
John Oliver (UK)MSP, VSIP
NelG1
Maaloul
JCJCJC
TimmyG15
Gammy Knee
AbhilashN
nosajeel
CarlosAlberto
HowardCarr
ESTAN
Glenn Ramsey
DSA_Dietmar
xavier.oudin
dj1s
say_2000
twolfkg
Hatkesh
Ariel Valentin
Only Title

Shady9399's Q&A profile

  • Visual Studio Team System Can we bind the context parameters in a web test that has a web service request

    Hi, I've a web test to test web services. The Headers have been specified and the string body accepts values and displays the reslut. I've used context parameter and specified the same in the string body. Now, to find how the webservice works for different values, I am now changing the value of the context parameter before each run. Is it possible that I specify all the values that context parameter should take and run the webtest for each value of the context parameter. Also I would like to maintain the values of context parameter in an Excel or Text file. Is this possible Thanks in advance. You can bind a context parameter but there is no wizard to do so. The easiest way is to create a querystring parameter and use the ...Show All

  • .NET Development WSE 3.0 Secure Conversation

    Hello, I have a few questions about WSE 3.0 Secure Conversation features. When is it appropriate to use it Is it just for performance increase And when establishing a secure session is it possilbe to use that to create a stateful web service experience. Can i replace [enableSession=true] and use this instead Thanks, Kostadin Hi Kostadin, While there are more reasons to use secure conversation than simply performance boost, it would be the main reason why you would want to use it. The following article can answer questions you have towards secure conversation. http://msdn2.microsoft.com/en-us/library/ms996470.aspx The article was written towards WSE 2, but the concept of s ...Show All

  • SQL Server DeriveParameters throws when called against a C# function?

    When I call DeriveParameters against a function written in SQLCLR function it throws an exception. I've been working on this a little while and haven't found a fix. I understand that I could write additional code to do the same work DeriveParameters does, but it seems like this should work. This is the exception thrown: [InvalidOperationException: The stored procedure 'GSI.Utils.IsMatch' doesn't exist.] The function is defined as CREATE FUNCTION [Utils].[IsMatch](@Value [nvarchar](4000), @RegularExpression [nvarchar](4000)) RETURNS [bit] WITH EXECUTE AS CALLER AS EXTERNAL NAME [RegularExpressionsHelper].[UserDefinedFunctions].[IsMatch] The C# function is defined as: [Microsoft.SqlServer.Server.SqlFunction(IsDeter ...Show All

  • Architecture HKSCS display on IE not work properly on Win2K

    Hi, I have installed HKSCS2001 (Hong Kong Supplementary Character Set 2001) on Windows 2000, but some of the chinese characters still do not display properly on Internet Explorer. Does anyone have a solution to this OS: Windows2000 Professional English w/sp4 IE: 6.0 sp1 Language Pack: Traditional Chinese installed (code page: 950) Chin Character not display properly: e39d83 UTF-8 (hex) e3b6b4 UTF-8 (hex) Regards, Alfred ...Show All

  • Windows Forms Deployment Problem with SQL EXpress !!

    Hi, I have a SQLExpress database in my project and it's working well in my Computer ,But when i deploy my project and install in another pc my app can not login to the server ,please give me a compelete help about this problem , and about how to include an SQLExpress database to a project setup , Tanx . How are you using the express system, and how are you connecting to the server... is it on the local machine or on another machine to the client... You may have to configure the system to allow remote connections to the server . ...Show All

  • Visual Studio Express Editions Carriage Return on a Msgbox

    Can anyone help me with the syntax for this I tried (CHR(10)) and that did not work. Thanks in advance. Eric In MsgBox("hello" & Chr(13) & "there!") it works for me ...Show All

  • .NET Development smaller .NET setup

    is there any smaller setup for .NET which can be implemented on mobile phones/PDA's etc. Is it possible that we can code mobile phone programs in C# etc. with a .NET simulator on PC and a .NET setup on mobile, much like J2ME regards sumit dagar I'm not sure if you've looked at it already or not, but there is a .NET Compact Framework designed specifically for mobile device development. You can find more information about it at http://msdn2.microsoft.com/en-us/netframework/aa497273.aspx . There are also device development project types in Visual Studio 2003 and 2005 that allow you to build applications that target the .NET Compact Framework and various mobile device architectures. Hope this helps... ...Show All

  • Visual Studio Team System Using Excel as bug template

    Hi there, Here is one problem that we came accross when using excel as bug template in Beta3 refresh..I hope it is fixed in RTM...but could you please confirm,,, We have firld called version which currently takes value as "1.0". where you sleect version field as column in excel it shows by default (in cell format general) as 1 to 1.0, and even if you change the display format from general to something like currency with decimal places =1 even though now it displays as 1.0 , trying to publish that bug still gives error for version field not being 1.0 , but 0 ,so internally excel treats it as 1, instead of 1.0. Is there way to fix this if not, has this been taken care in RTM Anu, For RTM, the cells ...Show All

  • Visual C# toolStrip with Database connection

    i have a combobox on my toolStrip How can I populate with data from a database its not available for the toolstripcombobox I'm afraid. The only thing you can do in this situation is once you have filled a dataset, to go through each row/column of data and add it to the toolstripcombobox. ...Show All

  • Visual Studio Express Editions Check current focus

    Is there a way to check the current focus of an application ie which controls.. Thanks Regards Alu Applicationwise, you could do a check for active control: Control activeControl = Form .ActiveForm.ActiveControl; To do this for a single form only, try: Control activeControl = this .ActiveControl; Andrej ...Show All

  • Visual Studio Tools for Office [Word] Runtime error on loading custom add-in

    Hello, I have a problem with loading my own add-in after I deployed the setup and installed the add-in. When I run the add-in directly out of visual studio it all works fine. However when I generate the setup.exe and use it to install the add-in it won't display in Word. When I go to the COM-addins dialog in Word I can see that it is indeed installed. When I click on it, i see the message: "Not loaded. There was a runtime-error ...... ". My guesses are that it has to do with security or something. I already put the macro's security to the lowest level, and followed the directions on http://msdn2.microsoft.com/en-us/library/aa537179(office.11).aspx to add something for the security. I allready spent hours searching google for this ...Show All

  • Visual Studio 2008 (Pre-release) WPF Questions on Events & Propertie editor

    Hi I am trying out the current Version of the .NET Framework 3.0 with the Avalon extensions (latest CTP). First of all I can't open the Properties editor in the designer , is this a known bug How can I find all the aviable events Is there any officiel planned Release date ...Show All

  • SQL Server Triggers

    I understand that triggers is not currently supported in this release, and that Microsoft may be considering supporting them in the future. Will the final release have support for triggers, or will this have to wait until the next major release Thanks Actually I caught the notice of “SQL Server Everywhere” on MSFN… and being able to run desktop applications. I was looking at this from a desktop application point of view (small footprint, single user – easy to deploy). In working with Access and maturing a product, I currently have the perspective of taking my database design and working it to a higher Normal Form. Needless to say, this simple database app. now has around 70 ta ...Show All

  • Visual Studio Visual Web Developer Express Edition can intgrate simple telephony system??

    Hi all, Recently i use Visual web express edition to build simple internet application. I need some advise if this express edition can support the coding for simple telephony system like recording voice message If yes, any best recommend resource for similar configuration or integration Cheer:) Regards Hi, The Express editions can not be extended with add-ins or SDK packages, which is the purpose of this forum, but since your question is not related to that but to coding a telephony application, the first thing that you will need is to download an Express Edition for VB.NET or C# development, not for Web development. Then you need some telephony API. Before the .NET era I used TAPI for that purpose and you can find ...Show All

  • Visual C++ ScrollWindow Problem

    Hello I am having problems understanding the ScrollWindow function. 1.) When I scroll the client area by -x amount what are is invalidated and sent to WM_PAINT Suppose if I scroll vertically by -cyChar, is the bottom of client area invalidated Or is the whole rect structure defined in function is invalidated. 2.) What is the use of the Clipping region which is the last argument of the function. Thanks in advance Hello Re: ScrollWindow Problem Such questions are outside the scope of this forum - for the scope of the VC General forum please look at: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=19445&SiteID=1 For such issues please use an appropriate news ...Show All

©2008 Software Development Network