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

Search:

Type: Posts; User: Dineshgirij

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    5,348

    Re: MSBUILD commands for C++ VS2010

    Finally I got it solved.


    ---- NMAKE command -----
    cl /GX /MD /Zm800 /I..\..\include /I"$(PBASE_ANCHOR)\hs_regex\include" $(DEFINE_FORCE_BUILD_VERSION) /Fecode_generator.exe code_generator.cpp...
  2. Replies
    1
    Views
    5,348

    MSBUILD commands for C++ VS2010

    Hi All,

    I'm working on project migration in which a VS2003 C++ project is migrated to VS2010. The VS2003 project was built using NMAKE whereas the VS2010 project should use MSBUILD.

    Based on...
  3. Replies
    1
    Views
    979

    using of Virtual keyword

    Hi friends,

    I would like to know why virtual keyword is not used along with static, abstract, private, or override.. Can somebody explain it with an example ?
    Please help..

    Thanks in advance.....
  4. Display barcode as image within Crystal Report

    Hi friends,

    I'm having some problem in loading a dynamically generated barcode which is in image format in to a crystal report picture object. I have generated a System.Drawing.Image...
  5. Replies
    2
    Views
    3,041

    Re: CheckedListBox iteration

    thanx cilu..

    I can work with the tips that u have provided
  6. Replies
    2
    Views
    3,041

    CheckedListBox iteration

    Hi guys,
    I'm working in a C# windows application where I'm using a checklistbox. Here is a situation in which I have to iterate thru the checkedlistbox to find a specific value within it.

    plz...
  7. Clearing the data with in file upload control

    Hi guys,
    I 'm using a file upload control to upload images. i want to clear the file path with in the upload control once the image is saved..

    I have tried the following code to clear the...
  8. Passing value to a hidden field of page which is within an iframe

    Hi guys,
    I would like to pass a value to a hidden field of page which is with in an iframe. i would also like to add that, this iframe is within a parent page.

    Pls tell how can I do that...
  9. Replies
    1
    Views
    696

    Re: sqldata source Insert

    pls check whether u hav passed values to Player_FName. since it is a mandatory field, u hav to pass values.. only then the insert will b successful...
  10. Re: Event triggered when DateTimePicker MaxDate or MinDate is changed?

    hi renjith.binu

    explain the situation a little more ...
  11. Replies
    0
    Views
    691

    asp:wizard control

    Hi guys,

    I'm working on a website, and I'm using wizard control in it.

    I would like to know whether there is any facility to display the sidebar titles on the top of the page??

    That is ,...
  12. Replies
    2
    Views
    1,044

    Re: Content does not resize

    hav u tried running ur program..??


    i think u r facing this problem during design mode..
  13. Replies
    4
    Views
    1,298

    Re: Assigning values to SQL Parameters

    hi dee-u,

    I hav a MdataLayer.dll object which is used almost in all the projects, that acts as the DAL.

    As I said earlier, i have only the function definition in the BLL. All database...
  14. Applying style to image control from the server side

    hi guys,

    Can u guys pls tell how to apply style to an image control in the server side.
    I want to make it visible and invisible .. i hav tried it with imgControl.Visible.. but, that doesn't serve...
  15. Replies
    4
    Views
    1,298

    Assigning values to SQL Parameters

    hi guys,

    I do have only a little knowledge in SQL. I would like u guys to shed some light on the 'process when the sql parameters are being assigned to ..'

    Here is the scenario:
    In the BLL, i...
  16. Re: display image in a control placed in iframe

    Hi PeejAvery,

    As I hav mentioned in my previous post, that I'm using a file upload control which is placed in an iframe. After I click the browse button and select an image, I would like to...
  17. display image in a control placed in iframe

    hi all,

    I'm trying to display an image in a <img> control which is placed inside an iframe. for this I'm using <asp:FileUpload> control..

    how can I do it using javascript?? I have tried all the...
  18. hiding dynamically created columns of GridView

    Hi friends,

    In a web page, I have a gridview which has dynamically created columns. And I have set an alternate flag column within the gridview. I'm using the value of the flag column to set...
  19. Replies
    1
    Views
    5,451

    want a calendar control for WPF project

    I'm looking for a calendar control that I would like to use in my WPF project. Since there is no calendar control in wpf, I'm hard-pressed to find someother way out to get one.

    is there any site...
  20. Re: Split a long string data and display it in multiple lines of a ListView

    Dear foamy,

    In fact the string in question, is being fetched from a database and it comes within a Datatable. Moreover, I'm using MS Access file for this project.
    so I'm finding it difficult to...
  21. Split a long string data and display it in multiple lines of a ListView

    I want to display a long string that is fetched from the database in a ListView.
    As of now, the string is displayed in a single line of the ListView which makes it difficult to read the entire...
  22. Getting Focus on the main window from Popup window

    I'm working in a windows project(WPF). the situation is, i'm saving a few datas into a database from a popup window. after saving I want those values to be reflected in the main window.

    How do I...
  23. Replies
    2
    Views
    1,182

    Quick Search of a Binary File

    Here is a situation. I hav an collection of employee records which may scale up to thousands in a binary file. I would like to implement a search alogorithm that would search an employee quickly,...
  24. Replies
    15
    Views
    2,461

    Re: Search a binary file of million records

    earlier Kheun told me that, to create a database of my own, I should download MySQL source code and go thru it to see how it works.

    that is why I asked the link from where I could download MySQL...
  25. Replies
    15
    Views
    2,461

    Re: Search a binary file of million records

    I oculd not find any source-code-download-link in that site... all that is available in that site is the database server of MySQL server 6.0...

    do u know specifically where I can find the link to...
Results 1 to 25 of 30
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured