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

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

Tanmaya

Member List

TinyGuan
Temha
Andreas Haug
Giber
eswar.p
OfF3nSiV3
collide
YiNan
mary jane
RhysDavies
mrotoloni
beanz41
Aldo Mtz S
Demonslayer
jwaters
BobP - BIM
Aditya Kirloskar
robben07160
Colin Mackintosh
Leon Mayne
Only Title

Tanmaya's Q&A profile

  • SQL Server How to restore SQL 2000 DB to SQL 2005

    Hi, All I am trying to restore SQL 2000 DB into SQL 2005 Database. I backup the database from SQL 2000. From Management Suit, I try to restore database but I can not see network drive from there even though SQL serveris running under network account. I could see network drive from SQL 2000 or at least I can type path to find backup file. However I can not do this.. My Q is: 1. How can I restore this SQL 2000 db to SQL 2005 using network path 2. Since backup is SQL 2000 database, when I restore into SQL 2005, does restore upgrade system tables and other schema to SQL 2005 as well If not, what is the best practice to upgrade this database into SQL 2005 Upgrading SQL 2000 current server to SQL 2005 is not an option at this point. Eventually p ...Show All

  • Visual C# Recommendation

    Hi Guys Basicaly i am a MSCE and want to expand my horizons. so i decided i wanted to start programing and i have decided to start with C# it may not be the easist but i would like to start there. if anyone could give me advice were to start and which C# book would be the best for someone who has had little coding expeirence. Thanks Hi, Welcome to the C# world! This thread can help you: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1221320&SiteID=1 Thank you ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. ContentManager setting parameters on custom effects in the Draw() method

    Where is the best place to set effect parameters An example below will best demonstrate the problem I am having, because I load the effect via the content manager, I have to set the effect parameters within the Render() method, because if I set them in the Update() method and many objects reference this effect then the last object that has the Update() method called on it will take precedence over what the parameters are set with. I thought its a good idea to minimise the amount of work Render() has to do and only do rendering Maybe this is not a problem and I am getting worried about nothing and its perfectly normal to set effect parameters in a Render() method Of course I dont want to create a seperate effect instance for each of my ...Show All

  • Visual Studio 2008 (Pre-release) Where is system.windows.dll

    What do I need to install to get system.windows.dll I need it for System::Windows::Media. Searched the disk and it's not there. I Installed the SDK and .Net3.0 and 2005 Extensions on Vista Ultimate. Thanks Doc Thanks for your reply... In my header I have using namespace System::Windows::Interop; what do I need to import in my stdafx.h #using <system.windowsbase.dll> Says could no find that assembly Doc ...Show All

  • Windows Forms Specifying Columns in Code

    I am trying to populate a DGV in C#. I'm using a dataset that has multiple columns of data, but I only want to display certain columns. I'm using the this.datagridview1.Columns.AddRange() method, but I'm having a few columns display that aren't in the AddRange method. Is there another way to limit which columns are shown from a code point of view Thanks! ...Show All

  • Visual J# Visual J# 1.1 Redistributables XP Embedded

    Is there a component for XP Embedded for Visual J# 1.1 Redist. available Hi, If you have built your assembly on 2.0 Framework then there is no way you can run it on Fx 1.1. This is true irrespective of the language you have chosen for coding, i mean a C# assembly built in 2.0, can't be run on 1.1. The reason is that 2.0 aseembly metadata has changed from 1.1. That's why even if you write a config file to redirect to 1.1 and run your asembly, you will get a BadImageFormatException. Now coming back to your problem, i am not getting following statement completely... "The customer / 3rd party application developers require the J# redistributables which in turn requires the .net 1.1 component" Does this statement m ...Show All

  • Visual Studio Express Editions Picture Viewer

    I now have the Thumbnail Control working, after my last post it's a control that is fully independent, all you need on the form is a PictureBox, Panel and Button in the Buttons click event you place one line of code ShowThumbs.GenThumbs(DirectCast(pnlThumbs, ScrollableControl)) and that's it. So why am I here well it's because when the thumbs load they take a long time first each picbox loads in the panel one at a time then the pictures load.This isn't bad for a few Images but if there are 100 Images! What I want is to create the thumbs quicker. Any Ideas If you want to see the code let me know and I will post it. No, as usual you're bang on, it's the blue rectangle that I need to remove. Tried this ...Show All

  • Visual Basic Populating a field by selecting from a pop-up lookup list

    Hi. I've got a combo box "cmbxDepartmentID" whose row source is a lookup table "tblDepartmentLkup", which has over 3000 records, many of them similar in name (department names at a university / hospital). During data entry, the user will need to view all department options that are similar to the information on the written form (usually abbreviated). What I have now is a button on the form that opens a parameter query "qryDepartmentLkup", where the user enters known info and wildcards (*). The user can then copy and paste their selection. This works fine, but what I'd like to do is: 1. Have the button open a form (maybe "frmDepartmentLkup") based on the above parameter query, I guess in d ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Any "Keyboard.SetState"-like features in XNA? A simple question for a complex problem...

    Hi to the MSDN community! I'm currently trying to implement a simple force feedback feature in a motion sensor-controlled Pong clone written using XNA Game Studio Express, but to do so I need to pass a simulated keypress to an external application I cannot modify (GlovePIE, an input emulator who only accepts keypress events). So, I'd need a method to set an unused key's state to "pressed" (while it physically isn't)... but I can't find anything like this. Could somebody please help me Thanks in advance :) I am guessing you want to access wii-mote on Windows :) You should just skip GlovePie and access the wii-mote directly: http://www.ziggyware.com/news.php readmore=150 If you still want to send a ke ...Show All

  • SQL Server Get the variable from Execute Process Task to C#

    Hi! I need help with some C# code. I have build a SSIS package with an Execute Process Task. I need to send dynamic variables in to my C# program so I thought it was a good idea to use the StandardInputVariable. How do I get the variable in my C# code Thanks Carl I tried it but it didnt worked. The only thing I got was the name of the variable. You wrote earlier: is this necessary can't you just use a dynamically updated ssis variable when calling your executable in the execute process task What did you mean by that ...Show All

  • SQL Server Cannot open user default database. Login failed

    Hi, I have installed SQL Server 2005 Express edition and when i try to run the web site as http://127.0.0.1/SiteName/Login.aspx . I am using default SQL Provider. Can anyoone please help me i was struck here from last two days. System.Data.SqlClient.SqlException: Cannot open user default database. Login failed. Login failed for user 'XXXXXX\ASPNET'. Regards, Pradeep. Hi         Thank U verymuch for the reply. I have created the ASPNET User using Microsoft SQL Server Management Studio Express but the result is same.       How can i see the default database for ASPNET user.... Regards, Pradeep. ...Show All

  • Windows Forms Tab Based MDI

    Hi All The application I'm working on currently has multiple forms/instances of the same form open at once. Rather then have the user minimise and maximise each window each time they want to look at it, I want to create some kind of Tab-Based MDI, similar to the one used in Visual Studio 05 and applications like Dreamweaver etc. How do I go about creating something like this Thanks! kryzchek wrote: I personally just use the DevExpress component library for it, but if you don't want to spend the money, take a look at this: http://www.codeproject.com/vb/net/DockPanelSkin.asp Very cool -- thanks for the link! ...Show All

  • Visual Studio How to expand an img file?

    I downloaded En_vs_2005_Pro_90_Trial.img ... Now What I clicked on it and my system does not know what to do You will need software that can handle disc images. Nero, Roxio,MagicISO,ISOBuster are all examples of software to handle disc images. Chris McNear ...Show All

  • SQL Server How can i treate Huge DB size in sql server 2000

    Hi all, I have DB in operation its MDF size reached 8.38 GB and the system that work on the queries of insert timeout and the operation failed and many problems happens ... actually the reason of the huge size of the DB is just one table that contain image field which we store word files in it in each row in the table ......... so how can i solve this problem without affecting the structure of the DB ..... coz we don't wanna to make code changes in the application that use this DB thanks there are many article available... google it...  i think this will give some hints http://www.microsoft.com/technet/prodtechnol/sql/2000/reskit/part10/c3861.mspx mfr=true regards Madhu ...Show All

  • Gadgets OT: Suggestions about gallery.live.com

    Several things stand out about this site, now that people are starting to use it. So, here's some suggestions: Implement some sort of language filtering. Although I have nothing against the use of non-English and think it's actually commendable than MS allowing it, I would rather filter out Gadgets that are of no use to me. Alternatively allow multiple languages in the Gadget description, or some form of language translation. Improve Gadget images. It would be great if you could attach screenshots, as well as the 100x100 icon. Do something about Gadget spam. "Vamos Strip Player" springs to mind, I'd hate to think how many times it's posted. Remove the 1000 character limit on the description field, and allow it to be rich text ...Show All

©2008 Software Development Network