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

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

PSal

Member List

Scionwest
WoodrowS
ro88o
Kary178332
Monish Nagisetty
rina00
Pete Nelson
Dmitriy Agarkov
Bing M.
klai
VijayAdityaK
FassaBortolo
Nightmare_BE
Flame Thrower
lagu2653
ron nash
IBRAHIM ERSOY
Michael Vainer
Lawrence 007
IS dude
Only Title

PSal's Q&A profile

  • Windows Forms Picture_Box1 Click

    If I have a picture of, say, an ON/OFF switch imported onto my Form. I know that I can create a picture_box click event for the image. But what if I wanted the top half of the image to be ON and the bottom half of the image to be OFF Can you create an area of a bitmap or image where if the user clicks it it does something specific and if they click a different area it does something else To clarify, I know how to create a click event of a bitmap image, I was just wondering if you could define specific click areas of an image Actually scratch that!!! I have removed the " new " from the declaration and it now works. I spent many hours last night trying to work this out - I changed ...Show All

  • Visual FoxPro FORM HELP

    HI I AM A NEW IN THE VFP SO PLEASE HELP ME OUT I AM CREATING A NEW PROJECT FOR INVOICE AND IN THAT I HAVE TWO TABLES ONE FOR COUSTMER INFORMATION AND THE 2ND FOR "ORDER DETAILS" BUT I NEED THIS ALL IN ONE FORM WHICH I HAVE DONE BUT AS I AM TRYING TO ADD ROWS ITS NOT LETTING ME IN THE "ORDER DETAILS " GRID. I ALSO WANT TO ADD THE CALCULATOR AND A CALENDER IN THE SAME FORM. NILKAMAL They should be the same. Linkmaster should be your Order table name and RelationalExp should be your Detail table's Index name that's usually created for your link key. Both tables should be indexed and set up a link. See the MS example. ...Show All

  • Microsoft ISV Community Center Forums How to capture Windows Menu Key in Excel (the right-click menu called via key press)

    Hello, I am trying to find a way to capture the event of a user pressing the Windows Menu Key in an Excel Worksheet. I have the right-click event captured on the worksheet, no problem. In that case, I display my own menu, rather than the "Cell" menu. But the user can still press the menu key and the default "Cell" menu will appear. I do not want to modify the cell menu, since I would like to work with both, my custom menu and the cell menu. I just want to control the display of the cell menu. Application.Onkey does not seem to offer a keycode for this key (e.g. such as {MENU}). Any ideas Many thanks... ...Show All

  • SQL Server Export to Excel

    Hai Iam using sql server reporting services 2005. I need to export report to excel in a single worksheet not in multiple. currently it splits and shows three work sheet after export in excel format (iam using subreports combination) wait for your precious suggestion Regards Senthil Explicit page breaks on objects will create new worksheets when rendering to Excel. The only way to prevent multiple worksheet tabs in Excel is to remove the page breaks. -Chris ...Show All

  • Visual Studio 2008 (Pre-release) Does vNext support nested typed queries?

    I was playing with vNext trying to figure out how does it handle object identity and found out that following construction always throws exception ("invalid command format" on the second foreach) var query1 = <select> var query2 = <select> (exactly the same as query1) foreach (QueryObject object1 in query1) foreach (QueryObject object2 in query2) { if (object1 == object2) Console.WriteLine( "tada" ); } Sorry for the delay in getting back to you. I've tried a very similar construct using the Northwind database, and didn't have any problems. Have you set any custom caching behaviour What are you doing before this code executes Thanks Erick ...Show All

  • Visual C++ Creating a function in a COM DLL.

    Hi. I am new to creation of COM DLL. I have created a COM DLL but i really confused about creating a function and using it in a VB application. Can someone please guide me and give an example code for a sample function. Thanks in Advance. Here's the VC++ 6 version of the same tutorial :- http://www.codeproject.com/com/hellotutorial1.asp ...Show All

  • Visual Studio Team System Version vs Changeset

    What is the difference between Version and Changeset When viewing history of an item, I only get changeset numbers but when I am looking at all the files asscoiated with a label (by going into labels, find and then double clicking on the label), I get a Version column with numbers. What I'm really trying do is to find out which version (or changeset) of an item is associated with a label so that I can compare it with another version. But I am getting a bit confused. Any idea how I can compare versions (or changesets) associated with two different labels Hello, Have a look at Richard Berg post in this thread - there he attempts to address the version/changeset definitions question. WBR, E ...Show All

  • SQL Server Sql server 2005 - having multiple editions

    Dear All I would like to install and run visual studio .Net 2005 and sql server 2005 (may be enterprise or developer edition)on the same system. What is the best approach that I should take should I install sql server 2005 first Since visual studio .Net 2005 installs mobile edition and express edition will this cause a problem Could multiple sql server editions run on the same machine with no problems Thank you, Daniel Yes, you can run multiple editions of SQL on the same box. We do a lot of testing with multiple SKU's in house. As for the ordering, there shouldn't be any problem with the ordering of VS and SQL. Thanks, Sam Lester (MSFT) ...Show All

  • Visual Studio 2008 (Pre-release) A question regarding trace viewer

    Hello, I have a question. When I enable a logging on, and open the message log file, there seems to be two messages for each action and I don't know why. Why is there two messages or activities all the time for one soap message Here's an example <E2ETraceEvent xmlns=" http://schemas.microsoft.com/2004/06/E2ETraceEvent "> <System xmlns=" http://schemas.microsoft.com/2004/06/windows/eventlog/system "> <EventID>0</EventID> <Type>3</Type> <SubType Name="Information">0</SubType> <Level>8</Level> <TimeCreated SystemTime="2006-10-18T02:58:03.8287806Z" /> <Source Name="System.ServiceModel.MessageLogging" /> <Corr ...Show All

  • Visual Studio Express Editions process kill

    Hi guys can you help me out here if I do a Process.Start( "c:\program files\super mp3\smrpro.exe" ) smrpro opens in the middle of my form........ how do I reposition it, or dock it....and how do I kill it Process.GetCurrentProcess.Kill()......just kills my project any help please cheyenne hiya fan you know....you are far too advanced for me renee your coding baffles me..... This was why I recommended a control instead of the DLL what do you mean..... help me out please...... I got process start.........so how do I process stop..... simplicity is the key.....lol your fan cheyenne ...Show All

  • SQL Server Installing Report Service in Window XP - Report Builder and other option are not displaying

    hi I have installed SQL Server Reporting Service on window xp. everything working fine except one thing. I have installed sql server with my a/c. my a/c have admin rights. when i giving http://dineshpatel/reports it is displaying page but Report Builder and other option are not displaying. I hope i don't have admin rights. I have checked with local administrator login also but same problem. what additional setting are require for admin rights Dinesh Patel Report Manager will display the Report Builder button if the current user has permission to the Execute Report Definitions task. This is included in the Report Builder system role by default. In Report Manager, go to Site Settings, Confi ...Show All

  • Smart Device Development Installation of Compact Framework 2.0 failed. Why?

    Hi all, can somebody tell me why my installtion of the cf 2.0 on an HP 2490 PDA failed Log file of installation: 26/02/2006 23:14:42: Entered Install_Init(). First Call: Yes Previously Installed: No Installation folder is: '\Programme\.NET CF 2.0'. 26/02/2006 23:14:42: Build 2.0.5238.00 26/02/2006 23:14:42: Device CPU: 'ARMV4I', 05020000 (84017152) 26/02/2006 23:14:42: PocketPC 5.01 26/02/2006 23:14:42: Our trust level is: 2 26/02/2006 23:14:42: User LCID: 1031 26/02/2006 23:14:42: System LCID: 1031 26/02/2006 23:14:42: Invoker's command line: '0x822bd84e-0' 26/02/2006 23:14:42: Memory status, K -------------------------- 26/02/2006 23:14:42: Load : 58 26/02/2006 23:14:42: Physical : 5794 ...Show All

  • Visual Basic System file to be updated

    Hi all, I have a setup file that uses the Visual Basic Setup Toolkit to create. But when i execute the file, hoping that it will install the application i install into the pc, it will prompt me error "Setup cannot continue because some system files are out of date on your system. Click OK if you would like setup to update these files for you now. You will need to restart Windows before you can run the setup again. Click cancel to exit setup without updating system files." But i click ok... when it restart ... it will prompt this error again. May I know do i have to manually update the systemfiles. if so, which system files shld i update and where can i find these files Sorry, I very new to VB because I used to work with java th ...Show All

  • Visual Studio Team System Independent builds

    I have a requirements of creating independent builds. I will try to explain the scenario. Let us assume that I have a baseline build already done. Now, I have work item (WI) 1 (that contains csharp code and some DML and DDL) and WI5 that contains the same things. With these two together, I create a build. Let me call it Build1. Again I have WO2 that has some C# code and DML and DDL. I need to create a build that will contain WO2 only. Let me call this build Build2. Purpose is I need to move these builds independent of each other. So, if Build Build1, only WI1 and WI5 will get promoted to the desired environment. On the other hand if Build1 should not move further, I need option of moving Build2 to the same environment where Build1 ...Show All

  • Windows Forms ClickOnce Deployment Error

    I am getting a weird error when using the ClickOnce Technology for deployment. On some machines the ClickOnce deployment works no problems, but then on other machines the same ClickOnce deployment gives an error "Application Validation Failed". When I read the details in the error log I get the following error: * Activation of http://xxxx.application resulted in exception. Following failure messages were detected: + File, xxx.dll, has a different computed hash than specified in manifest. I am confused as to why this would work on some computers and not on others I understand the hash is computed on a file to verify correctness of the file, but if that works on one system I would assume it would work on another. Can anyone hel ...Show All

©2008 Software Development Network