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

Search:

Type: Posts; User: soclose

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    1,479

    mysqldump syntax error

    Hi,

    I typed a backup syntax in command prompt but get syntax error. I checked this syntax by googling. My syntax is the same. Please check out it.

    my syntax is :

    mysqldump -u root -p -P 3306...
  2. Replies
    0
    Views
    6,402

    Ajax control not appear at run time?

    Hi All,

    I created a web application by using ASP.NET Web Application from New project in Visual Studio 2005. I also used Ajax CalendarExtender and ModalPopupExtender, but viewing it in Browser,...
  3. Replies
    0
    Views
    1,761

    ListBox Items' Alignment

    Hi all,

    I don't know how to make ListBox Items' Alignment in centre like below:

    Items in the list must be horizontally centred within the list, and the list itself must be centred both...
  4. Replies
    5
    Views
    24,214

    Re: How to make *.chm file

    Hi vcdebugger,



    Where could I find Installa Shield? It's in Visual Studio 2005? I don't know it. Pls share me more.
  5. Re: How to make DataGridView's cell format to "00:00:00" and Button Shortcut

    Hi All,

    I tested my project on Window server 2003. All Access keys are shown. So why not shown on Vista???
  6. Replies
    5
    Views
    24,214

    Re: How to make *.chm file

    Hi All,

    I could make chm help file successfully by using HTML Help Workshop. Thanks, Shuja Ali.

    Here I get a problem in project publishing. I add my chm file used this statement :
    ...
  7. Re:Why Access key is not underlined?

    Hi All,

    I made an access key in button text like "&Add". But at run time, the letter "A" is not underlined. What it happens? I use Visual Studio 2005 running on Window Vista.

    I ran this project...
  8. Replies
    1
    Views
    1,019

    Re: Can't debug the breakpoint

    Hi All

    I run this project on Microsoft Vista. If I run MS Visual Studio 2005 as Administrator, I can debug at breakpoints.
  9. Replies
    1
    Views
    1,019

    Can't debug the breakpoint

    Hi All,

    I use AjaxControlToolkit.ModalPopupExtender in my ASP.NET AJAX-Enabled Web Site project. Here I can't make debugging the breakpoint. what it happens to debug? pls share to me.
  10. Replies
    5
    Views
    24,214

    How to make *.chm file

    Hi All,

    I'd like to make *.chm file to use as a help file. Pls share me how to make it.
  11. Why Access key is not underlined?

    Hi All,

    1) I'd like to make DataGridView's Cell Format to "00:00:00". When deleting all, its format is canceled, i mean we need to type this ":" again ourself. I don't like that. Is there any like...
  12. Re: how to browse any folder path and create new folder

    Thanks HanneSThEGreaT and Shuja Ali.
  13. Replies
    2
    Views
    1,020

    Re: how to add independent Access Data Source

    Thanks JonnyPoet.

    However my problem is happened at connection string of TableAdapter Configuration Wizard whenever I move my project. I added those codes u described me are used when coding...
  14. Replies
    2
    Views
    1,020

    how to add independent Access Data Source

    Hi All,

    I get Data Source problem. My Access database is under Debug folder. When I move this project to another Drive or other machine, I need to change that Data Source again. I don't want to do...
  15. how to browse any folder path and create new folder

    Hi All,

    I'd like to make some file operations :

    1) want to explorer or browse any folder path by clicking any button.

    2) want to create new folder like C:\OutputFolder automatically after...
  16. Replies
    1
    Views
    2,559

    File style.css not found error

    Hi All,

    I'm a novice in web development. I make a tutorial from this link - file:///E:/New%20Wave/Download/Code/ASP%20Train/tutorial-01-cs.aspx.htm. when coding them, i got an error "File...
  17. Replies
    1
    Views
    1,130

    How to make a trial project

    Hi All,

    I'd like to make a project that have Date limitation like Demo project or trial version but I don't know how to. Is it added in Publish Wizard?
  18. how to describe richtextbox data in crystal report

    I have used Richtextbox control in C# Application and data is saved in SQL database with richtextbox controls.
    I want to view data in Crystal Report but it shows data with richtextbox controls which...
  19. Replies
    7
    Views
    2,477

    Re: how to sort data in txt file

    Hi All,

    Now I got the right file type for MapInfo software. I made all sorted data to csv file. After getting it, it's so simple and easy. Thanks All.

    Here, I found another file types :...
  20. Replies
    7
    Views
    2,477

    Re: how to sort data in txt file and make column formated txt file

    Hi RaleTheBlade and Cilu,

    The data included and being formated in txt file is like my example above.

    I got to sort data in txt file using struct, List<T>.Sort() and CompareTo(), but this txt...
  21. Replies
    7
    Views
    2,477

    Re: how to sort data in txt file

    could u give me an example? thanks
  22. Replies
    7
    Views
    2,477

    how to sort data in txt file

    Hi All,

    I want to sort data in a txt file like Notepad. But my data is like table format. i mean there are rows and columns data. I want to sort one column, A, in descending. after sorting it, all...
  23. Re: how to make an editable diagram file like visio UML file

    pls tell me more or give me a link about libraries in .NET or any third party. I'd like to test them. thanks Toraj58 and All.
  24. Replies
    1
    Views
    1,886

    UML class drawer tool in VC#.

    I'm implementing a small custom UML class drawer tool in VC#. i use tableLayoutPanle and a class being inherited from UserContol. I add all class attributes and relationships specifications in this...
  25. how to make an editable diagram file like visio UML file

    I'm implementing a small custom UML class drawer tool in VC#. i use tableLayoutPanle and a class being inherited from UserContol. I add all class attributes and relationships specifications in this...
Results 1 to 25 of 80
Page 1 of 4 1 2 3 4





Click Here to Expand Forum to Full Width

Featured