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

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

Sushisource

Member List

John Samperi
tohams
Quack!
Ashtom
JR Nip
Guillaume R.
ron nash
smilertoo
K Webber
doank
globemast
Titu
GS80
JasonG271009
Jason D. Camp
GroZZleR
Derek Nedelman
manasi
AMITSETH1000
neo_assyrian
Only Title

Sushisource's Q&A profile

  • Visual Studio Express Editions how to: how to fill a list in a combobox based on the selectedvalue of another combobox?

    hi, im really new to programming and i was hoping if someone could help me out how to fill the contents of combobox2 based on the selected value of combobox1 any help is greatly appreciated, thanks.. Hi mate I think u might need something like this: Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim cnMembers As New SqlConnection(My.Settings.MembershipConnectionString) Dim strSQL As String = "SELECT MemberID, Lastname FROM dbo.Members" Dim cmMembers As New SqlCommand(strSQL, cnMembers) Try cnMembers.Open() Dim sdrMemberID As SqlDataReader = cmMembers.ExecuteReader With sdrMemberID If .HasR ...Show All

  • Visual Studio Express Editions moving controls

    I want to use the timer control which is in visual c#. But my app is built in web developer.....how can I get the timer control out of c# and onto the tool bar in web dev .........and it does't drop and drag. There is no default web control timer. You can find 3rd party controls though. Here are some on these links: http://www.codeproject.com/aspnet/tcdoom_webtimer.asp http://www.astahost.com/info.php/c-net-web-timer-control-tutorial_t6605.html Hope that helps. ...Show All

  • SQL Server how to write Crosstab Queries

    I need to write Crosstab Queries just like this, Qty + previous qty = TOT QTY TOT 1 1 5 6 3 9 9 18 2 20 FYI, that's a running sum, not a cross-tab.   Here are some resources:   http://sqljunkies.com/WebLog/amachanic/archive/2006/02/28/18286.aspx http://sqljunkies.com/WebLog/amachanic/archive/2006/02/28/18309.aspx -- Adam Machanic Pro SQL Server 2005, available now http://www..apress.com/book/bookDisplay.html bID=457 --     <Tharindu Dhaneenja@discussions..microsoft.com > wrote in message news:1dbe93ef-2c64-4c56-b617-5d3938bea80c@discussions.microsoft.com ... I need t ...Show All

  • SQL Server Regarding MSSQL Server version

    Hey all. I need to find the SQL Server version from outside of SSMS or QA. What I'm saying is I don't want to run select @@version. I need to do something in windows and find out what SQL Server is that... Express,Std.Ent etc. Please let me know of this. Thank you. And, if you change your mind about not quering a server, there is a simple way to identify SQL Server edition: select serverproperty ( 'Edition' ) P.S. Generally speaking, I'm not sure that SMO or DMO don't use a query to identify server edition, though they may not really do so. ...Show All

  • SQL Server Weird results when printing a diagram in SQL Server 2005

    Hi all, I have a diagram that I'm trying to print. I'm getting a weird result on paper. I have 3 tables on the same paper. I use the standard view mode in order to see "column name", "condensed type" and "nullable" columns. When the print comes out, the first 5 rows of the "column name" column are masked by some sort of drawing. It's as if there was another table on top of the one I'm printing, like you can see the bottom right corner of it just hiding the 5 rows of the "column name" column. What is even more weird is that have the exact same problem on the 3 tables I'm printing. This "drawing" appears to be of fixed size because as I increase the width of the first c ...Show All

  • Visual Studio Team System /analyze + Windows Vista SDK + VSTS2005 = crash :(

    Apologies for the cross post but this doesn't seem to be generating a lot of interest in 'Visual C++ General' I have been using VSTS2005 for sometime, main reason for upgrade was to use the /analyze compiler option for unmanaged c and c++. Two days ago I downloaded the Windows Vista SDK, installed it and clicked on 'All Programs->Microsoft Windows SDK->Visual Studio Registration->Register Windows SDK Directories with Visual Studio 2005'. Since then compiling my project with /analyze causes VSTS2005 to crash. I would rather not uninstall the SDK as the compiler seems to be finding a lot more issues with my code, before it crashes! Any suggestions what I can do Thanks in advance. ...Show All

  • Visual C# How to create variables and configuration settings for C# Windows Project

    I need to store configuration details like Database Connection String, and other config details in a single location so that I can access it from any .cs file of the prj. How is it possible Thru some particular xml file or a text file PLZ reply asap as its urgent Sounds like this may be a task for the a User Settings action . The settings file, which is written in Xml, is used for such purposes like reading in a value, either for the user or the application .... See Using Settings in C# . / Using My.Settings in Visual Basic 2005 ...Show All

  • SQL Server how to dump or append data to a text file

    i am doing some insert or update on my db, and i want to dump the errors, if any, to a text file. If the text file deosnt exist, then i want to create it. Then append data to it, in smthg like: insert into mytable values (f1,f2,f3) IF @@ERROR <> 0 begin -- check if text file exist -- if no create it and write 'an error occured etc...' -- else append to it another line 'an error occured etc... end thanks for helping!! Hi Terry, If you're using 2000, then there really is no way to achieve what you are asking except to shell the command out via xp_cmdshell - which will do everything you asked with a little "creativity". If using 2005, t ...Show All

  • Visual Studio Can Sandcastle generate HTML Help 2 documentation?

    I currently use NDoc + H2Reg to generate HTML Help 2 documentation and integrate it into the Visual Studio Help Collection. Can this be done with SandCastle From what I can see the sample provided for the CTP only generated CHM files. To clarify, what kind of details are you looking for Help 2.x integration isn't the simplest thing, to be sure. The general flow is: Use a help-authoring tool to create your conceptual (tutorial, how-to) help project. Use Sandcastle to create a managed-code reference help project. Build your .Hx files. Use a setup-authoring tool and the help merge modules to install and register your help files. The VS SDK doesn't currently have an end-to-end help-inte ...Show All

  • Visual Studio Install Visual Studio 2005 Pro on Vista Ultimate (RTM)

    I'm trying to install Visual Studio 2005 Pro on Vista Ultimate. I start the install process with no problems. Visual Studio 2005 Pro resides on a DVD media. The installation process stops and displays the following message: Setup is looking for dexplore.exe. Please insert Microsoft Visual Studio 2005 Professional Edition - ENU disk 1 now. Path D:\vs At that point I have the option to browse for dexplore.exe. I tried finding the program via the browser, but I was unable to locate it. I also searched both my hard drive and the DVD drive and was unable to locate the program dexplore.exe. What's also strange about this install is that in the background you can see "Microsoft Document Explorer" 2005 running with the progres ...Show All

  • Smart Device Development Unable to read message body in CE 2005

    Greetings all I am unable to read the message body of Email Messages on a Mobile 2005 device. On 2003, everything is fine; however, on Mobile 2005, it does not When I do the following, I get an error IStream* istream; HRESULT hr = m_pMessage->OpenProperty(PR_BODY,&IID_IStream, STGM_READ, 0, (IUnknown**)&istream); if (FAILED(hr)) { TRACE(_T("CMAPIMessage::GetBody - OpenProperty: %X\n"), hr); return _T(""); } However, works fine in 2003. Any suggestions check here http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=593988&SiteID=1 ;) ...Show All

  • Visual Studio 2008 (Pre-release) TabIndex for custom control

    I have a TabControl with TreeView in it. How can I set TabIndex on all TabItems of TabControl and all toggle buttons of TreeView that it will be possible to move throught all TabItems and after that throught all toggle buttons ...Show All

  • Community Chat updated browser

    removed   Only 26 child safe websites The number should be unlimited... Also, instead of having the back forward and refresh buttons as buttons... why not make them image buttons instead Also, from the screen shot I inferred that you can only play three songs Or rather, only have three saved... eh... that really doesn't make much sense to me I've got like 1,000 songs and to only have 3 in a library would be painful... by limiting the number of saved items you really restrict your application's potential. ...Show All

  • SQL Server SQL Backup hangs, server freezes

    We have SQL 2000 running on Server 2003. The server has 4 GB RAM, RAID 1 and has the /3GB switch in Boot.ini. We have 6 databases, the largest is about 14 GB. Until recently I could use Enterprise Manager to perform database backups to a folder on the same server but now the operation fails. After selecting the location for the backup and clicking OK, the hard drive light comes on but goes out after 15 - 30 seconds. The progress bar does not move. I've waited and waited but nothing further happens and the server doesn't respond. The only solution is to push the power button and let the server re-boot. Very occasionally the backup will run for a minute or two and the progress bar might get to about one third of the way across, (in which cas ...Show All

  • Visual Studio Unable to debug: The binding handle is invalid

    When i try to debug a C# application I get this error: Error while trying to run project: unable to start debugging the binding handle is invalid What can i do Thanks for your answers Thanks for your efforts ZAiNT. Both your work around, and the work around of disabling the Visual Studio hosting process actually have a fairly similar effect on how the debugger works internally. Since it sounds like several people have run into this, if possible we would like to know what the real problem is. So if you have the time, could you let us know: If you start a managed process outside the debugger (Ctrl-F5), are you able to attach to it (Debug->Attach To Process) If not: At which point does it fail If you ...Show All

©2008 Software Development Network