Search:

Type: Posts; User: asm

Page 1 of 8 1 2 3 4

Search: Search took 0.16 seconds.

  1. Replies
    0
    Views
    940

    VS 2010 Event Log for DML Query

    Hi,

    I have windows application developed in vb.net and sql server 2008. I want to log all DML query execute in application without changing in all forms and without SQL Server Profiler.

    Pls...
  2. VS 2010 [RESOLVED] Process start and stop using vb.net application

    Hi,

    I need to run a .exe using vb.net application and when vb.net application close then .exe also closed.
    If application by 5 user then .exe also start 5 time and when particular user close the...
  3. Thread: RTF to plain text

    by asm
    Replies
    2
    Views
    4,162

    VS 2010 Re: RTF to plain text

    Using System.Windows.Forms.RichTextBox() class get data in plain text but unable to apply "chanakya font" in it.
  4. Thread: RTF to plain text

    by asm
    Replies
    2
    Views
    4,162

    VS 2010 RTF to plain text

    Hi,

    In SQL Server 2008 r2 store RTF in text filed. How to convert it into plain text. RTF contain multilingual data i.e. hindi & english.


    Thanks
  5. Replies
    4
    Views
    5,418

    VS 2010 Re: display rtf data in vb.net

    Done... Thanks
  6. Replies
    4
    Views
    5,418

    VS 2010 Re: display rtf data in vb.net

    applying font will resolve the issue thanks
  7. Replies
    4
    Views
    5,418

    VS 2010 Re: display rtf data in vb.net

    But data work previously correct... in data store hindi & english font
  8. Replies
    4
    Views
    5,418

    VS 2010 display rtf data in vb.net

    Hi,

    In SQL Server 2008 data store in text datatype like -

    {\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil\fcharset0 Chanakya;}{\f1\fnil\fcharset0 Times New Roman;}} ...
  9. VS 2010 Display data from SQL Server 2008 (datatype nvarchar -- store hindi & english)

    Hi,

    In SQL Server 2008 - Table contains nvarchar(max) datatype and store hindi & english combined data without N' prefix. like - "मांगलिक welcome" but in table store as "×梻çÜ·¤ welcome".
    ...
  10. VS 2010 Pass value back to MDI form from child from (class)

    I have created a Windows Application in which one MDI form (frmMainForm) and several child form.
    Application is working fine but Now I want to breake the child forms in a class (.dll) and call them...
  11. Thread: Reporting Tools

    by asm
    Replies
    0
    Views
    877

    Reporting Tools

    Hi,

    I developed application using visual basic 2008 express, now problem is which reporting tools I used for report designing and viewing in .net.
    Pls suggest which tools I used because I...
  12. VS 2010 Re: Copy files from one location to another given location

    Copy file from one location to another can be done using file.copy but problem is while copy rename the file too.
  13. VS 2010 Copy files from one location to another given location

    Hi,

    How to copy all files from one folder to another folder and also rename of all files in destination folder

    Thanks,
  14. Replies
    0
    Views
    10,664

    Windows phone 8 - mvvm databinding from xml

    Hi,

    How to bind the .xml data into mvvm and display in textblock in xaml.

    I have to call REST API and API result in .xml and able to call api using below code -



    private void...
  15. Thread: calling REST API

    by asm
    Replies
    0
    Views
    1,662

    calling REST API

    Hi,

    REST api developed using php and now I want to call api in windows phone 7.1 with parameter
    api needs - three paramters and give output in .xml format

    Please guide how to call api and...
  16. Thread: how to parse data

    by asm
    Replies
    3
    Views
    2,180

    Re: how to parse data

    Windows Phone 7
  17. Thread: how to parse data

    by asm
    Replies
    3
    Views
    2,180

    how to parse data

    Hi,

    I have to developed windows phone apps in which I have to show the data. Data is access from calling web services\API using POST method. web services is developed in php.
    Please guide how to...
  18. Replies
    3
    Views
    892

    VS 2008 Re: Store and display .PDF file

    Actually I want this in windows application.

    Thanks

    ASM
  19. Replies
    3
    Views
    892

    VS 2008 Store and display .PDF file

    Hi,

    How to store .pdf in sql server 2008 in varbinary\image field using vb.net and again display in form.

    Thanks

    Sunil
  20. Thread: Sending email

    by asm
    Replies
    1
    Views
    1,263

    VS 2008 Sending email

    I want to send the email through asp.net where "To " email address list store in excel file. Send email to all email Id store in excel file.
    Please guide how to send the email reading all email id...
  21. Thread: color

    by asm
    Replies
    1
    Views
    518

    VS 2010 color

    Hi,

    I need to edit image in asp.net. just functionality like ms paint color brushes.
    how can i get this using system.drawing namespace on web form.

    thanks
  22. Thread: Vedio

    by asm
    Replies
    1
    Views
    477

    VS 2008 Vedio

    Hi,

    I have 2hr project manual video and want to upload on my web site, so any one can watch the video and wanting no one download the video too. web site build on asp.net and vb.net. Please guide...
  23. Replies
    1
    Views
    656

    VS 2010 Pass Global Variable in DLL

    Hi,
    How can I pass the global variable to .dll from windows application (.exe)

    Test.dll 1. FunTest1 (Parameter Required)
    ------- 2. FunTest2 (Parameter Required)

    Within 'FunTest2'...
  24. Replies
    1
    Views
    875

    VS 2010 User inactive session

    Hi,

    I am working on VB 2010 windows application... Now client want to loged user logout if he/she not working in application for a particular time frame... Just like screensaver work in windows...
  25. Thread: export and email

    by asm
    Replies
    0
    Views
    616

    export and email

    Hi

    I am using this code to email report as attachement. But report attached as "untitled.txt" instead of "untitled.pdf".
    Can any body guide me what to change in code, that attachement should be...
  26. Thread: drill down reports

    by asm
    Replies
    0
    Views
    549

    drill down reports

    Hi,

    How drill drown reports created in crystal reports 11.

    thanks
  27. Replies
    3
    Views
    4,409

    Re: VsFlexGrid and VB.net 2008

    Actually i am flexible with VSFlexGrid rather than datagridview
  28. Replies
    3
    Views
    4,409

    VsFlexGrid and VB.net 2008

    Hi,

    I use VSFlexGird 8 in VB.net 2008 and working ok in my computer.
    but when i test it in another computer it is now working. It's error of
    VSFlexGird. Can i need to install VSFlexGird in...
  29. Thread: sql reporting

    by asm
    Replies
    0
    Views
    608

    sql reporting

    Hi,

    How to call the sql reports (.rdlc) in vb.net 2008.

    Can any body help on this issue with code example


    thanks
  30. Replies
    10
    Views
    6,081

    Re: Email Crystal Reports

    VB 2008 and CR 11



    Public Function NativeEmailReport(ByVal rReportPath As String, ByVal rUser As String, ByVal rPassWord As String, ByVal rServer As String, ByVal rDataBase As String, ByVal...
  31. Replies
    10
    Views
    6,081

    Re: Email Crystal Reports

    Hi,

    I convert the source code from vb 2003 to vb 2008

    and now the error message :

    Failure sending mail

    how to fix the error
  32. Replies
    10
    Views
    6,081

    Re: Email Crystal Reports

    Hi,

    Which Class i import instead of
    Import System.Net.Mail

    Because in VB 2003, i did't found this class


    asm
  33. Replies
    10
    Views
    6,081

    Re: Email Crystal Reports

    Can you please provide some example


    thanks

    asm
  34. Replies
    10
    Views
    6,081

    Re: Email Crystal Reports

    i means any reports sent through mail in .pdf format
  35. Replies
    10
    Views
    6,081

    Email Crystal Reports

    how to send the viewed crystal report in vb.net 2003
  36. Replies
    4
    Views
    1,666

    VS 2005 Re: color - formargb

    let us explain my problem:

    Dim f_Color As System.Drawing.Color

    store numeric color value->
    lblColor.text = f_Color.ToArgb

    and display the color into label-

    lblMessage.ForeColor =...
  37. Replies
    4
    Views
    1,666

    VS 2005 [RESOLVED] color - formargb

    Hi,

    warinng message :-
    Access of shared member, constant member, enum member or nested type through an instance; qualifying expression will not be evaluated.


    syntax:
    lblMessage.ForeColor =...
  38. Replies
    3
    Views
    628

    VS 2008 Re: log off the application

    this is used in every forms or in main menu form
  39. Replies
    3
    Views
    628

    VS 2008 log off the application

    Hi,

    I developed a payroll software and i want if any body login to the payroll system
    and they leave application ideal then after some time it will log off the user automatically



    thanks
  40. Replies
    1
    Views
    1,786

    VS 2008 AssemblyKeyFileAttribute

    error: when assign the strong name in assemble

    Use command-line option '/keyfile' or appropriate project settings instead of 'System.Reflection.AssemblyKeyFileAttribute'.
Results 1 to 40 of 290
Page 1 of 8 1 2 3 4



Click Here to Expand Forum to Full Width