User Profile

Collapse

Profile Sidebar

Collapse
nit22
nit22
Last Activity: Sep 17 '08, 09:19 AM
Joined: Jan 10 '07
Location: Chennai
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • nit22
    replied to Font problem when viewing XML file in IE
    in XML
    It's my sample XML
    ----------------------------

    <?xml version="1.0" encoding="UTF-8"?>
    <?xml-stylesheet href="test.xsl" type="text/xsl"?>
    <book>
    <p>More than 2 million people die each year in the United States, of which 80% die in hospitals. Nurses who work in hospitals have expressed a feeling of inadequate preparation and lack of knowledge...
    See more | Go to post

    Leave a comment:


  • nit22
    started a topic Font problem when viewing XML file in IE
    in XML

    Font problem when viewing XML file in IE

    Hi,

    I have created stylesheet to view the XML file in IE-6. I'm using "font-family" value like FairfieldLH-Bold, FairfieldLH-FairfieldLH-Medium etc. These fonts are Type-1 fonts.

    I can see the file in browser without any issue. But when I took the print using File->print, there is duplication of text appears. ie. end of the word in the line repeated to the next line.

    Regards,
    nit22
    See more | Go to post

  • nit22
    started a topic How to interact flash from vb.net?
    in .NET

    How to interact flash from vb.net?

    How to interact flash from vb.net? My need is convert mov file into flv format.
    See more | Go to post

  • nit22
    started a topic How to add the subitems in the contextmenu?
    in .NET

    How to add the subitems in the contextmenu?

    Hi,

    I am a beginner for vb.net. I have created the context menu. But i don't know how to create the sub items in the context menu. Can anyone help me

    Coding:
    -----------
    Protected Overrides Sub OnLoad(ByVal e As System.EventArg s)
    Dim menu As New ContextMenu
    menu.MenuItems. Add(New ActionMenuItem)
    end sub

    Public Class ActionMenuItem
    Inherits MenuItem...
    See more | Go to post

  • Find data in excel through word vba using mac os - Please help me

    If I find the data in excel through word vba in mac, the find statement automaticaly closed the word document. But this coding is working in Excel vba. I don't know the problem please help me.


    Coding :

    Dim wb As Excel.Applicati on
    Set wb = New Excel.Applicati on
    wb.Workbooks.Op en (fullnameofxls)
    wb.activeworkbo ok.Activate

    dim aRange as Range

    Set aRange = ActiveSheet.Cel ls.Find(What:=f ind_text,...
    See more | Go to post

  • nit22
    replied to Run time error in find method using vba
    Thanks hazzainuk. It is working fine. Thanks a lot...
    See more | Go to post

    Leave a comment:


  • nit22
    started a topic Run time error in find method using vba

    Run time error in find method using vba

    I am trying to find the data in excel using word vba. Problem is it shows an run time error in find line.

    Error number = 13
    Error = Type mismatch

    dim rcell as range
    Dim wb As Excel.Applicati on
    Set wb = New Excel.Applicati on
    wb.Workbooks.Op en (fullnameofxls)
    wb.activeworkbo ok.Activate

    Set rCell = Cells.Find(What :=find_text, After:=ActiveCe ll, LookIn:=...
    See more | Go to post
No activity results to display
Show More
Working...