Search Result

Collapse
4 results in 0.0027 seconds.
Keywords
Members
Tags
solution
  •  

  • Visual C# 2008 Express Solution-Project Hierarchy

    Gentle list members,
    I have started to type in and modify according to my taste the examples in a tutorial of C# [Sipos Marianna: Programozás élesben. Language Hungarian, ISBN: 963 216 652 3].
    I use Visual C# 2008 Express Edition.
    I have put the first two exercises as Projects in the same Solution. The problem is that I have to mark and unmark again and again which is the executable project.
    • I want to share e. g. the form design
    ...
    See more | Go to post
    Last edited by Niheel; Oct 12 '11, 08:14 AM. Reason: uncesseary bold

  • Known jQuery/Prototype conflict - problems solving it, though

    I am using prototype and jquery, and as noted on many sites, there is some potential for conflicts. Now, I saw as well again and again this solution:
    Code:
     <html>
     <head>
       <script src="prototype.js"></script>
       <script src="jquery.js"></script>
       <script>
         var $j = jQuery.noConflict();
         
         // Use jQuery via $j(...)
         $j(document).ready(function(){
    ...
    See more | Go to post

  • matt753
    started a topic What is the best fax solution?

    What is the best fax solution?

    What is the best fax solution for faxing reports in Access? I want to be able to click a "fax" button, have it get the fax number from the field on the form, and automatically send it without any user interaction.

    I know you can do it with MS fax, using the DoCmd.SendObjec t command (http://support.microso ft.com/default.aspx?sc id=kb;en-us;231797)

    Has anyone tried this? Is it fully automated? Will it work if...
    See more | Go to post

  • naxic
    started a topic declaration syntax error
    in C

    declaration syntax error

    Hey everyone, i have been doing c for only a short time and i am having a small problem with compiling my code below which is a presentation question.

    Here is the question:
    Write a C program that will be able to ceive different types of numbers and write them in appropriate files. We shall use three files file_even which is a word document, file_odd which is a text document and file_prime which is an excel file.
    ...
    See more | Go to post
    Last edited by Banfa; Feb 22 '10, 10:16 PM. Reason: Added [code] ... [/code] tags
Working...