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

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

darkwarrior0404

Member List

Richie_C
marcyduan
Umberto
BBrazeal
Poney
Dreedle
IamHuM
Jamie Clayton
Tonton888
Duque Vieira
rlnd
sanjay tiwari
worldhello
Waldi
Sunny Gpal
thys
mary.oneill
Peter Peng
Jarod.Net
Asday
Only Title

darkwarrior0404's Q&A profile

  • Software Development for Windows Vista Where can I get the Windows Vista Beta2 ?

    I find that the download link in Microsoft website now is down because of high demand! So how can i get it Help me please! Hi, You can Download Windows Vista by Microsoft Windows Vista Customer Preview Program We invite you to be among the first to experience the clarity that Windows Vista can bring to your world. The Windows Vista Customer Preview Program makes a pre-release edition of Windows Vista Ultimate broadly available to the public for the first time. Note: This is beta code and should not be used in a production environment or on a main machine in the home. Beta 2 is intended for developers, IT professionals and technology experts to continue or begin their testing of Windows Vista. Befor ...Show All

  • Visual C# changing table names

    I have a bound dataset, with tables (2000,2001,2002,2003 etc). all these tables are the same, just different names. Because these names will change over time I want to be able to add them within the program. If I design the form around the table 2000, can I change it to display the information from table 2003. The table 2000 would have a tableadapter and bindingsource. If this is possible can anyone show me in c#. Thanks in advance. Hi, is there any special reason for using different tables How about using the same table, just loading it with different (filtered) data You could perform filtering either by loading the whole table and filter records by the year (this might be a ...Show All

  • Visual Studio Express Editions When connecting to SQL Server 2005

    I get this error when I try to use website ASP. Net Configuration. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connection. ( provider: SQL Server Network Interfaces, error: 26 - Error Location Server/Instance Specified) I right clicked on Data Base open modify connection clicked on Advance properties was set: Data Source .\SQLEXPRESS Any help LHR I got it figured out. I had install the wrong version Microsoft Visual Web Developer 2005 Express Edition. Working great. lhr ...Show All

  • Smart Device Development SmartCard

    I had build an application for smartcard. But it gets failed when we try to recieve or write on smartcard using SCardTransmit API. On again searching i got that MSAPI supports only microprocessor based smartcards. Is this information correct. Can anybody tell me from which vendor should i get smartcard (should have standard) so that it supports microsoft smartcard API's. I am using Cherry Smartcard reader, so which card should i use so that it should completely support microsoft API's Chandrakant Hi , This forum is primarily monitored by Visual Studio for devices group. Please check this link for more appropriate forums for this type of queries. http://forums.microsoft.com/ ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Starting 3D from 2D

    I come from a 2D background and figure that XNA is a perfect chance to start making some 3D programs, one problem: the math and terms involved are becoming too much for me. I'm looking for a resource to simplifiy the 3D process, I went through the nice video tutorials and got my ships moving and rotating; even got them rotating/moving on all three axis (axi ), albeit with some weird behavior. Terrain terrorifies me, I have no idea on any of it. I'm looking more so for explanation rather then code, I followed reimer's tutorials but I found them incredibly confusing; they seem more angled towards someone to play with the code rather then learn from the explanations. Anyway, please if you have any resources share'em with me because I'm con ...Show All

  • Visual Studio Team System Iterations and builds

    I'm new to VSTS and trying to set up a few projects across the company using the Agile template. The one thing I'm not sure I understand is the mechanics behind work items, builds, and iterations, and how they relate to releases. My end goal is to be able to track what bugs are in which releases, and what bugs are fixed in what releases. My thinking was to set up an iteration with a release build number - I guess what I'm having trouble resolving is that the template wants you to apply a 'found in build' number to a bug, and the builds don't really relate to releases or iterations in any way. I'm not particularly interested in mapping bugs to nightly or dev builds - I just need to be able to tell for a client on version x, they have this l ...Show All

  • SQL Server How can I backup only jobs scheduler?

    hi All, Please hep me how can I backup all jobs scheduler (It's not be a backup data by job scheduler) and restored all the jobs at the beginning of a week. ...Show All

  • Visual Studio Express Editions why wont thins work?!

    hello, i am stuck with this thing!! i want to make a timer that count's down from 30 to 0 and this is what i've used. class timeDown { private int _time; public int time { get { return _time; } set { _time = value ; } } } then on the button i want to start the timer i put private void button1_Click( object sender, EventArgs e) { timeDown count = new timeDown (); count.time = 30; timer1.Start(); } and on the timer_tick thingy i put private void timer1_Tick( object sender, EventArgs e) { timeDown Count = new timeDown (); int num = Count.time; int final = num - 1; Count.time = final; label3.Text = final.ToString(); } ...Show All

  • Visual Studio Team System Email notification per folder per user

    Hello! Is there anyway we can restrain the email notifications for only certain folders in the Team Project Also, not the every member of the development team checkin but just a particular developer checkin should instigate these email notifications. Thanks! I tried the bisubscribe event for filtering through the folder level. Although the command does show that the new event has been created, I don't get any email alerts. This is the command I used: Bissubscribe /eventType CheckinEvent /address <myemailaddress> /deliveryType EmailHtml /server vstfdev /filter "'Artifacts/Artifact[starts-with<@ServerItem, "$TP/folder1/folder2")] <> NULL'" I ensured that my smtp server is th ...Show All

  • Visual Studio Team System Project Date Syncronization

    Hi there, we are using TFS extensively in our company, but i am running into some "wish it would work" issues. When creating a project in TFS and an adjacent project document to manage task sequences i find that if i syncronise from my project document to TFS the dates are updated successfully. If there happens to be another project document linked to the same project on TFS in which you update the task times and start and end dates the same doesnt happen when i refresh from the original project document. Okay ... simply, i can update the dates from one project doc (publish it), then from another change it (publish it), but cant find a way of updating the original doc with the changes directly from TFS. I have changed t ...Show All

  • Windows Forms Cannot accessed a disposed object named ComboBox

    Hi, Has anyone run into this error before "Cannot accessed a disposed object named ComboBox" Basically, I have an MDI application using Visual Basic. net 2003. The weird thing is that it happens for a particular computer/user. Please give me some of your guidance. Thanks. Minh Most typically, this happens when you have a reference to a form that was closed by the user. Be sure to trap the FormClosed event for the form to know that the reference is no longer valid. Set it to null to ensure that the form can be garbage collected. ...Show All

  • Internet Explorer Development Suppress IE HTTP Error Pages

    Hi, I'm trying to send custom error-pages with the HTTP-Server I wrote. No when it comes to the IE (6 in my tests), the browser replaces the error pages I send with it's own. And in this case destroying the website layout I use. How can I assure that my custom error pages will be used I'm sending for example: [code] HTTP/1.0 404 Not Found Connection: close Date: the actual date Server: myHTTP Server v.0.0.1 Content-Type: text/html Content-length: 4711 <!DOCTYPTE.......... [/code] and so on... Greetz Spanky In IE7 & IE6 its based on the size of the page. So if you make your error page large enough (in bytes) IE will show it instead. I think ...Show All

  • Visual Studio 2008 (Pre-release) Serialization error.

    hi friends, I want to serialize a System.Windows.Documents.Paragraph object and pass it to another machine which will deserialize it. Can anyone guide me which appropriate Serialization technique to use to serialize the System.Windows.Documents.Paragraph object and deserialize it in such a way that no error is generated. I have try to serialize the Paragraph object created using the ObjectStateFormatter class(found in System.Web.UI) and ObjectStateFormatter was successfully able to serialize the paragraph object to string so I transferred the string using WCF on another machine but when I tried to deserialize the string I received an error that Serialized data is invalid. hi Mr. Relyea, you might know that we need XamlReader to co ...Show All

  • Visual Basic Bringing in FORTRAN dlls using DLLimport

    I'm having a problem getting some unmanaged code to link into a program I'm writing. I have some FORTRAN legacy code that I don't have the option of rewriting, and I need to link several pieces of it together, as well as create a GUI for it. I've created a wrapper class for it using a DLLimport statement and I keep running into the following error: System.BadImageFormatException was unhandled Message="An attempt was made to load a program with an incorrect format. (Exception from HRESULT: 0x8007000B)" Source="FORTlib" where FORTlib is my wrapper class. The code is attached, the mentioned dll is the dll named in the code, called "readFile.dll". Surprising I know. This is a very simple piece of code, I' ...Show All

  • SQL Server T-Log : Recovery Model

    Does Transaction log in Simple recovery model behave like Full during the transaction or it behaves like Bulk Logged To make my Q simple, if I do BULK operation (BULK INSERT) & my DB is in simple recovery model, does T-Log records BUlk Operation OR it does it log FULL until the BULK operation is complete. It will not be exactly the same as either in all cases, but SIMPLE will be very close to BULK. -- Peter Byrne Microsoft SQL Server Storage Engine This posting is provided "AS IS" with no warranties, and confers no rights. wrote in message news:cd6210eb-d7bf-40d7-9e4b-4594b3cd29e9@discussions.microsoft.com... > Does Transaction log in Simple recovery model behave like Full during > the transaction or it ...Show All

©2008 Software Development Network