Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
V

Victor Boctor

@Victor Boctor
About
Posts
108
Topics
24
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Unable to debug ASP.NET after installing Zend Studio
    V Victor Boctor

    I found this useful article on MSDN. I didn't get a chance yet to use it to troubleshoot the problem I have and see if it will assist me in fixing it. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vsdebug.asp[^] Regards, Victor. Victor Boctor http://www.futureware.biz[^]

    ASP.NET csharp php question asp-net visual-studio

  • Unable to debug ASP.NET after installing Zend Studio
    V Victor Boctor

    Since I installed Zend Studio for debugging my PHP projects, the ability to debug ASP.NET projects has stopped working. How can I fix the debugging in Visual Studio? And is there an easy way like a reg file or a tool that can allow me to switch between the ability to debug from these tools? Regards, Victor. Victor Boctor http://www.futureware.biz[^]

    ASP.NET csharp php question asp-net visual-studio

  • SVG DOM
    V Victor Boctor

    I am looking for a reliable commercial or open source .NET library (preferrably) that allows loading SVGs, drawing them, programatically reading and editing them (through SVG DOM), saving them. I am aware of the following package: - MobiForm SVG (commercial, but is being discontinued) - SvgNet (open source) - Svg# (open source) - Librsvg (open source) - Batik (open source) If you have used any of the above, please let me know about your experience with it. Also please let me know if you have used one that is not in the above list. We will be building a commercial application that uses the chosen SVG component. Regards, Victor Victor Boctor http://www.futureware.biz[^]

    C# csharp html graphics

  • ControlPaint.DrawComboButton()
    V Victor Boctor

    Hello! The ControlPaint.DrawComboButton() requires the rectangle inside which the button should be painted. Getting the height is easy, since probably it is equal to combobox height. However, what about the width? In my XP Pro machine it is about 19 pixels, but I would rather find a way to get the width rather than hard code it into the code. I had a look at System.Windows.Forms.SystemInformation, but it doesn't include this information. Regards, Victor. phpWebNotes is a page annotation system modelled after php.net. http://webnotes.futureware.biz/demo.php[^]

    .NET (Core and Framework) csharp php question

  • ASP.NET on XP Home
    V Victor Boctor

    Hi all, I am new to ASP.NET development. I would like to be able to develop my applications using Visual Studio .NET 2003, but use the webserver of my ISP. I currently can only develop on my other machine which runs Windows 2000 Professional. However, this one is much slower and it doesn't include some of the stuff on the ISP servers like MySQL, ..etc. So it will be much easier for me if I can configure VS to use ISP rather than wwwroot on the local machine. Is that possible? Btw, when I copy webapps from my W2k webserver to the ISP, they work fine. Regards, Victor. phpWebNotes is a page annotation system modelled after php.net. http://webnotes.sourceforge.net/demo.php[^]

    ASP.NET csharp visual-studio php asp-net mysql

  • Adding a scripting language ...
    V Victor Boctor

    desmond5 wrote: I cannot find any scripting engine for .NET to add my application a scripting language Can't you use VB.NET / C# as your scripting language. You can make use of the on-the-fly compiling and execution features of .NET. You will also probably need to limit what user defined scripts can do using Code Access Security. Regards, Victor phpWebNotes is a page annotation system modelled after php.net. http://webnotes.sourceforge.net/demo.php[^]

    .NET (Core and Framework) csharp python tools help question

  • .Net Compact Framework Emulator on WinXP Home
    V Victor Boctor

    Tutu wrote: Anyone tried to install the .Net Compact Framework Emulator (PocketPC 2002 Emulator) on a computer running WinXP Home? I have Visual Studio .NET 2003 / Windows XP Home. I got the emulator as part of the full installation I did for Visual Studio. I tested it a couple of times and it seems to be working fine. I also use Administrator account. Regards, Victor. phpWebNotes is a page annotation system modelled after php.net. http://webnotes.sourceforge.net/demo.php[^]

    .NET (Core and Framework) csharp help question workspace

  • C# Webservice Deployment
    V Victor Boctor

    Makes sense... But what is the benefit of having it as a virtual directory? As I said before, I thought virtual directories are useful to map paths that are not under wwwroot to virtual directories under wwwroot. Thanks for your help.. Regards, Victor. phpWebNotes is a page annotation system modelled after php.net. http://webnotes.sourceforge.net/demo.php[^]

    C# csharp sysadmin question php visual-studio

  • C# Webservice Deployment
    V Victor Boctor

    Mazdak wrote: For my web service I copy files in the root of my web site(bin directory_config and asmx files) cause those stupids didn't let me to create virtual directory there. What is the difference between having it in the root of the website vs. in a sub-directory? I thought virtual directories are to map internal server paths into sub-folders of wwwroot. In my case, I copied the files to a sub-folder of wwwroot. I attempt to execute the webservice as follows: http://www.example.com/dotNet/MyService/Service1.asmx which is similar to how I run it on my local machine: http://localhost/Service1.asmx Thanks, Victor phpWebNotes is a page annotation system modelled after php.net. http://webnotes.sourceforge.net/demo.php[^]

    C# csharp sysadmin question php visual-studio

  • C# Webservice Deployment
    V Victor Boctor

    When I use the browser and type: http://www.example.com/dotNet/MyService/Service1.asmx I get the following (even when I set the customErrors mode to Off, I still get the same error: Server Error in '/' Application. -------------------------------------------------------------------------------- Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off". Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's configuration tag to point to a custom error page URL. phpWebNotes is a page annotation system modelled after php.net. http://webnotes.sourceforge.net/demo.php[^]

    C# csharp sysadmin question php visual-studio

  • C# Webservice Deployment
    V Victor Boctor

    I have created a Webservice using Visual Studio .NET 2003. The webservice works fine on my local webserver. I then created a Web Setup project to install/uninstall this webservice. I have tested it on my local machine and everything works fine. Now, I need to deploy this webservice on my website. The ISP I use supports .NET Hosting v1.0/V1.1. However, how can I run the Web Setup on their server!??? I tried copying the files, but it doesn't work. I changed custom errors mode to be Off, and changed the authorization mode to None. I also changed the .webinfo file to reflect the webservice location. Any ideas, how this can be done? phpWebNotes is a page annotation system modelled after php.net. http://webnotes.sourceforge.net/demo.php[^]

    C# csharp sysadmin question php visual-studio

  • Custom Controls
    V Victor Boctor

    thomasa wrote: You probably have to save the values to a file There must be another way of doing it. For example, if you have a form with two edit boxes, the first is set to TextBox1 and the second is set to TextBox2. I am sure these design time values will not be saved to files, however, they will be part of the form or something. Regards, Victor. phpWebNotes is a page annotation system modelled after php.net. http://webnotes.sourceforge.net/demo.php[^]

    C# question csharp php design

  • Custom Controls
    V Victor Boctor

    Hi, I am implementing a custom control which has a listview as one of its sub controls. I am able to populate this list at design time through the control properties. The populated list then appears as expected in design time. Once I run the application, the list appears empty. Terminating the application and re-opening the form (in design time), shows the list as empty! How can I retain the values of the properties provided by the user at design/runtime!??!! Thanks in advance, Victor phpWebNotes is a page annotation system modelled after php.net. http://webnotes.sourceforge.net/demo.php[^]

    C# question csharp php design

  • Flash Game of the Day
    V Victor Boctor

    Nice game! A bit addictive too! My highest so far is 587. The idea is to get the penguin to slide!! phpWebNotes is a page annotation system modelled after php.net. http://webnotes.sourceforge.net/demo.php[^]

    The Lounge adobe game-dev announcement

  • Dundas Chart for Windows Forms Professional Edition (.NET v3.6)
    V Victor Boctor

    I am considering buying a license for Dundas Chart for Windows Forms Professional Edition (.NET v3.6 - 1 developer license). I was considering three options: - Buying it from Code Project (but it doesn't see to be available) ($???). - Buying it from Code Project with Visual Studio .NET 2003 (but in the Code Project shop, only Dundas Chart for ASP.NET is included as a free option) ($899). - Buying it from Dundas ($699). Any ideas about the above options or other options? Also do you know the support period included in the above options? Also did anybody use this product? What do you think of it? Do you recommend other products? phpWebNotes is a page annotation system modelled after php.net. http://webnotes.sourceforge.net/demo.php[^]

    The Lounge csharp php asp-net visual-studio winforms

  • Projects
    V Victor Boctor

    Consider joining on of the Open Source projects. This can allow you to learn from other peoples' work as well as contribute to the community :) http://www.sourceforge.net[^] Regards, Victor. phpWebNotes is a page annotation system modelled after php.net. http://webnotes.sourceforge.net/demo.php[^]

    The Lounge c++ csharp com question code-review

  • PHP fun
    V Victor Boctor

    I have been programming in PHP for the last couple of years. I believe it is a natural choice as a web programming language for C/C++ developers. I also found it to be very extensible compared to languages like Cold Fusion. I played around with ASP, but the PHP c-like syntax made it more appealing to me. I also used PHP for command line scripts (as an alternative to shell/perl scripts) and I found it to be very flexible, specially, when these scripts require access to LDAP/SQL database. Bottom line, I recommend PHP for all those who are thinking of investing sometime in learning a web programming language. phpWebNotes is a page annotation system modelled after php.net. http://webnotes.sourceforge.net/demo.php[^]

    The Lounge database javascript php perl html

  • Commercial Work?
    V Victor Boctor

    You can bid on projects on the following website: www.codelance.com[^] phpWebNotes is a page annotation system modelled after php.net. http://webnotes.sourceforge.net/demo.php[^]

    The Lounge question

  • Wireless home networking...
    V Victor Boctor

    I am also using Netgear card + router. I have the same comments, the only difference is that the signal strength in the "dead zones" vary from one day to another. Also a couple of times the card became very hot, but usually it just gets warm. Good luck, Victor. phpWebNotes is a page annotation system modelled after php.net. http://webnotes.sourceforge.net/demo.php[^]

    The Lounge sysadmin help career

  • Annoying problem with VS.NET 2003 (VC++)
    V Victor Boctor

    "#pragma once" works in .NET. phpWebNotes is a page annotation system modelled after php.net. http://webnotes.sourceforge.net/demo.php[^]

    The Lounge c++ csharp javascript visual-studio help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups