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

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

Bhavz

Member List

RoKo
Tim Haynes
StevePee
Nico.Kaiser
Cal Zant
D.Townsend
TheCloser
C#Chris
kehinde
Kannan.Perumal
Adolfo Valenzuela A
bclark
Tmac
Michellek18
AshishKSrivastava
Sean Buck
CeDiyez
alfios
Margie from Seattle
ShawnShawnShawn
Only Title

Bhavz's Q&A profile

  • Visual Studio Express Editions Were do i create a menu?

    Were do i create a menu |: tnx In the design view, you drag over a menu from the list of components in the toolbox. Then you just click on menu items and type to add them, and set their properties as you would any other item on a form. ...Show All

  • Software Development for Windows Vista Problems with the PSDK installation

    I use Microsoft Visual C++ Express Edition and I wan't to download Platform SDK.Very good....I have downloaded the PDSK file and start the installation.But at 50% of installation I receive a error: "A necesary file from C:/Windows/Installer is corrupted." But I have an antivirus (BitDefender 9 Internet Security) and I have tried on another Windows XP system from my computer (I have 2 Windows XP) an I received the same error.What I can ...Show All

  • SQL Server Custom Code and SQL

    Can I use a custom code funtion in my SQL select If so, how If by custom code function you mean user defined function then here is a sample. create function MyFunc( @inPara1 int, @inPara2 varchar(100)) Returns @outResult Table(col1 int, col2 varchar) AS BEGIN INSERT INTO @outResult SELECT age,ename FROM TABLENAME where some_code = @inPara1 AND dept = @inPara2 RETURN END GO This is how you execute a u ...Show All

  • Visual Studio per user variation for build

    In microsoft.common.targets I found the following construct: <Import Project="$(MSBuildProjectFullPath).user" Condition="Exists('$(MSBuildProjectFullPath).user')"/> This made me assume that I can put a [csprojfile].user file in the folder where my csharp project file is located and then override common targets (like BeforeCompile) Unfortenately I don't get this scenario to work. Question: Is my assumption correct (assumptions are the mothe ...Show All

  • Visual C# Handling DVD Images with C#

    Hi, I would like to make some operations on DVD Data images, like substituting files or delete, but I don't know what library to use to do this easily. Do you have a clue about this Thanks Marcello ...Show All

  • .NET Development Questions about web services in 2K5

    1). Is there anyway to do this in VS 2K5 In 2K3 all we had to do is instanciate a variable of the web service type and edit the "URL" property. Can't seem to find a way to do that in 2K5. 2). Is there an example of exploring the list of available web services from a URL I'd like to be able to have the user enter a URL and then be able to select a web service from the available list. The proxy's Url property is ...Show All

  • Visual Basic VB 2005 Express Edition Templates

    Hi, I've just download the visual basic and C# 2005 express edition, but when I try to start a new project, nothing appear in the templates. This way I can't do nothing! I'm new at this, can please someone give me a help It will be very appreciated. Thanks, Joao ...Show All

  • Visual FoxPro Accessing FoxPro 2.x tables from VFP 9

    Hi, i have found, that VFP 9 cannot optimize selects / updates / deletes on FoxPro 2.0 tables - it does not use any indexes defined for these tables. When i was manipulating these tables from VFP 6, there has not been problems and all selects / updates were optimized. Can someone help me to find solution for this  Thanks in advance Yes, but with temporary SET ENGINEBEHAVIOR 70, there is no problem with op ...Show All

  • Visual C++ Dynamically bind to a library and function

    Within my .NET managed class instance called LibraryFunction i want it to be able to: 1. Dynamically load a given library given it is not already loaded. 2. Dynamically bind to a function/method within this library. 3. Call this function with a given set of parameters. The binding is made possible by instance variables like mLibName and mFunctionName. My current unmanaged class uses code like the following: FARPROC f = (FAR ...Show All

  • .NET Development ActiveDirectorySchemaClass

    Hi I am trying to use the new ActiveDirectorySchemaClass class. When using the MandatoryProperties of any given class object , it returns a collection of properties not only defined to the current class but also any mandatory properties of auxillary or superior classes. Same goes for the OptionalProperties. A class with perhaps 4 or 6 mandatory properties returns a collection of perhaps over a 100 properties. Surely I am missing something ...Show All

  • SQL Server Counting no. of records

    Hi I need the ability to calculate the no. of records based on the no. of times a value in the sql report is given. For example based on a table shown below: Ref No. First Name Surname 18 test test 18 test test 18 test test 19 test test 19 test test I need to calulate the records returned on the ref no. I have managed to set page breaks based on a new ref no. with grouping and therefore the count will be disp ...Show All

  • Visual Studio Express Editions Full Install Images

    hi, thank you MS for giving the XPress for free! is there any MS site from which i can order the XPress CDs/DVDs, becuase i can't download 500 MB X 3 = 1.5 GB FOR VB, C#, VWD does the full installation include MSDN http://msdn.microsoft.com/vstudio/express/support/install/ thanks, AB Hi chint, Downloading the CD image or using the web installer is the only way that you can take advantage of the one year fr ...Show All

  • Visual Studio Tools for Office bind excel sheet with database without using typed dataset.

    Hi, I am using VSTO with VS.Net 2005. My problem is that I want fill the excel sheet with the database at the startup but not directly with typed dataset created through wizard (Actually I dont want to use wizard, I want to write code as with VS.Net 2003). Is there any example or any webcast there for creating a data access layer in a class file and then binding the excel sheet from this class at the start up. Any one have any idea re ...Show All

  • Windows Forms How to filter properties in PropertyGrid?

    I need simple control designer in runtime. I want set only several properties for several controls. For example Text for Label control and Size form my UserControl. I plan use PropertyGrid for this purpose. But it displays all browsable properties for every control. I need to set list of properties which have to be displayed in PropertyGrid. I try to create class MyPropertyGrid derived from PropertyGrid and class MyPropertiesTab derived from Pro ...Show All

  • Windows Forms IE Print Background Activate

    I know that VB can take over functions of various programs, especially IE. Is there any way to create a program that when run on a client computer will turn on the background colours for printing   What I'm trying to do is create a HT ...Show All

©2008 Software Development Network

powered by phorum