CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: idrisgani

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. Re: website prompts user and password continously

    Hi,

    when we enter the username and pass the prompts apprears and it was successful only if the user is an admin of that IIS server.

    here is the inspector data from fiddler.

    No...
  2. website prompts user and password continously

    Hi,

    We have a website which has been hosted in IIS7 and it runs with asp.net impersonation and windows authentication. we had been continously prompted with username and password when we are...
  3. Replies
    7
    Views
    8,157

    Re: DSQuery in C#?

    Hi mwpeck,

    Did you managed to find any for your original query?
  4. Replies
    2
    Views
    6,880

    Loop through the value in Datagrid

    Hi,

    I have to loop through each record in the Datagrid irrespective of the recordset.

    Please help me.
  5. Replies
    2
    Views
    982

    Show files as content in a ASPXpage

    I am trying to show files like excel/doc in a frame in the same page. E.g when i click on the file it should show the file content in left pane. I could able to show files like Image/PDF using...
  6. Replies
    2
    Views
    5,858

    Display progress bar/popup screen

    I have written a code which is taking a quite longer to load, so the application hangs at that time. I want a progressbar or a popup screen showing the status need to be displayed as a model dialog...
  7. Replies
    1
    Views
    2,597

    Excel to Richtextbox

    Hi,
    I need to copy from excel to richtextbox in a formatted way.

    Thanks in advance
  8. Re: Get files from folder in ascending order based on creation date

    Hi All,

    Thanks a lot for the help.

    Atlast my expectation is fulfilled with shell32.

    Thanks again.
  9. Re: Get files from folder in ascending order based on creation date

    Thank a lot for the comments.

    Is there any option using FSO object to get the last accessed/created filetime from a remote folder without looping through the folder
  10. Re: Get files from folder in ascending order based on creation date

    Can i have a code using shell object to loop through the directory.

    Currently i am using FSO object.

    Thanks a lot.
  11. Re: Get files from folder in ascending order based on creation date

    Thanks a lot for the comments.

    Its taking a long time when i loop through the folder since i am accessing a remote path.

    I tried with normal filedir control which lists the files under the...
  12. Get files from folder in ascending order based on creation date

    Hi,

    I need to get files from a folder in ascending order based on the creationtime of the files under it.

    Please help me.

    Thanks in advance.
  13. Re: Send richtext as body using lotus notes with Vb 6.0

    Thanks for the comments.

    Have a nice day!
  14. Re: Send richtext as body using lotus notes with Vb 6.0

    Thanks for the reply.

    I dont have any access at the receiver side. As we are receving/reading mail using lotus notes application.
  15. Re: Send richtext as body using lotus notes with Vb 6.0

    Hi. Thanks for the reply.

    Is there anyoption in lotus notes where i can convert the RTF format to a formatted text.

    Currently i am using the following code.


    Set MailDoc =...
  16. Re: Send richtext as body using lotus notes with Vb 6.0

    Thanks for the reply.

    Can you please suggest me how can i incorperate the RTF format from richtext box without losing the formatting in the Mail body using Lotus notes?
  17. Send richtext as body using lotus notes with Vb 6.0

    Hi,

    I need to send the Richtext formatted text using lotus notes through VB 6.0.

    When i use richtext.textRTF property its appending the text like below
    ...
  18. Re: Pass remote windows credencials in connection string

    I have tried with the examples given in the connectionstring.com. But no use at all may be i looking in a wrong direction.

    Can you please send me the connection string which suits my requirement.
  19. Pass remote windows credencials in connection string

    I am trying to fetch data from msdb systable like sysjobs using windows account. The SQL server window login is differnt from mine.
    When i include the SQL server window login details in my...
  20. Replies
    0
    Views
    2,265

    open file using window.open method

    hi. i just wanna open a file which is created from the server using webbrowser. i tried with the following code. but its downloading the file from the server to local. i just want to open the file...
  21. Replies
    2
    Views
    1,189

    Convert String to image

    Hi , i want to save the image from the database to an physical location like C:\one.JPG. the datatype of the column in the table is Image. i tried with working with MemoryStream. but i am not suceed....
  22. Replies
    3
    Views
    7,917

    WPF Webbrowser Control.

    Hi Everyone,
    I am currently working with WPF Application. i am loading Google Map in a web browser and loading the street view functionality of GMap2 in the web browser.i get a pop up saying...
  23. Replies
    3
    Views
    2,463

    Re: Remoting Error

    String szIPSelected = EndPointIPA;
    int szPort = EndPointPort;

    int RecTimeout = TimeOut;

    remoteIPAddress = System.Net.IPAddress.Parse(szIPSelected);
    ...
  24. Replies
    3
    Views
    2,463

    Remoting Error

    hi i had created a window service. which fetches value from database and send it to destination machine using socket programming. its works fine before. but suddenly i am getting the following...
  25. Thread: System Error

    by idrisgani
    Replies
    3
    Views
    880

    Re: System Error

    the error is not writing often. its getting occasionally. since its sending some 1000+ values one by one to the destination. so i cant able see the real cause, where its happening.
Results 1 to 25 of 40
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured