Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: arunglobal
  • Content: Threads
  • Order by date
  1. arunglobal

    SAP Screen from ASP.NET

    Hi Guys, I My ASP.NET appliaction has to open a SAP GUI Interface?. How to do that? Does SAP Connector has any solutions?. Thanks n Advance
  2. arunglobal

    <b>Trap "PrintScreen" button</b>

    Hi Pals, I am n need to Block Print screen button in my web application client side (ASP.Net) iam using the below script to Block CTRL keys.but unable to trap "Print Scrn" /*Controls the CTRL keys*/ function keyWhat(e) { if (window.event.ctrlKey) { window.event.cancelBubble = true...
  3. arunglobal

    Block CTRL+C,CTRL+V and Print screen options ASP.Net (Client side)

    Hi All, I am n need to block CTRL+C,CTRL+V and Print screen options of my ASP.NET web application in client side. Any innovative ideas are welcome. thannks n advance.
  4. arunglobal

    DOWNLOAD in MAP DRIVE

    Hi Pals, I am having a ASP.NET application where i use VB code. I have to Download a Excel File Report to a Virtual Drive... I.e.... Application will be running in IIS server but the Excel files has to be Downloaded in another DB server(just a Download).. I am using a Streamwriter for the...
  5. arunglobal

    Dynamic Class Creation

    Hi Guys, I just want to create Class , attributes , methods, properties,assignments statements etc... DYNAMICALLY (i.e Execution time) Any Idea...... Thanks in Advance
  6. arunglobal

    Windows Regional Settings - Change Calender Settings

    Hi Guys, In My application iam using English calender based date settings. But When the user changed to calender settings to japanese Calender then My SQL statements which used to retrieve data based on DATE is Not Working.Since the date stored in database is in english format. So i need to...
  7. arunglobal

    Handling Event Log

    Hi Guys, Iam having a Windows service which will execute sme piece of code periodically .During that iam writing Log in EVENT LOG. Upto this every thing is Fine. In the Event Log i want to set the Overwite option for the Log programmatically. i.e i just want to set the property of the Log to...
  8. arunglobal

    DataGrid Sorting with comma Delimeter

    Hi Guys, Iam Filling a datagrid with dataTable. Data Table has Numeric Values. I Just want to format my Numeric Values with comma. i.e dr(rowindex) = Format(prdtsum, "###,###,###,###,###,###,##0") Its working Fine. Numeric values are formatted bu comma delimeter. But Data Grid Sorting is...
  9. arunglobal

    Reg. Hiding Sub reports

    In my application iam having a main report and 5 subreports for that ....report is working fine..but i dont want to display the subreport to displayed in a separate TAB when v click on the subreport..... can u help me....
  10. arunglobal

    DYNAMIC CONNECTION to CRYTAL REPORT in VB.NET

    How to make dymanic connection for reports?.....in VB.NET
  11. arunglobal

    To make Disappear group tree in Crystal Report Viewer

    How you can change the width of grouptree width in report viewer in windows .NET application form. OR make it disappear ? If set ShowgroupTree property to false at design time, it disappears the tree, but still show a wide empty space over there. Want to remove that. Thanks in advance.
  12. arunglobal

    Changing textfield's text of crystal report thru vb.net

    How can i change the Textobjects text of crystal report thru vb.net objsfa_act_rpt_SQL.SetDataSource(m_datset) objsfa_act_rpt_SQL.Section2.ReportObjects.Item(0)----> iam having text objec names TEXT2 in section2--> how can i changethe text of that here...
  13. arunglobal

    <b>Java vs .NET</b>

    since iam new to oops area...can any one compare java and .net and help me in knowing the difference
  14. arunglobal

    Handling CLOSE button of FORMS

    How to catch event when i close a form through close button of control box (RIGHT TOP CORNER)
  15. arunglobal

    DATAGRID CONTENTS TO EXCEL SHEET

    How to transfer datagrid contents to a Excel file from VB.NET
  16. arunglobal

    FORMS DISPLAY POSITION

    I just want display my screens on the centre of my monitor. for that screen top and left values has to be set up according to monitor resolution and screen size.. consider the screen resolution case based on that screen's position must change.... how to do that?... Can any one help.. thanks...
  17. arunglobal

    SCREEN DISPLAY

    I just want display my screens on the centre of my monitor. for that screen top and left values has to be set up according to monitor resolution and screen size.. how to do that?...
  18. arunglobal

    COLORS

    How can i use CMYK colors in VB.NET EG.(35 C) (0 M) (50 Y) (25 K) to back color of Label or Grid
  19. arunglobal

    Inserting Row in a List (collection)

    Dim list As Collection While count < list.Count If DataGrid2.Item(count, 0) Then tmpobjEmp = list.Item(cnt) If tmpobjEmp.m_empid = DataGrid2.Item(count, 1) Then tmpobjEmpins = New Employee m_empid = 0...
  20. arunglobal

    zipping files using vb.net code

    How to Zip a text file thru code in VB.NET

Part and Inventory Search

Back
Top