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

Software Development Network >> shivali.sadavarte's Q&A profile

shivali.sadavarte

Member List

bxchan
Joseph Stalin
jackinthegreen
Sai A
Bruce Baker
srichand
pc_bond
Smockmakker
Xefan
cisfreak2
byronfromwesleyan
LalitSRana
Alex Yakhnin - MSFT
Scott McKeown
BrettDerry
DanoruX
trillian74
Programm3r
aler2u
markep12
Only Title

shivali.sadavarte's Q&A profile

  • Windows Forms Problem generating bootstrapper manifest for WSE

    Using the Boostrapper Manifest Generator, I am attempting to generate a manifest for Microsoft WSE 2.0 SP3 Runtime and using a RegistryFileCheck for file Microsoft.Web.Services2.dll. When ClickOnce is run the search for the file occurs, but the file it is searching for is shown in the log as ' '. When building the project, the following warning is generated; There were validation warnings. Schema Validation Error: The 'File' attribute is not declared. Here is the product.xml; < xml version="1.0" encoding="utf-8" > <Product ProductCode="Microsoft.WSE.2.0" xmlns="http://schemas.microsoft.com/developer/2004/01/bootstrapper"> <PackageFiles CopyAllPackageFiles="false"> <PackageFile Name="microsoft wse 2.0 sp3 runti ...Show All

  • Visual Studio Express Editions search in web browser control

    Hi is there a way of searching the net in a we browser control i have tried this bi  of code but it came up with a error:                 webBrowser1.GoSearch(textBox1.Text);     it came up with this error   Error 1 No overload for method 'GoSearch' takes '1' argument search in my app what i want the user to do is to type what they want to search for in a text box then click a button and the results will apear on the web browser control in google or yhoo. ...Show All

  • Visual Studio Team System TODOs in VSDbPro files

    One of our developers tried to add a --TODO: in one of the .sql files and it did not show up in the Task List - comments of Visual Studio. Is there a way to tell VS.Net to search the .sql files for items to be included in the task list It would appear that the tokens are defined at a language independant level, but the implementation of the population of the task list is handled at a different level. For example, the TODO token is defined under Tools > Options > Environment node > Task List node. It doesn't matter what language you are using as the TODO is recognized by both C# and VB.Net. The docs for the task list states: " The Task List displays comments embedded in your project code that begin with the comment ma ...Show All

  • Visual Studio Express Editions How can i send multikeys to program?

    Hi ; i have a shutdowning program i did by myself. i want to do that: when clikc Close me button. setting the timer. it's ok. but i want to lock the windows like when we press WinKey Right + L i write like this. but nothing happenes... Could you say my error SendKeys.Send("{WINR}{+}{L}"); thank you so much. Hi, Nesim You can do that with LockWorkStation (a win32 api). Here is the sample code: using System.Runtime.InteropServices; [ DllImport ( "User32.dll" )] public static extern bool LockWorkStation(); private void button1_Click( object sender, EventArgs e) { LockWorkStation(); } When you click the button, it will lock the work stati ...Show All

  • Windows Forms Auto resize columns in TableLayoutPanel

    I have a TableLayoutPanel with one 1 row and 9 columns. The TableLayoutPanel has these properties set at Design Time AutoSize = True AutoSizeMode = GrowAndShrink All 9 columns have a Size Type of Percent equally set to 11.11%. Row1 (the only row) has a Size Type of AutoSize. All 9 cells contain a button with it's Dock Property to Fill . At runtime I need to hide some columns and have the remaining columns equally grow to fill the space. How can this be done Following JRQ's suggestion I wrote the following method and it works exactly how I need. Here is the code in case it helps anyone. Private Sub ResizeColumns() Dim VisColCount ...Show All

  • .NET Development ado.net table read

    Hi, I have a simple question to ask. I can't find it thru the search in the forums, so I post a new thread, sorry. I want to connect to the database, and much of my queries would be simple table read, like read a single record by key, or read multiple records from the same table (single). Should I use stored procedure, or just use tabledirect, or inline sql. I would mostly use MS Access, and sometimes SQL Server for larger data requirement. Eugene There isn't really any performance difference between a QueryDef (stored procedure) and in-line SQL statement when using an Access database. However, I would still recommend using Command parameters instead of variable insertion. SQL statement variable in ...Show All

  • Software Development for Windows Vista Web service and SQL Server help

    I am pretty new to workflows but what im trying to achieve is the following: Call a method of a web service (GetCourses) Use the results (an xml node) as an input for a stored procedure I have that will take the xml and put it into a sql server 2000 database table. I have dragged the InvokeWebService activity onto the workflow and set the url and method but thats as far as ive got. Where do i go from here and how do i use what is returned by the web service I have downloaded the SQL Activity from netfx3 if that will be of any use Cheers After selecting the method the parameters and return value, if any, for the method should show up in the property browser. Click on the blue icon next to ...Show All

  • Visual Studio Team System Connect to Excel

    hi, how do i connect to excel data source from webtest. thanks, Check out Sean Lumleys blog post here: http://blogs.msdn.com/slumley/archive/2006/02/08/adding-different-types-of-data-sources-to-a-web-test.aspx There's a section for adding excel data sources. ...Show All

  • Visual Studio Chart Layout

    I am currently implementing a Report containing a Chart. I bind yearly Data to the report (2005 and 2006). (Visual Studio 2005 custom databinding in a rdlc file in locl mode). The Layout is a Column layout - a column for every month, divided into two groups. They are grouped by the year and display every month in a group. But I have some problems: how can i reduce the margin between the two groups There is a really huge gap almost the size of a complete group between both of them. I found the option to set margins to the right - but only a true/false checkbox. Can i change that in the rdlc file to be 10pt I can show point labels above each column. I could not figure out, what i have to do, that the number does not overlap wi ...Show All

  • Visual Studio Express Editions resizing, noobish

    How can i resize the window and make everything dock like this [---------------------------------------- (X)] | | | a button | | | |_________________________________| would turn to this: |--------------------------- (X)| | | | | | | | | | | | | | |__________________________________________________________________ and so on.. that way it doesnt get all messed up Try holdi ...Show All

  • Windows Live Developer Forums Map events not firing in Firefox 2

    I just upgraded to Firefox 2. Event though this is still a release candidate ( i know ), the map events are not firing on my app. The events in question are "oncontextmenu" and "onchangeview". These are the ones i use at the moment and so i don't know bout the other events. Will Firefox 2 be supported in the near future A lot of people are already switching, and I have to know what to expect (Question for the VE Team) Thank you. Thanks Marc! It also resolves the onLoadMap event not working bug. Hope the VETeam include the fix for it in the code soon. ...Show All

  • Visual Studio Express Editions moving from simple application into client server

    Well i have developed genberal ledger(Accounting application)in vb6 .now i have to refine it i want that suppose there are 6 computers. so i want is database will be located only on one computer which is known as server and other 5 computer will act like client only front are end are installed on them the problem is that what modification i have to done Agree complete with Dman, with an additional comment that these forums are for VB.NET and there are better places to find answers for older versions of VB. Maybe the VB6 newgroups - http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.vb.general.discussion&lang=en&cr=US Or perhaps the VB6 resource center http://msdn.microsoft.com/vbrun/ or perhap ...Show All

  • Software Development for Windows Vista problems on standard user analyzer tool

    hi, 1.) does application verifier is need to run the SUAnalyzer.msi to it is needed just to launch an application in SUA 2.) does SUA work only in .NET framework 2.0 3.) does the SUA launch only .exe applications or it can launch also .msi files thanks in advance... regards, divya 1) I think SUAnalyzer.msi will install SUA even if Application Verifier hasn't been installed, but SUA won't run without AppVerif. 2) Not sure - I'm pretty sure it's .NET 2.0, but not certain. 3) When you "run" a .msi file, the file assocation invokes this command line: "%windir%\System32\msiexec.exe" /i "%1" %* So you should be able to test a .msi by specifying msi ...Show All

  • Smart Device Development Needs to support ARM DSP opcodes out of the box (or, Welcome to the 21st Century)

    The DeviceEmulator 2.0 Community Tech. Preview has gone live, at http://www.microsoft.com/downloads/details.aspx FamilyId=13F5DE85-30CD-4506-9C5B-A2068FA1EE9E&displaylang=en . V2 has: Much improved performance DEComInterfaces.idl - the COM interface to the emulator, along with sample code showing how to use DMA to communicate between a Windows app and an app or driver running inside the emulator. This is the DeviceEmulator's equivalent of the "Building DMA Drivers for the Windows CE.NET Emulator" article at http://msdn.microsoft.com/library/default.asp url=/library/en-us/dncenet/html/builddmadriver.asp . An eXDI driver for Windows CE Platform Builder 5.0, giving you a hardware debugger interface to the emul ...Show All

  • .NET Development Unsafe code compilation

    Hi, will MSIL code be generated for the block of unsafe code in a program or it would be machine code will the memory for the data members in the unsafe code be allocated in the Managed momory or somewhere else Regards, Benin. 1. You can do anything in an unsafe block including call unmanaged API. 2. unsafe is a C# keyword and so, a compiler feature. This is designed to help programmers track the use of unsafe code (you cannot use unsafe if don't specify Allow Unsafe Code as a compiler options for example). The generated IL does not contain (explicitly) any trace of the use of unsafe code. The address of a variable is taken using ldloca instruction but this is also used when using ref/out. A pointer and an integer ...Show All

©2008 Software Development Network