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

Software Development Network >> Gajanan Didore's Q&A profile

Gajanan Didore

Member List

Siteadm
A kid
MShanahan
Francisco Tavares
KitWest
Bigmo
rtaiss
Beast Forever
perstam
SnakeSV
wings9697
dreameR.78
Alexander Kachalkov
foobarX
icemart525
PanzerDivisionMarkus
ajduck1
Soumya B
Sql4088
Muhammad Usman Khalid
Only Title

Gajanan Didore's Q&A profile

  • Commerce Server import and convert products

    We want to importing some 30.000 products from an old hand coded commerce site database. I figured that the best way to do this would be to map the existing categories to the new setup in Commerce Server and import all the products as generic type products. Do you have a guide to batch importing products into commerce server The problem is that for some products we want to add additional information and then i have to cast from a generic product to a more specific product definition. for example from "generic product" to "Refrigerator" Is there some way to change a products base type after it have been set up on commerce server Best Regards Philip Haugaard The old da ...Show All

  • Windows Forms what is wrong in this code openning url?

    axInet1.URL="http://www.google.com"; axInet1.OpenURL(); I want to open google url when i press button you need to explain a bit more. What are you using as a browser the .NET 2.0 web browser control in addition - what happens any errors What are they if you are using the webbrowser control then you simply do this: this.theWebBrowserControl.Navigate(" websiteURLHere "); ...Show All

  • Visual Studio Express Editions Further study in Visual Basic

    I fully understand the basics and the OOP part of visual basic. I wanted go further into visual basic (data structure, algorithms, ect). 1. Is it necessary to go further into visual basic 2. Is there any tutorials I can learn from Thanks Readme55555 The web is an excellent search tool to find interesting article with regard to Visual Basic (or any tool in fact). Is it necessary to go further into Visual basic Only you can decide if you need more knowledge to achieve the applications that you want to write. If you dont have to skills, knowledge to achieve them - then I would say yes. Is there any tutorials I can learn from Well, your not going to find a list of tutorials for everything. You ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. What is a good type of game to start with?

    So when XNA Studio Express comes out I and many other budding(a.k.a. newb) programmers will flock to our PCs to make our own games, but my question is what is the best type, or genre to begin with Would it be a good idea to start 2D, or would jumping into 3D be an option I want to start off with somthing that I can ease into and not get overwhelmed by anything too hard. Thanks for any help you more experienced programmers can give me. Heh ... i was just trying to avoid another situation where someone asks "say ... will XNA GSE handle networking on the XBox And what does 'FAQ' stand for " - MrSock ...Show All

  • Smart Device Development Sample Windows Mobile 5.0 Pocket PC SDK Projects

    Hi all, I was just having a gander through the sample projects provided with the WM5.0 SDK and noticed that the CPP (C++) projects seems far superior to those of CS (and VB). For example, the listView example project allows ListViewItems to be editted (pops up the SIP to enter text) within the control by tapping the relevant ListViewItem three times - is this not possible (editting the Text of a ListViewItem) then with in C# (Does C++ over more power in terms of developing mobile apps ) Excuse my lack of knowledge here, but C++ is not classes as managed code is it Also, if the platform supports TextBox controls, you can set a ListViewSubItem to be of this type ...Show All

  • .NET Development Problem using XmlTextWriter export to excel

    Hi everybody, Having problem getting the desired result of xml file. Can you guys help me with this The function is exporting data from database to an excel file, and then importing the changes in data back to database. Thanks in advanced. Current Code: [code] const string sheet = "urn:schemas-microsoft-com:office:spreadsheet", office = "urn:schemas-microsoft-com:office:office", excel = "urn:schemas-microsoft-com:office:excel"; XmlTextWriter xmlTextWriter = new XmlTextWriter(filePath, System.Text.Encoding.Default); xmlTextWriter.Formatting = Formatting.Indented; xmlTextWriter.WriteStartDocument(); xmlTextWriter.WriteProcessingInstruction("mso-application", "progid=\"Excel. ...Show All

  • Visual Studio inheritdoc tag in the roadmap?

    Hi there! Is the inheritdoc tag planned somewhere in the near feature It's the only tag that I still need before releasing the next version of my component. Thanks! Wout ...Show All

  • .NET Development .Net Framework 3.0 hangs during setup

    I've tried both the web and full dowloads (dotnetfx3). Both fail at exactly the same point: the screen show "Setup is loading installation components. This may take a minute or two". The status bar gets to about the 100% point, but then remains that way. The last few lines of the log show: [02/25/07,11:35:08] WapUI: Entering CFeaturePage Create [02/25/07,11:35:08] WapUI: CFeaturePage::PopulateTree: Creating a new CComponent Object... [02/25/07,11:35:08] vs70uimgr: CUIMgr::ThreadUI(): Finished creating the page. [02/25/07,11:35:08] vs70uimgr: CUIMgr::ThreadUI(): Getting the Header. [02/25/07,11:35:08] vs70uimgr: CUIMgr::ThreadUI(): Finished Getting the Header. [02/25/07,11:35:08] vs70uimgr: CUIMgr::ThreadUI(): Current page does ...Show All

  • SQL Server help me in selecting my project

    Hi, I m studying engineering computer science Im asked to select a project for this semister in SQl.tell me which database project will be best.Please!! thank you in advance. no one can tell you this without you giving us your requirements/what you want to accomplish... what is your assignment requirements ...Show All

  • SQL Server SP2 Integration mode kills Sharepoint Central Administration

    Hi I had the following setup: Farm Server 1 * Sharepoint 2007 full install Farm Server 2 * SQL Server 2005 I installed the following: * SP2 for SQL Server 2005 on Server 2 * Web-front end install of Sharepoint 2007 on Server 2 - to install the object model * SSRS2005 reporting services add-in for Sharepoint technologies on Server 2 Since doing that, I can no longer get to central administration on Server 1 - I now get the following error when navigating to central admin: Server Error in '/' Application. Windows authentication. Note my original issue was resolved - the add-in was installed on the wrong server - I had the impression it had to go on the Reporting Server, but it turns out it had to be on the Sharepoint server (this is a ...Show All

  • Visual Basic Is there an easy way to move from control to control

    Hi I am woundering if there is a way to move from control to control by using the Enter button instead of the TAB button. In VBA you can use both the Enter- and the TAB button without any specific code, like SendKeys. Fia   Add a KeyPress event procedure to allow the user to press the Enter key to navigate from one control to the next instead of using the mouse or the Tab key. ------------------------------- Private Sub txtFirst_KeyPress(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyPressEventArgs) Handles txtFirst.KeyPress If e.KeyChar = Chr(13) Then txtSecond.Focus() End Sub ...Show All

  • Windows Forms What is the difference between Click and MouseClick events?

    When trying some codes on a treeview I have found that when selecting a node by mouse events occur in such order: 1 - MouseDown 2 - Click 3 - MouseClick 4 - MouseUp 5 - AfterSelect When I look at the definitions of the events in the Event Borwser, the default explanations are: Click: Occurs when the component is clicked MouseClick: Occurs when the control is clicked by the mouse. Since there is no other opportunity than clicking by a mouse, what is the difference between Click and MouseClick events according to the compiler (Not that the " one occurs for component but the other occurs for control " answer please) Regards. micvos wrote: ...you click on it using your keyboard the Click event ...Show All

  • Visual C++ How to change the "Caption" in a "Static Text Box"?

    I want to change the "caption" in a Static Text Box that I'm using on one of my dialog screens in my Visual C++ program. I want to change this at *compile time*, not run-time. I have a '#define STR_APP_VERSION "Program v1.0" ' in my code. I want the text "Program v1.0" to be in the "caption" box of the Static Text box. If I change the "#define", I want the caption to automatically change, too. I don't want to change it at run-time. Otherwise, I would use something like SetWindowText() method. Is there any way to do this Is there another dialog tool that will do this, if Static Text Box does not (like "edit control", perhaps) I'm using unmanaged C++, Visual Studio 8. ...Show All

  • Visual Studio Team System error when get new version file from TFS, (gzip, crc)

    Hi all, I checked out a power designer file (db.pdm) from team foundation server and moified it, then I gave it to my teammate, he changed some and copy to the folder override the original one. next time he can not got the latest version of this file, very time he meet this error: the crc from Gzip script does not match the crc that calculated from unzip data . ( I use chinese version, so I translate the error description to english, I paste the original chinese error description below: GZip 注中的 CRC 与 解 的 据中 算出的 CRC 不匹配) Thanks in advance. V.C. This indicates data corruption sometime between when the app tier sent it over the wire and the client tried to unzip it. Does it happen every time ...Show All

  • SQL Server saving package with Protectionlevel set to serverstorage fails

    I am getting this when I try to save my package. Any Ideas Failed to apply package protection with error 0xC0014061 "The protection level, ServerStorage, cannot be used when saving to this destination. The system could not verify that the destination supports secure storage capability.". This error occurs when saving to Xml. Well, as the message says - rely on server storage can't be used when saving to file. It works only when saving to SQL Server (otherwise you would have a file with plain text passwords in it). ...Show All

©2008 Software Development Network