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

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

ShaadShid

Member List

andrewsc
Anton Katilin
sunnyluo
Wriju
Dima Kherson
Christian Liensberger
FireSon
Edwin Jongsma
FloH
Esrever
Rami Zaitoun
AngelaL
nesoms
once4ever
SteveJC
micr0chip
ichi
Leandro Rodrigo Saad Cruz
Sleek1
toe72
Only Title

ShaadShid's Q&A profile

  • Visual Studio Express Editions Progress Bar

    Hey Guys, quick question. I have a progress bar that i want to turn to marquee when the user clicks the progress bar and return back to blocks once the task is done. im using private void button1_Click( object sender, EventArgs e) progressBar1.Style = ProgressBarStyle .Marquee; and once thats done progressBar1.Style = ProgressBarStyle .Blocks; the problem is when i click the button, the progress bar disappears instead of turning into marquee then returns when the task is complete in blocks mode. please could sombody tell me where im going wrong. thanks It is because the form i ...Show All

  • SQL Server Can't create SSIS project in BIDS on workstation with Client tools only installed

    I have the June CTP SQL 2005 client tools only installed on my workstation.  All has gone well until I tried to create a SSIS project in BIDS. I receive this message TITLE: Microsoft Visual Studio ------------------------------ Error creating package ------------------------------ ADDITIONAL INFORMATION: Failed to save package file "D:\Documents and Settings\SuzMSDN\Local Settings\Temp\tmp13E.tmp" with error 0x80040154 "Class not registered". ------------------------------ Failed to save package file "D:\Documents and Settings\SuzMSDN\Local Settings\Temp\tmp13E.tmp" with error 0x80040154 "Class not registered". ...Show All

  • Visual C# User name missing after product activation

    Can anyone tell me how to add my user name to a Visual Studio Express product after activating the product For example, in Visual C# 2005 Express Edition Beta 2, when I select 'Help' from the Menu bar and choose 'About ...' in the upper-left corner it says: Licensed to: Unknown User Name. I believe this information will be necessary to use SQL Express. Information that will resolve this situation will be appreciated. Thank you Hi there, This is a known issue with all the Express products in Beta 2. The licensed to field will always show up as Unknown User Name. Thanks! ...Show All

  • .NET Development DataTable.WriteXML() gives incorrect XML output

    Hi, Simple situation: A DataTable with some columns and rows added. But when using the WriteXML method to create an XML file from this table it gives me the following output: < xml version="1.0" encoding="utf-8" > <DocumentElement> <Batch_Table> <Height>18</Height> <Width>75</Width> <Program>1</Program> <Length1Min>18</Length1Min> <Length1Max>60</Length1Max> <Price1>1000</Price1> </Batch_Table> <Batch_Table> <Height>25</Height> <Width>125</Width> < ...Show All

  • Software Development for Windows Vista can't install the wwf!

    the following are my steps 1.install vs2005 2.install vs2005 extension for wff 2.0 3.start the vs2005 ,it shows wwf is installed in started form 4.file->new project,can't find the workflow node! what's wrong with my steps my system is win2003+office 2000 Do you install the SDK and the Foundation Check in your control panel/AddorRemove program. You should see both the Windows Workflow Foundation and Visual Studio 2005 extensions for Windows Workflow Foundation. Bill ...Show All

  • Visual Studio HTTP Status 417: Expectation Failed

    Hi, Hope someone knows the solution to this problem as it's driving me insane ! I have Visual Studio Pro 2005 installed. I do NOT have the local MSDN installed. I want to use online version only. Whenver I go to the help I get "Information not found". Document explorer is configured to use "Online first, then local". If I hit the search button and enter a search string I get the error message below: Search Failed. The request failed with HTTP Status 417: Expectation failed. If I try to 'download provider list' in the help options I get error message : Unable to retrieve resources from the MSDN service. The star ...Show All

  • SQL Server Report Deployment Issue - The permissions granted to user 'domain\user' are insufficient for performing this operation.

    What permissions do you need to deploy reports to a production environment I have a fresh install of Reporting Services on a Win 2003 box and i get the error mentioned above when trying to deploy my report. Any ideas Anyone............ I tried with the 'Content manager' role but it was still not working. However having the Admin rights on the folder and it was alright. ...Show All

  • Visual C# Problem permiting global shortcut keys

    I was programming a program that would hide itself at the press of Ctrl-Space and show itself when Ctrl-Space was pressed. However, the program has to have focus or this won't work. Is there a way to permit such a shortcut press while using another program without clicking on its task bar button I got that to work properly, but now it won't even respond to the keypress after registering them. Upon commenting the code off, however, the program will respond again to the keypress. When the program ends, the keypress is unregistered, so I don't think that will be a problem. (To avoid any confusion, I am the same ...Show All

  • Windows Forms Subject morphs to PostMessage?

    I have a CheckedListBox which draws its contents from a datasource, and this is set at design time. When the form loads up, there are 8 items in the CheckedListBox, but no matter where I seem to intercept events before the form appears, there are always ZERO items in the box. At what point can I assume that the data binding has actually filled&nbs ...Show All

  • Visual Basic System.ArgumentException was unhandled - WebBrowser object

    Hello, I got this message "System.ArgumentException was unhandled   Message="Navigation to a relative URL unsuccessful."   Source="System.Windows.Forms" Well, that's not the whold message but it's like fifty lines of code so.... Well, the question is for the WebBrowser object. I placed a WebBrowser object on my form then in properties, how do you put the URL in do you put in like: C:\myform\index.htm or something else What if you put in like  C:\myform\index.htm, and you have the "index.htm" but the user doesn't have that will VB take care of that, will it copy and put in into the release bin then change  ...Show All

  • Visual Basic send mail

    Hi, i have problem in writing send mail codes. can someone pls help me regarding it i have written code to send mails but somehow there are errors. i have attach my codes below. when i click on the send button, an error message prompt out saying that "An Unhandled exception of type 'System.nullReferenceException' occured in testingMail.exe. Additional information: object reference not set to an instance of an object." Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim message As System.Web.Mail.MailMessage message.To = "li-ching.ooi@av ...Show All

  • Visual Studio Team System Abe to install TFS to Several Servers?

    Hi , I have a question to see if it was possible to be able to seperate the installation of the componets to reduce system bottleneck. What I'm looking for in information to see if it is possible to install or use a farm to have MS SQL on one system, WSS on another, and TFS on another. Looking for an answer for this since there could be several hundreds of users accessing the system at one time and preformance might be degraded. Any information about the architectural setups would be useful. This would be for use for the Team Foundation Version Control (TFVC) portion mainly. Thanks The only ...Show All

  • Visual Studio Uninstall VS2005 B2 cause VS2003 Menu to disappear

    Hi out there, had thew VS2005 B2 installed on my system side by side with VS2003 and VS6. Recently I uninstalled VS2005 B2 with the official tool from the MS website. Worked just fine, it seemed. Well the uninstall went ok . . . After a re-boot, I started VS2003 and surprise . . . my menu system is gone In addition, while loading my Sourcesafe controlled projects/solutions the system cracked with a nice remark that there was no source control provider available/installed. Another big Already tried some stuff like reset my settings or the likes. And via the toolbar customization it can not be selected anymore where the others ...Show All

  • Visual C++ Can't #Include <gdiplus.h> to my Win32 application

    Hello,       I'm trying to use my native code that using GDI+ in my CLR application using the Visual Studio 2003 but it refuses to include gdiplus.h But it generate many and many of errors to me and I show you few of them below: d:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\GdiPlusImaging.h(67) : error C2501: 'MIDL_INTERFACE' : missing storage-class or type specifiers d:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\GdiPlusImaging.h(67) : error C2440: 'initializing' : cannot convert from 'const char [37]' to 'int' This conversion requires a reinterpret_c ...Show All

  • Visual Basic Splat the Rat game

    Hi im trying to create a Splat the Rat game but ive forgotten how to make the picture of the rat appear in random places arounf the screen!!! could someone help me please Place the image in a PictureBox and use a Random object to generate values for its Top and Left properties. ...Show All

©2008 Software Development Network