Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

Sarvan AL

@Sarvan AL
About
Posts
109
Topics
56
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to trigger menu click event from a user control?
    S Sarvan AL

    I have a user control in the form. I have written some code in menu click event in the form class. When I click a button in the user control, the same thing should happen as I clicked a menu item. How can I make this event to happen from the user control class, like "SendMessage" is used in VC++...

    C# question c++ database tutorial

  • Listbox in DataGridView
    S Sarvan AL

    Hi Alper, Thanks for your interest in replying here. I'm new to .Net development and looking for this to develop a C# application. Is this (Adding control on the custom template) possible in C#? If so, please suggest me some good resources (articles/books) to explore on this feature. Thanks once again, Sarvan AL

    C#

  • Listbox in DataGridView
    S Sarvan AL

    Hi ALL, In DataGridView -> Columns -> Column Type, we can have any one of the following: Button, Text box, Link, Combo box, check box, image. But I need to have a list box for one column. I should be able to select more than one item from the list. Since it's NOT possible to have multi-select combobox, I'm looking for a list box in DataGridView column. Any suggestions would be greatly appreciated. Thanks in advance, Sarvan AL

    C#

  • Select more than one subitem in ListView
    S Sarvan AL

    Hi All, How can I select more than one subitem of multiple items in a listview? I need to do this when I click the subitems by pressing CTRL, not by code. Any suggestions would be greatly appreciated. Thanks in advance, Sarvan AL

    C# question

  • SQL Server 2005 - Reporting Services
    S Sarvan AL

    Hi Frank, Thanks for your suggestions. Since I'm totally new to MS-SS-RS, let me go through the manuals about "Matrix" report and embedded IIF statement, and come back. Thanks once again, Sarvan AL

    Database database sql-server sysadmin tutorial question

  • SQL Server 2005 - Reporting Services
    S Sarvan AL

    Hi ALL, Is this the right place to ask "SQL Server 2005 - Reporting Services" related questions? If not, direct me to the right place. I'm new to MS-SS-Reporting Services. I'm able to create some reports. I just wanted to create a report like this with multi-level columns. Population Report C1, C2, C3....Cities

    ------------------------------------------------------------------
    Country-1 | Country-2

    State-1 | State-2 | State-3 |

    C1 | C2 | C3 |

    |    |    |
    |    |    |
    

    Is it possible in MS-SS-Reporting Services? If so, kindly let me know how to do. As of now, I'm able create like this:

    ----------------------------------------------
    Country | State | City | Population

    India TamilNadu Chennai ---
    Trichy ---
    Madurai ---
    Coimbatore ---
    -----------------------------------
    Kerala Trivandrum ---
    Cochin ---
    Ennore ---
    Kottayam ---

    SriLanka *** *** ---

    Thanks in advance, Sarvan AL

    Database database sql-server sysadmin tutorial question

  • How to handle "New string added" event in ListBox?
    S Sarvan AL

    Hi Everybody, I have a multi-column listbox. I need to change the width of the listbox, based on the string length. I've written the code in a function 'ResetLBWidth'. This function should get called whenever I add a string to the list box. How can I handle this? I don't find any event like "NewItemAdded".. Suggest me a path to achieve this. Thanks in advance, Sarvan AL

    C# question tutorial

  • ListView : Subitem selection
    S Sarvan AL

    Hi Everybody, Could you help me out from the following problems related to List view (View: Details) ? 1) How to select the subitem? 2) How can I select one subitem and an item (if possible) ? 3) How to make both items & subitems editable? Thanks in advance, Sarvan AL

    C# question help tutorial

  • How to convert a C# .NET application into an Eclipse Plugin
    S Sarvan AL

    Hi ALL, We have a standalone application which was developed in C#.Net. Now we want to develop the same as an Eclipse Plug-in. Since I'm a beginner to Java & its related technologies, if you could suggest me a good way to do this, it would be highly appreciated. In this regard, I have the following specific queries: 1) Will I get the similar look-and-feel (atleast to the nearest) in my Eclipse plugin? 2) Is there a Java counterpart to most of the .Net components (Properties editor, Grid view, etch.,) ? 3) Is there any tools available to convert a .Net application into a Java application? If so, to what extent it would be helpful? Kindly bear my newbie-questions. Thanks in advance, Sarvan AL

    C# csharp java css tools tutorial

  • How to get Windows Installed Drive?
    S Sarvan AL

    Hi Everybody, I'd like to know how to get the windows installed drive? If I installed Windows in C: drive, the result should be "C:". Is there any API available to get this? Thanks in advance, Sarvan AL

    *** Live Lift To Its Fullest ***

    C / C++ / MFC json tutorial question

  • How do UML diagrams fit into various phases of Software Development?
    S Sarvan AL

    Dear Jun, Thanks a lot for your detailed reply. Based on this, I'd like to conclude something. Kindly clarify, if anything is mis-interpreted. 1. Hope I can follow RUP as our development methodology undoubtedly. How it can be used for our product development? If we go for any certification (like CMMi) how will RUP help us to achieve this? 2. UML diagrams have to be included as part of the SRS, HLD, LLD, etc. How requirement traceability is achieved using Use-cases? 3. OOAD can be used even for Web based applications. But not commonly used. Kindly suggest me the following: 1. Forums on UML 2. Some sample case studies using UML for the better understanding Thanks once again, Sarvan AL

    IT & Infrastructure business question design testing beta-testing

  • How do UML diagrams fit into various phases of Software Development?
    S Sarvan AL

    Hi Everybody, Hope I can post my Software Design & Development related questions here. If not, suggest me the right message board. I have the following questions. Since I'm new to sofwtare analysis and design methodologies, kindly bear my silly questions. 1. Where exactly I can discuss and participate more on Entire Sw. Dev. process? 2. What is the mostly used Software development methodology for a normal scale (neither too small/simple nor too big/complex) application? (Classical Waterfall model, OOAD, Agile programming, Extreme programming, etc,----Kindly bear if my camparison is wrong)? 3. Hope in OOAD there is no clear boundary between various phases like Waterfall model. So, how can we make UML diagrams fit into various phases? something like: Requirements Gathering_______diagram1, diagram2,... Analysis_____________________diagram1(refined), diagram3,... Design_______________________diagram1(refined), diagram2(refined), diagram3(refined), diagram4 Implemenation________________refer diagram1, 3, 4, diagram5 Testing______________________test module/entire system by referring diagram1/diagram3 4. In OOAD, are UML diagrams the ONLY documents? Or, they are part of normal documents, viz. SRS, High and Low Level Design document. Kindly clarify. 5. How can we make documents in OOAD with IEEE compliance according to the template? 6. Is OOAD applicable to Web Based applications? If so, to what extent? Kindly direct me in the right way. Thanks in advance, Sarvan AL

    IT & Infrastructure business question design testing beta-testing

  • pragma once
    S Sarvan AL

    Hi Rage, Thank you for your detailed explanation. Sarvan AL

    *** Live Lift To Its Fullest ***

    C / C++ / MFC c++ question

  • pragma once
    S Sarvan AL

    Hi All, When we include a class, the wizard creates two files (.h and .cpp) in the class's name. The .cpp file starts with like this:

    #ifndef _FILE1_H
    #define _FILE1_H
    #include "File1.h"
    #endif

    Hope this is a way to avoid including the file (.h) more than once in the application. How this .cpp file is getting related with its corresponding .h file? Because, we include only .h file. Kindly let me know that how can compare this with "# pragma once" and more about "pragma". Thanks in advance, Sarvan AL

    *** Live Life To Its Fullest ***

    C / C++ / MFC c++ question

  • How to use XML Inline data in HTML [modified]
    S Sarvan AL

    Hi Mike & Jackson, I'm really sorry for giving an invalid image data. Now I got the stuff using XSL. This is how I did. The XML file(say, img.xml) contains the image data inline.

    <?xml version="1.0" encoding="ISO-8859-1"?>
    <?xml-stylesheet type="text/xsl" href="img.xsl"?>

    <MusicDirectors>
    <musician>
    <name>A R Rahman</name>
    <country>India</country>
    <photo>data:image/gif;base64,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
    topJUv8AVM7Hn0M7VVW9rY5DDNPv2jdwl

    XML / XSL question html com hardware xml

  • How to use XML Inline data in HTML [modified]
    S Sarvan AL

    Hi ALL, QUESTION: 1 ___________ I have an XML file in which I've put an Image data inline, like the following.

    <?xml version="1.0" encoding="utf-16"?>
    <Data xmlns:dt="urn:schemas-microsoft-com:datatypes"
    dt:dt="bin.base64">/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAsHCAkIBwsJCQkMCwsNEBoREA8PECAXGBMaJiIo
    KCYiJSQqMD0zKi05LiQlNUg1OT9BREVEKTNLUEpCTz1DREH/2wBDAQsMDBAOEB8RER9BLCUs
    QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUH/wAAR
    CABiAGADASIAAhEBAxEB/8QWqPcDcEmhaNC2Sik+8Vzwo/8Ahr8hSpUESTvhp+BflXfD
    QfcX5UqVaTIuRfwj5UuRM/ZX5UqVdOi5V/CPlSKKceyPlSpV06Lw0PVFPwpv+Hgz/Bj/APEU
    qVdNjhGg6Io+FdVVByFHypUq2ZP/2Q==</Data>

    I am able to show the image in the HTML file like this.

    ![](data:image/gif;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAsHCAkIBwsJCQkMCwsNEBoREA8PECAXGBMaJiIo
    KCYiJSQqMD0zKi05LiQlNUg1OT9BREVEKTNLUEpCTz1DREH/2wBDAQsMDBAOEB8RER9BLCUs
    QUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUFBQUH/wAAR
    CABiAGADASIAAhEBAxEB/8QWqPcDcEmhaNC2Sik+8Vzwo/8Ahr8hSpUESTvhp+BflXfD
    QfcX5UqVaTIuRfwj5UuRM/ZX5UqVdOi5V/CPlSKKceyPlSpV06Lw0PVFPwpv+Hgz/Bj/APEU
    qVdNjhGg6Io+FdVVByFHypUq2ZP/2Q==)

    But, I'd like to bring the inline image data from XML to HTML. I am able to do this for normal text data, something like this:

    <span datafld="ARTIST"></span>

    <span datafld="TITLE"></span>

    Since I'm a newbie to XML, kindly bear if you feel this a silly question. QUESTION: 2 - Inline Video data _________________________________ I've embedded a Windows Media Player and able to play a .WMV file, like this:

    How to make the Base64 encoded video data inline. Kindly bear this lengthy question. Thanks in advance, Sarvan AL

    XML / XSL question html com hardware xml

  • Need help on XML and VC++
    S Sarvan AL

    Hi All, I need to know how to use XmlTextWriter and XmlTextReader classes in VC++. I just gone thru an article in CodeGuru (It's here[^]). I want to know how to use that program snippets in my VC++.net 2005. How to include the required header files and dlls? Kindly suggest me to achieve this. Thanks in advance, Sarvan AL

    C / C++ / MFC csharp c++ php com xml

  • XML Programming in VC++.net
    S Sarvan AL

    Dear WhiteSky, Thanks a lot for your immediate reply and suggestion. Sarvan AL

    C / C++ / MFC csharp c++ xml

  • XML Programming in VC++.net
    S Sarvan AL

    Dear All, I am a newbie to XML. I'd like to know XML programming by VC++.net. Kindly let me know the right path to learn this. Thanks in advance, Sarvan AL

    C / C++ / MFC csharp c++ xml

  • BlockQuote
    S Sarvan AL

    _AnShUmAn_ wrote:

    Just select the text and click on Quote Selected Text button provided just above the "message type" text in the answering window.

    Thanks a lot Anshuman. I was looking at the bottom. Sarvan AL

    C / C++ / MFC tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups