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

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

Rivorus

Member List

Phenom7413
nilesh
Brad Cowart
Blerus
Chakry
Zia1
jcvecka
Anr
ahmed1979
Feras
PhilipD
pederb
Szindbad2
BrenB
AntoineF
biscuitlad
T. McClung
vbvan
NWC
Juan Carlos Velez
Only Title

Rivorus's Q&A profile

  • .NET Development XPath and case sensitive problems

    Running xpaths against a xml doc (comming from a mssql server) and having trouble with case sensitive letters. I have tried to use the xml translate funktion, but it would need an exact match in the DB anyway. If I look for the name John and it is typed JohN in the DB I get nothing. Is the only solution to 'wash' the data in the DB. Are there any work around to make a xpath query non case sensitive  XPATH 2.0 (next version) has functions to deal with case-insensitivity, but unfortunately the current version does not. Your option is to try to incorporate a 3rd party solution such ...Show All

  • SQL Server 2 notification classes in the one app.xml

    Hi i was wondering if notification service allowed for 2 notification classes with in one aplications I have a running notification instance that notifies me when a colums value in my database is set to '1' this works fine. But i also want to be notified when the colums value is set to 0 from one. i could just create a new subscription for this notification but i want to this notification to be Transformed with a different XSLT doc and with a different email subject line and email. Im guessing that i need to create a different notification class in the app xml doc but im not aware of the sytax for doing this ie linking that reporting clas ...Show All

  • Microsoft ISV Community Center Forums Hyper link Macro

    I am new to this stuff. I want to add hyper links to a series of numbers.eg 100 101 102 103 etc There is a number folder for each hyperlink in excel. So the 100 hpyerlink will open the 100 folder and so on. I can do i Macro to do one folder. How to i get it to do hundreds without repeating myself. Thanks for you help, cheers Boots Below an example First create workbook with one sheet named "100" Run the macro and you have 101 sheets the links are in sheet "100" Suc6 Sub CreateLinks() Dim Max As Long Max = 100 Dim Idx As Long With ThisWorkbook For Idx = 1 ...Show All

  • Visual C# Getting name of cd in cdrom

    I can use the Directory and DirectoryInfo to get every bit of information about the files contained on a CD in the drive.  I can use the DriveInfo to get all the specifications about the CDRom with the exception of the Name assigned to the actual CD.  The best I can get is the Drive letter and volume label.  The volume label is not always the same as the cd name.  For example, I have my bluetooth driver CD in at the moment.  The name is KensingtonBTW.  The volume label is something like 09893-0933.  I have been unsuccessful finding a way to get to the "KensingtonBTW" name. System.IO. DriveInfo d = n ...Show All

  • Visual Studio 2008 (Pre-release) Vista Beta 2 IIS7 setup

    I've just upgraded to the new Vista Beta 2 build 5384 and am unable to get any of the WCF samples provided with the SDK to run.  I'm pretty sure it's just an IIS7 setup issue. From reading around i've seen a few sites recommending that i add a MIME type mapping for the .svc file... but i cant' work out how to do that.  This ( http://www.iis.net/default.aspx tabid=2&subtabid=25&i=1032) suggests that there should be a MIME Types item in the list of things i can configure for the default web site in inetmgr ... but it's not there Here's what i have done so far. Installed... 1. Vista 2. IIS - added the windows featur ...Show All

  • Visual Studio Tools for Office adding a button to the email message window in outlook using vsto

    ive done a bit of searching on the net and this forum, but i can't find any definitive examples for doing this. i came across a few hacks, but someone must a simple and good example for how to do this thanks I would look at the ShortcutBar example for an example of how to add a button to a CommandBar. After that, you want to set an event on New Inspectors, much the same way the example sets them on Explorers, and add to those CommandBars. ...Show All

  • Windows Forms How to enable scrolling custom form designer using the middle mouse button?

    How to attach an event handler to enable the scrollong of a custom form designer by using the middle scrolling mouse button Thanks, Alan ...Show All

  • .NET Development web service attach file

    Hi! How can I call a web service and attach a file to transmit Thank you for the anwer Bachir Have a look at: http://msdn.microsoft.com/library/default.asp url=/library/en-us/wse/html/6d65ea5f-eb78-41bc-8964-df1271d9d5a7.asp Cheers Rich. ...Show All

  • Software Development for Windows Vista Vista Beta 2

    I am also having the same problem I was trying to reply to a different message and started a new thread by accident. Anyway I'll pose my original question, when I try to extract the Vista beta 2 OS. I only get a 2k notepad file stating "This disc contains a "UDF" file system and requires an operating system that supports the ISO-13346 "UDF" file system specification." I can't figure out what i'm doing wrong. ...Show All

  • Windows Live Developer Forums Test game: MessengerQuest

    Hurrah! Finally I got Messenger-Quest done... Four days of terrible hard work has resulted in a really cool game :) Unfortunately the <s>lazy bastar...</s> people checking the apps have holiday too, and they can't check it till after newyears :( So, Because I don't want those 4 days of work to go to waste, I've put the Msgrp2p file needed online :) http://www.stuffplug.com/MessengerQuest/msgrp2p.xml I'm sure you know how it works ;) If you have feedback, give it quickly, as I will be leaving for a nice skiing holiday tomorrow :) Oh, one final note, I *know* the source is completely unprotected, that doesn't mean that I give you p ...Show All

  • .NET Development Closing an External Program

    Hello Everyone and thanks for your help in advance.  I have a third party program that is opened daily using Windows Scheduler, which in turn runs a process.  However, at the end of the process, the program does not close itself instead simply terminating and leaving itself open.  Because of this, Windows Scheduler fails on the next attempt to launch the program unless someone manually closes the program daily.  I know a Windows form can launch an external exe, and assume it can also be used to close an external program or process, however, I do not know how to do this.  Any insight on this topic would be greatly app ...Show All

  • Windows Forms DefaultNewRowValue problem

    Hello! I have the below class which I'm using to assign a default new row value. When I add a new column to a DataGridView and assign the CellTemplate property of the column with an object of the below class, the default row value isn't displayed. I have trid to replace the defaultNewRowValue with just a string in the DefaultNewRowValue property, and then it works as supposed. ...Show All

  • SQL Server Open empty environment

    What happened to the Query Designer   It's a modal window that doesn't allow you to drag tables from other databases into the query.  SQL 2000's verion of Query Designer was so much better than 2005.  What happened   Are the developers at Microsoft completely retarded   Also, why do I have to log into my database servers everytime I open "Server Management Studio"   Who thought up that nice feature   Probably the same brillant folks that redesigned Query Designer.  Why would you want to have a forced login procedure for every database everytime the program is opened.  Once again Micro ...Show All

  • Visual Studio 2005 Beta 2 TryToShow bombs VS if the code #region is colapsed

    I'm developing an addin to display class information in a treeview.  When the user gets down to the property level I want to display the line of code. Here's what I'm doing: cdElement.StartPoint.TryToShow(vsPaneShowHow.vsPaneShowTop, 0) Here's the problem:  If the code you are trying to view is in a #region and the region is colapsed, VS Bombs big time!  (Exception from HRESULT: 0x80042005) If the region is expanded before you attempt to view the code, everything works great. So I was looking for a work-around when I discovered there is no way to expand the regions in code.  There's " ToggleOutliningExpansion" but that's ...Show All

  • Visual Studio Express Editions SelectedIndexChanged gives exeption?

    I am trying to use the SelectedIndexChanged event in the simplest way possible... the first time the event fires, everything is ok, but the next time I get an Argument Out of Range exeption. What am I doing wrong here Any help appreciated This is the code:- Private Sub ListView1_SelectedIndexChanged( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ListView1.SelectedIndexChanged MsgBox( Me .ListView1.SelectedIndices(0) ) End Sub Thanks, I get it... the event fires twice, when the "old" selected item is deselected, and then again wh ...Show All

©2008 Software Development Network