Software Development Network Logo
  • Visual FoxPro
  • Visual Studio
  • VS Express Editions
  • VS Team System
  • Game Technologies
  • Visual Basic
  • Windows Forms
  • Visual C#
  • Visual C++
  • Visual J#
  • Windows Vista
  • Windows Live
  • SQL Server
  • .NET Development
  • Microsoft ISV

Software Development Network >> Kalpesh Vora's Q&A profile

Kalpesh Vora

Member List

Unreal400
sid_monotheist
lianaent
George Waters
swimming
klez
Zhouweidi
mk20
SandpointGuy
Lakshan Fernando
Gary Cabana
Mary Chipman
Karoly
ph_prgn1
Paic Citron
Nico Vuyge
vc80crtdll
v1c
Paul Deckers
Cyndi
Only Title

Kalpesh Vora's Q&A profile

  • Windows Forms Need Help with Panels

    Hi all,        I have a Popup menu in my menu bar. I have two MenuItems there. If I select first one of them a panel should show up(this could be a form but I used panel). If I select the second one a differen ...Show All

  • Software Development for Windows Vista workflowWebRequestContext.current is not returning object

    when i use workflowWebRequestContext.Current , it is not returning the object ,instead it is null. I have added WorkflowWebHostingModule to <HttpModule> and other services to <workflowRuntime>. can any body suggest souution. Thanks. workflowwebrequestcontext class have been removed on beta 2.2 check this http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=321648&SiteID=1 Thanks, Tamer ...Show All

  • SQL Server execute stored procedure

    I have setup a user which has execute rights on a stored procedure. The sp is owned by dbo. The user can execute the stored procedure, but it fails, because the stored procedure calls other tables and procedures that the user does not have rights to. Is there a way to allow those procedures to execute without allowing access to everything else for the user I setup Thanks! a stored procedure is run under the sec ...Show All

  • Visual Studio Team System Work item type editor

    Any editor available Can I update an existing Team project with new fields(Bug.xml) There's no editor - you have to edit XML manually. BTW, if you use VS IDE for that and open workitemtypedefinition.xsd and typelib.xsd files in the background, it will activate the autocomplete feature of the XML editor, and it will start suggesting you valid attributes & elements and will validate your input on fly. Thank ...Show All

  • Windows Forms DataGrid examples

    Hello guys! Where can I found a lot of datagrid and datalist code examples Thanks Thanks form your comments, I'm going to check the articles. Regards. ...Show All

  • Visual Studio Express Editions registratiojn benefits are....where?

    I've installed and registered vs express.  My confirmation email said " Accessing your registration benefits is easy. Simply go to the Registration Benefit Portal for further instructions. Your registration benefits and offers will be available starting on November 7, 2005. Check the Registration Benefit Portal regularly to access new and updated benefits. " I go there but....nothing! any ideas thanks danieldp ...Show All

  • Visual FoxPro _urlcombobox problem

    I am trying to use this object since it offers much convenience as opposed to shellexecute. This is the problem I run into. When I issue commands in INIT: THIS.AddItem ("www.msn.com",1,1) THIS.AddItem("www.yahoo.com",2,1) THIS.AddItem("www.pdr.net",3,1) The items appear in combobox doubled. This set of urls is repeated twice! Not every url is doubled individualy but the whole set of three urls. This i ...Show All

  • Visual C++ _CRT_SECURE_COPP_OVERLOAD_STANDARD_NAMES not working

    Hello, i tried using _CRT_SECURE_COPP_OVERLOAD_STANDARD_NAMES after reading from the following post: http://blogs.msdn.com/michael_howard/archive/2005/02/03/366625.aspx i am still getting the depricated methods warning. i am including the code here. /******** stdafx.h - start *******/ // stdafx.h : include file for standard system include files, // or project specific include files that are used frequently, but // are changed infrequently // ...Show All

  • Visual Studio Blue Screen when installing VS.NET 2005 Pro

    Hi all, I downloaded the VS.NET2005 Pro and SQL 2005 Dev Editions from the MSDN site and have been trying to install it on my IBM Think Pad for the last week. When installing at the point when the install says "Installing .Net Framework 2.0" I get a blue screen of death. This happens both for SQL 2005 and VS2005. I then tried to install just the .net 2.0 framework and get the BSOD. below are the dumps in my Event log (I have the actual .dmp ...Show All

  • Visual Basic HOW TO SAVE IMAGE INTO ACCESS DATABASE.

    Hi,    I want save the image into the database. Please, anyone help me to How to convert image as binary or any other way to save the image. Bye, Rashe Hi, Thanks for coding.I tried your ideas. But I didn't get the imagae . So, I try to convert the image into binary format and save it to the database. Then I got the image in the database. If picturepath <> "" Then nhandle = FreeFile 'assigns a free handle fname = pictu ...Show All

  • Visual Basic printing total pages

    How can I print total pages XX in my report( page 1 of xx). I use the print-controls of VB. ...Show All

  • .NET Development Creating Typed Dataset in Web Service using Visual Web Developer 2005 Express Edition

    I am trying to create a typed dataset which I can use as a data source in VB 2005 Express. I hope to use VWD 2005 Express, but if there is a better program to use that is free, I'm all ears... I have searched the forums for quite a while and found a forum that tells me how to accomplish this, but not using VWD 2005 Express... the code is... Public Function Units() As Units 'return units type Dim myds As New Units Dim myta As New Units ...Show All

  • Visual C++ Vc++ 2005 express, how do i compile

    how do i compile a sample.cpp file located somewere on my computer like in mydocuements im a tottal noob can someone tell me how to compile the code i wrote or point me in the directions with some urls or somthing please lol You have two options.  First off, you can start the IDE, create a new c++ project, click File->new->project...->Win32->console application (if you're doing standard c++, use clr if you're doing .Net ...Show All

  • Visual Studio Express Editions database saga

    I am at my wits end. I am trying to create a program that will add users to a database. I have read the various posts regarding the output file and have changed the Copy To Output File to Copy Never. I have also tried Copy If Newer. The database still does not retain my changes/additions. The code I have used is shown below. Code Here... Private Sub AddUser_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles AddUser ...Show All

  • Visual Basic Matching VB variables to SQL stored procedure parameters

    I'm executing a non-query command that returns three parameters. One is coming through, but the others are not mapping. These are the parameters mapped in the stored procedure: @InvalidCount smallint = 0, @Message varchar(150) = '', @InputRecords bit = 0 After the stored procedure runs, the values are: @InvalidCount = 0 @Message = 'Import successful' @InputRecords bit = 1 ------------------------ My VB code contains: Dim paInva ...Show All

©2008 Software Development Network

powered by phorum