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

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

djsavlon

Member List

NetPochi
PawanSingh
Rajesh Kumar Revelli
Alexan
Ron J51027
Doga Oztuzun
David_Reynolds
friendster
Cammyr
Rames Gantanant
Cammyr
MrFrijole
swalker
Viktor78
rbennet8
Ignatius V Ignatius
kulkarni
ming_68
Mike Herrick
hanafi
Only Title

djsavlon's Q&A profile

  • Windows Live Developer Forums Saving maps

    Hi, Is there a way to save a map (along with pushpins) as a pdf or a image file My client really will like if we could save a map as an image or a pdf file so it can be emailed to other users. Thanks, Sanjeev Madhu, Unfortunately, I was not able to find a way to save the map as an image. However, if you have pdf editor installed, the print functionality lets you save the map along with the scratchpad entries (pushpins etc) as a pdf. Our users were able to work with that. Thanks, Sanjeev ...Show All

  • SQL Server Specify Auto-Increment in identity column with SQLXML Bulk Import

    I am using SQLXML Bulk Import with SQLXMLBULKLOADLib.SQLXMLBulkLoad4Class in Visual Studio 2005 sp1 with SQL Server 2005. I can create a table in the database with a simple schema and even specify the identity key column. But when this column is created, it does not create it as an auto-increment identity column. Q: Does anyone know of a way to specify auto-increment in an attribute or annotation of the xsd to force this property to be set in the database when the table is created Here's what I've tried so far: sql:identity = "ignore" This attribute is mentioned in the mapping-schema: urn:schemas-microsoft-com:mapping-schema but it does not have the desired effect. It is intended to ignore values specified in th ...Show All

  • Visual Basic My Email App Sends to Junk and Spam only

    I have Developed a Windows Application using Visual Basic .NET 2003 All Problems about CDO Object and Attachment file size it's all solved but there is still one problem it sends only to Junk Mail Or Spam It Never arrive to Inbox except one time it just arrive there and didn't happened again Oh plus as Security Problem I can't use a specific SMTP Mail My Code always Use my Machine as SMTP Server and it send as any email with any Domin name even it's not Exist Please Ineed Help I believe the whole junk/spam filter is to do with your email client filter rather than your application AFAIK What happens if you use the same email address as the Sender, and to the reciepient, if you manually send the email Does it still arri ...Show All

  • Visual Studio Team System Requirements for SpellChecking with FxCop 1.35

    I've looked everywhere (Forums, Google, FxCop documentation, GotDotNet website) and I haven't been able to find the requirements for getting the FxCop "spell checker" to work. All of the posts I see just mention the installation of "Office" - which is very ambiguous... 1. What version of Office 2. Which Products from Office are required 3. Do I *have* to install Office or can I just include the required DLL's in my FxCop folder TIA Dave You should be able to use Office 2000 and above Any product that installs the spell checker bits Yes you need to install Office. Regards David ...Show All

  • Windows Forms radiobutton event set coordinates for image?????

    ok, newer to developing (at least in C#), but I want to have an array of 81 radiobuttons at specified coordinates (done), when clicked they will go to my "placepiece" class (does what it says), BUT i want to input the coordinates of the clicked radiobutton into the placepiece class, in the event code [note, b5 is just ONE of the buttons]and also i do not know how to implement it into the playpeice code after that...where should it go in this code/how should it go there, i tried to set a variable for each button, but got an error...help!( b5.AutoSize = true ; b5.Location = new System.Drawing.Point(330, 90); b5.Name = "b5" ; b5.Size = new System.Drawing.Size(37, 17); b5.TabIndex = 61; b5.TabStop = true ; b5. ...Show All

  • Visual Basic Workbooks.open

    Hello all, I have tried numerous ways to modify the responses to "Openening an Excel file from within project" to open an existing Excel workbook and also select and activate a minimized workbook but have totally struck out, Can anyone give me some guidance Also, where should I be looking for samples that answer such basic questions Thanks very much. Noel Rietman <% @ Import Namespace ="System" %> I will give this a try but I do not understand. I have not seen this in any of my books. What does the <%@ do Thanks Tom Hallmark ...Show All

  • Visual Basic MDI child forms problem: Minimize button acting as Restore button with second child.

    Hi, Having a strange problem with an MDI application I'm developing. The child form is set to be maximized for the initial window state. When I create the first child, it is shown as maximized like I want. And when I click the Minimize button, it minimizes as I want. But here's the problem. If I create child one and then create child two with both with a WindowState of Maximized, and then click the Minimize button, the active child form changes to "almost maximized" as if I had clicked the Restore button instead. If I click the Minimize button again, it will minimize properly. If I instead click the Maximize button to maximize the form and then click the Minimize button, it will minimize properly. I hope I'm making sense ...Show All

  • Visual Studio 2008 (Pre-release) Http password setting in WCF

    Hello, I want consume a Web Service with a WCF Client. The Web Service server supports only a http connection. In a old console application i set the password setting with ICredentials: ICredentials creds = new NetworkCredentials("myUser", "myPassword"); service.Credentials = creds; When I try to use this in a WCF application i get an error that I have to use a https connection. How can I set the password and user in a WCF application with a http connection Best Regards, Boris You cannot use transport level security without SSL when using the "username" credential type, as this would be a security risk (username and password sent in clear text). WCF prevents ...Show All

  • Windows Live Developer Forums Using .FindLocation with an address that contains a '#'

    Using .FindLocation with an address that contains a '#' I get an 'Object does not support this property or method.' This is in the: VE_SearchManager._HandleFailedWhereSearch method. Any ideas -Steve   Developer Steve wrote: Using .FindLocation with an address that contains a '#' I get an 'Object does not support this property or method.' This is in the: VE_SearchManager._HandleFailedWhereSearch method. Any ideas -Steve Thats because you have to escape the # sign in java correctly, one way to do this is to put in %23 rather than #.  Or you can google "javascript escaping characters" for this one ...Show All

  • SQL Server MAJOR PROBLEM: New SQL2005 installation performance problem.

    We are experiencing a major issue since upgrading from SQL2000 to SQL2005 over the weekend. Starting today, it appears that the performance of SQLServer reaches a limit every 15 minutes. Our configuration is as follows: Window Server 2K3 x64 Enterprise SQLServer 2005 x64 Enterprise HP DL585 with 4 dual core Opterons 32 GB of RAM 2 TB EMC SAN At first, I thought there was a memory pressure problem, since I had the default max memory set. After changing the max memory to only 25 GB (out of 32 available), the issue went away temporarily. However, after 15-20 minutes, the number of batches/sec dropped in half, and remained after half until I changed the max memory setting again. Over the course of the day, I was able to fi ...Show All

  • Commerce Server "The catalog web service is currently unavailable. The web service might be experiencing technical difficulties"

    Hey All, I have a persistent problem that i can't seem to shake off and am hoping someone has a solution. I've tried setting up Commerce Server 2007 on a Windows Server 2003 machine in the office and i've been using the Installation Guide that came with the setup files from the Microsoft website and it has failed on both occassions that i've tried it. I don't understand why it's failing because i've followed the steps closely. I've tried unpacking the CSharpSite that came with the installation and as i open up the CatalogManager it tells me "The catalog web service is currently unavailable. The web service might be experiencing technical difficulties, or you may need to adjust your connection settings." If I try to access th ...Show All

  • Visual C++ Rearding DSN establishment

    HI friends! Can anybody tell me what the following setence mean. strConnection.Format(__T("Driver={Microsoft Access Driver (*.mdb)};Dbq=%s;Uid=;Pwd=;"), strFilename); //_T is for unicode conversion In my project the authentication is happening during this.Please explain what is Dbq and how can we know whether a vc++ application is dsn oriented or dsnless Regards, sanath. DBQ is the place where you put the database file itself, ( a path to the *.mdb file ). in the above code 'strFilename' just points to the string that contains the path to the database file. ...Show All

  • Visual C++ Creating a text box in a dialog and processing it using the message loop

    How do make a text box in a dialog I need it so that i can set a text box to a string, and as the user edits the numbers of this box, any other numbers of the same type become that value, e.g. 12234356 If i change either 2 to a Q then it would instantly become: 1QQ34356 How do i initially make a text box in a dialog And how am i going to pass a text changed message to the message loop within a dialog After this i can simply compare it to the original string and change the other values, that bit isn't too hard. Thanks a lot, Chris. It would be better to know what kind of development technology you're using: .NET framework, MFC, straight Win32, etc before giving an answer.  In any case, this is the wro ...Show All

  • Visual Studio Team System Feature request - Show labels in the history viewer....

    We were trying to determine today when a file was labeled, this was not easy to do in the UI, showing the labels as a line in the history viewer would be very useful. Thanks, Jim It might be better to log this suggestion at Visual Studio and .NET Framework Feedback . ...Show All

  • Smart Device Development can windows mobile 5 connect to sel server 2005 express ?

    can wm5 connect to sql server 2005 express is it need to install other software on pocpet pc , free or not thank you i test my web services by create Win Application and connect to ws (using add web reference, localhost) i work! but on ppc and emulator error at this line object [] results = this .Invoke( "testR" , new object [] { testMsg }); $exception {"Could not establish connection to network."} System.Exception {System.Net.WebException} how to reslove this thank you!! thank you ...Show All

©2008 Software Development Network