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

Software Development Network >> Jandost Khoso's Q&A profile

Jandost Khoso

Member List

Jae
Rajesh batchu
Alessandro Camargo
Sabrecat
dalila
Ricardo Redert
vrushali
m#
Boulderdude
vito1281
Princila
Dugan Porter - Microsoft
Kardath
CaRNaGe_46038
davidjmsdn
Wolfgang12345
GoDaddy
Lawrence 007
Softwaremaker
jCarlisle
Only Title

Jandost Khoso's Q&A profile

  • Visual Studio 2008 (Pre-release) Secure Service, Mex and code...

    Hi, I have the following App.config for a service: < xml version="1.0" encoding="utf-8" > <configuration> <system.serviceModel> <services> <service behaviorConfiguration="MexBehavior" name="Registrar.ServiceRegistrar"> <endpoint binding="netTcpBinding" name="TcpBindingCallback" bindingConfiguration="TcpBinding" contract="Registrar.IServiceRegistrarCallback" /> <endpoint address="Mex" binding="mexTcpBinding" name="MexTcpBinding" contract="IMetadataExchange" /> <host> ...Show All

  • Windows Forms KeyDown Event, IsInputKey not working (C#)

    (C#, VS 2005) - I have a form, with a few radiobuttons on it. I want to do some stuff when the arrow keys are pressed but the event isn't raised. I found on MSDN that you should override IsInputKey, but I did that and it doesn't work (IsInputKey is never called). Another problem (may have something to do with it) is that i can't find a way to stop the arrow keys from scrolling through the radiobuttons. thanks in advance I know this will sound crazy, but try the KeyUp event instead ... I've found that that works for some keys where KeyDown doesn't. If that has no effect, I may have another suggestion ... lemme know. ...Show All

  • SQL Server The command(s) completed successfully - but why?!!

    Forum, Perhaps I missed something ... but why did it give me this message back when I ran the report in Query Analyzer: The command(s) completed successfully. I am not running a Stored Procedure ... so why this message ... I was looking to get back rows of data. Report Code: /* Patient Insurance List Revised to Patient Insurance from Visit */ SET NOCOUNT ON CREATE TABLE #PRIMARY ( PatientName VARCHAR(200), PatientID VARCHAR(50), TicketNumber VARCHAR(50), DateOfService DATETIME, DoctorName VARCHAR(200), FacilityName VARCHAR(200), FinancialClass VARCHAR(200)NULL, CompanyName VARCHAR(200), -- VisitInsBalance MONEY, -- VisitPatBalance MONEY, -- TotalVisitBalance MONEY, PatientAddress VARCHAR(500)NULL, PatientCSZ VARC ...Show All

  • SQL Server Installing SQL Server 2005 on Windows VISTA ULTIMATE

    Hi, Trying to install SQL Server 2005 on Windows VISTA Ultimate, received following error: - SQL Server Edition Operating System Compatibility (Warning) Messages SQL Server Edition Operating System Compatibility Some components of this edition of SQL Server are not supported on this operating system. For details, see 'Hardware and Software Requirements for Installing SQL Server 2005' in Microsoft SQL Server Books Online. Please help. I have recieved errors when installing sql server 2005 also. When configuring the database services the first error says it cannot find a user and then everything fails after that. For the most part the only people that are loading vista rtm are developers. Will a new insta ...Show All

  • Software Development for Windows Vista Generic Workflow Host

    Dear all, Just want to know is it possible to write a generic Workflow host which allows users to: 1) pick and browse for a pre-designed workflow file (from the file system) 2) then change some of the rules 3) Run the workflow or we need to design an indvidual host for different kind of workflows. My concern is whether we need to re-compile the host or the workflow in case of any changes to the workflow rules. For example, the auto approval amount. Andy Tom, I've went through the Workflow Manager sample, a very good sample. But the Change Workflow function only applies to the the selected instance (Dynamic Update), not the actual workflow definitions. What I want is to chan ...Show All

  • Smart Device Development Problems of testing number and decimal point input with Motorola Q emulator

    Hi, we are testing our application for Smartphone and have problem of testing number input using Motorola Q emulator. Since the Motorola Q emulator doesn't support entering number on the emulator's keypad, we have to use number keys and F8 key on PC keyboward to test number and decimal point input, but we can't enter number and decimal point correctly on Q cell phone when testing the porgram on a real phone. Did anyone run into this porblem before and have any information how to solve this Thanks. ...Show All

  • Visual Basic Object reference not set to an instance of an object.

    Hi, I wrote a function and when i'm calling it i keep getting this error. Null reference exception was unhandled. Object reference not set to an instance of an object. Here is the code: -------------------------------------- Function myReplace( ByVal mytxtCtrl As TextBox) As String If Not IsNothing(mytxtCtrl) Then Dim vartxt As String = Replace(mytxtCtrl.Text, "%" , "" ) myReplace = Replace(vartxt, "£" , "" ) Return myReplace Else MsgBox(mytxtCtrl.Name) mytxtCtrl.Text = "" Dim vartxt As String = Replace(mytxtCtrl.Text, "%" , "" ) myReplace = Replace(vartxt, "£" , "" ) ...Show All

  • Visual Studio Team System Create Private Accessor for UnitTests Kill my Unit Test Project's "Project" Refs

    Refactoring code by renaming methods is pretty common but this presents a problem when you are unit testing these methods and they aren't public. First VS doesn't auto rename the unit test related method names which is a bummer. I figured out that you can right click on the rename method and select "Generate Private Accessor" which isn't horrible I guess. However what is horrible is that when I do this, references to other projects in the solution get blown away on my Unit Tests project. Hopefully this gets fixed in VS 2005 SP1. I do mean the second case above - accessing the private members via reflection.  This is certainly a hole in the design.  Perhaps you could come up with an attri ...Show All

  • Windows Forms Setup and Deployment Project FAQ

    Deployment FAQ   Q: I am now getting the following error when I build: " Unable to update the dependencies of the project. The dependencies for the object ' name.dll ' cannot be determined" A: Workaround :  Try to adjust the order of the Projects in the Solution and leave the Database project to the end. We can either edit the Solution (*.sln) file with notepad OR remove and add the Database Project back in the solution. (This also isn’t a great work-around as the addition of a project later in the development cycle will cause the corruption to re-appear). HotFix :Contact PSS and ask for the Hotfix for KBB917036: http://support.microsoft.com/default.aspx scid=kb%3Ben-us%3B917036   Q: Is it p ...Show All

  • Windows Forms ListView Column Widths Question

    Hi folks, I'd like to retrieve the current width of a column in a ListView, except I'm having troubles figuring out how to get the column I want to work with. My WinForm is using C/C++ - advice -Zero Hi nobugz, When I use the proper syntax (as you pointed out above), I receive the following compiler errors: error C2845: '[' : cannot perform pointer arithmetic on __gc pointer 'System::Windows::Forms::ListView::ColumnHeaderCollection __gc *' error C2227: left of '->Width' must point to class/struct/union The line of code now looks like: int iWidth = listViewLogWindow->Columns[0]->Width; -Zero ...Show All

  • Visual Studio Express Editions Export to Powerpoint

    Can and (if yes) how can I generate a powerpoint presentation using VB Express I would have a dataset that would loop to create a page for each entry in the table. Thanks ...Show All

  • Visual Studio Team System TFS / Sharepoint discussion forums - can we update them?

    Hi folks, with a stock standard Out-Of-The-Box TFS project, the discussion forums (part of the sharepoint 'project portal') is slightly dull. On codeplex is the following:- http://www.codeplex.com/Wiki/View.aspx ProjectName=SPFORUMS could this sharepoint webpart be added to each tfs project at the admin's leisure is it applicable -PK- Yes, you can add additional web parts to each project site. There would be no interaction with TFS, but the web part should function. -Dennis ...Show All

  • Windows Forms how can i run a windows form control without a web server

    If I have a webbrowser control hosted in an MFC application, how can I load a web page that embeds a windows form control and run the control without IIS or any other web server Dear Customer, I am somewhat confused about your scenario. Is your scenario as below. MFC-->WebBrowser--->WebPage--->Winform control "A--->B" means A will host B. So, the WebBrowser is an unmanaged WebBrowser control If so, I think you may first try to load the Webpage with Winform control in IE to see if that works, if yes, I can the same job will do for WebBrowser. Also For a webpage,e.g. test.html, we can load it from harddriver directly. just as you double click on a html webpage and the ...Show All

  • .NET Development build query based on user input criteria (search function)

    I have a search form which contains a set of search criteria and a datagridview. the datagridview is populated by entering none or some of or all of these critera and click on "search" button. the search criteria are: name, dob, gender, date_time_registered, active , etc. I am able to build a simple query for each possibility, e.g. only search for one field, or search for all fields, or search for any 2 or these fields. This is rather inefficient. Is there a way to build one query to accommodate all possibilities I tried to do something like this: SELECT * FROM patient WHERE name = AND dob = AND date_time_registered = AND active = assume user only specified two criteria: name and active, I did this in my code ...Show All

  • Windows Live Developer Forums resize/padding pushpin detail

    Is it possible to resize the the pushpin detail window I know you can add a control and make it whatever size you want but I would like to keep the arrow VE produces for the window. Also, is there any way to reduce the padding in the detail window Seems like the way it is now is that there is alot of wasted space that is not necessary if you don't have alot of info in the window. Thanks, Jason Hi, being not quite an HTML developer, I am not too sure how to achieve the "To change the width you simply put the line of code in your css ensuring your css is referenced after the VE control" goal. Can I get a concrete example Thanks very much. Gordon ...Show All

©2008 Software Development Network