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

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

slimjinky

Member List

Sarwanan
Mark Kuether
PotatoHead
ChunHo
lm - MSFT
alpha1105omega
tstein
Said
Tuomas Siren
ummroffice
Michele Tenuti
Tianlei
Andris Ažēns
dougde
greenhart
Mydotnet
KyleB
Jeff Wharton
MAP Tiger
Ayooya
Only Title

slimjinky's Q&A profile

  • Visual C# But customErrors-mode IS "Off"!!!

    This is not the first times this happened... I am developing and debugging a website. I can run the site from Visual Web Developer without problems, there are no errors. However, whenever I want to see the result from a "remote computer" (or simply through another browser using the URL), I get a "censored" error message. On this page I am requested to set the CustomErrors-mode to "Off" in the web.config file if I want the error message to be vi ...Show All

  • Windows Forms Exception Handling in Windows Forms

    All, I want to bring the focus to handling General Windows Forms exceptions.  In ASP.NET we have Global.asax.cs file that has Application_Error() function where all the exceptions that's not been handled for the application bubbles to the function and you can ...Show All

  • SQL Server Making "incremental" updates to a data warerhouse

    We have a legacy database whose data needs to be included in our yet-to-be-built sql 2005 data warehouse. Some of the tables don’t have any natural candidates for a primary key. (Of course, we also need to add other data to the mix.) Suppose we load the empty warehouse initially. In following loads we don’t want to include those records that haven’t changed from the first load (“duplicates”) but we also don’t want to delete the conte ...Show All

  • Visual Studio Express Editions Binary to Number... Maybe vice versa

    Hello, Once again, I have a question My question is this: How can I convert Binary a Number and vice versa I've seen simple PHP pages do this but I can't find anything online about this. If there's an algorithm, then please tell me, I'll try to implement it. Thanks for any help! Keehun Nam This might give you a start: Add a button and two Textboxes to a form. In the Button's Click Event put the following code: ...Show All

  • Visual Studio Express Editions Visual Studio C# 2005 Beta 2 won't unistall

    I uninstall all of beta 1 to the best of my knowledge and installed Beta 2. When I run Beta 2 I get the following error message... "Package 'Visual Studio Common IDE Package' has failed to load properly (GUID={6E87CFAD-6C05-4ADF-9CD7-387943875B7C)}. Please contact package vendor for assistance.  Aplication restart is recommened, due to possible environment corruption.  Would you like to disable loading this package in the future   ...Show All

  • Visual J# NumericUpDown

    Hello! I've been working on this problem for days now... and I can't solve it. Here's the thing: Is there any way to see when a numupdown value has decreased or increased I am making a program, that, depending on the value of a NumUpDown control, counts the price of an item. When a tab is entered (OnEnter) the NumUpDown control is activated. It's value is set to 100. if (lenght >= 100 && lenght < 110) {  &n ...Show All

  • Windows Forms Help with DataGridView ComboBox NullValue

    I have a DataGridView ComboBox column.  The value is bound to a database table and the list is filled from a table or by explicit add commands -- doesn't matter. I need to set a Null value into the database when nothing is selected (or a specified item is selected), but things aren't working well for me... For a NON-DataGridView combo box, I create a list where one of the items displays as empty and it has a value of DBNull.value. ...Show All

  • Windows Forms Remove Data Sources from IDE

    I am new to the IDE and I can't figure out how to remove data sources that are displayed on the data sources tab. Can anyone give me any tips on this Thanks Hi, You can right click on the data sources and choose remove. If the DataSources are Typed DataSets, you will be removing the Typed DataSet from your project. If you're using Objects, you'll simply be removing the pointer to the object in your projec ...Show All

  • Windows Forms Capture MouseClick or MouseDown event in WebBrowser Control

    Hi! Is it possible to capture the MouseClick or MouseDown event in a WebBrowser Control I tried but it seems that the events are not firing.... Thanks for your help. Jus You'll need to sync the event you want on the particular HTML element.  The way you do this is to use the DocumentComplete event - surf through the WebBrowser.Document, find your element and sync the mouse event you want. ...Show All

  • Visual Studio Team System Question about authentication through VPN??

    Hi, We have some long term contract developers that work for us - we provide them a VPN account to get into our network and I was wondering if that will work the the TFS client   the user logs into their computer using either the domain account or local account (not sure which one) then VPN's to our network - question is, with the TFS integration with AD, does that work through only a VPN connection or does the user "really have to be ...Show All

  • Visual C# Windows Media Player Help

    Is there any way of retreiving Windows Media Player's current playing track i've been looking through all of the classes, interfaces, and everything else in wmp.dll but i cant find anything. is it possible to get the name of the song what i mean by that is the ID3 song info. i know how to do this but i dont know how to make an instance of it using new.         WindowsMediaPlayer media = new WindowsMed ...Show All

  • Visual Studio Express Editions The application failed to initialize properly (0x0000005)

    Dear All Thank you first i want to ask you whene am runing vs.net and open any project and make start Debugging i see this message The application failed to initialize properly (0x0000005) . Click Ok To terminate the application just create new project and runing Start Debugging iam seeing this message and am reinstaling vs.net and get the same error thank you for all ReneeC wrote: ...Show All

  • Visual Studio Tools for Office Visual Basic Excel Project

    Ok, I have posted many times on this forum for this subject, but so far I am yet to find the answer I'm looking for. I am trying to create a very simple application with Visual Basic 2005. I have a number of Excel workbooks and simply want them to be opened from a command button within the application. However, I would also like it to meet the following conditions: 1. The application should open on any computer, ie. the problem i have ...Show All

  • SQL Server Problem with select into querry

    I have two database on same server. I want write a querry, witch qering the data from 1st database, than create a new table on the 2nd database. But the in clause after the into clause permanently generate error. Here is the query’s little part: Select ….. into Backup in ’Test.mdb’ from … I try wrote other ways in ’Test’ in ’dbo.Test’ in dbo.Test but none of them work its onl ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Sharing Vertex Buffer between meshes

    Is it possible to store multiple meshes (Microsoft.DirectX.Direct3D.Mesh) in one vertex buffer to avoid vertex buffer switching Or is it the best not to use the D3DX mesh object at all    Switching vertex buffers is really not very expensive. Even if it were, if that's your biggest performance worry, you are in a very good place indeed - there are usually a lot more important things to optimise before ...Show All

©2008 Software Development Network

powered by phorum