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
J

James Gupta

@James Gupta
About
Posts
97
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Advertising on my website
    J James Gupta

    I found a really useful tool the other day called Google Analytics - it takes data from your site such as who is visiting it, for how long, which pages, at what resolution and where etc etc - very detailed. Sign up for an acconut - analytics.google.com - they always get flooded with requests, but it seems like they have enough now. Hope that helps James

    http://www.jamesgupta.com Website Design | Maintenance | Hosting

    Web Development question beta-testing help code-review lounge

  • Recommended Books
    J James Gupta

    There are books for learning to become a MCAD (microsoft certified apps dev), but they are actually good beginners books. For C# / Sql, try Amit Khalani's MCAD 70-616 Training Guide, its really simple, yet gets a lot of info across just-code-it.net Managed DirectX & C# Tutorials

    C# csharp database design sysadmin tutorial

  • Is DirectX overkill?
    J James Gupta

    I think some imaging software (ie Photoshop) uses DirectX, but just ships one of the DLLs, although I could be mistaken just-code-it.net Managed DirectX & C# Tutorials

    IT & Infrastructure graphics game-dev question discussion announcement

  • Exception of type 'System.Security.SecurityException' occured
    J James Gupta

    Sometimes it does not let you at all. Once I wanted to loop through a certain portion of the HD (forgotten why) but no matter how many sec permissions i got, it wouldnt let me do it. Either because of a performance lag on computer or some sensitive files... If your project sounds like it could provoke .NET in any of these areas, try changing it. This is probably not the case, but worth a shot

    C# help workspace sysadmin security debugging

  • windows form sizing
    J James Gupta

    It may be that you are putting your programmatical assignment of the size before the InitialiseComponent() method in the form's constructor is being called, as a result the assignment to the form's size in InitialiseComponent() is overriding your assignment. James just-code-it.net

    C# csharp visual-studio help question

  • Exception of type 'System.Security.SecurityException' occured
    J James Gupta

    In my experiencing, certain operations (especially those relating to files / directories) are not allowed or require extra security permissions to use in .NET. At an educated guess: string strAddress = pms.CheckPageUpdated(Environment.GetEnvironmentVariable("username")); is probably causing it. To suppress it you will need to have your application request additional permissions. This is done through the System.Security namespace, but I am unsure to the specifics of it. Hopefully I have given you enough information to googlise :) James just-code-it.net

    C# help workspace sysadmin security debugging

  • Modifying an XML node value
    J James Gupta

    Hey, I am creating an application, and need some help. It uses an XML file to keep tabs on documents created with it, and when the user presses a button i want to update that document's status in the XML file to "Finished". So far i have XML files similar to the following: http://pastebin.com/600756[^] I need to modify the tag of a specific report based on its ID, how would i go about doing this? I would appreciate any help you can give me James

    XML / XSL com xml help question announcement

  • Print Treeview, C#.NET 2005
    J James Gupta

    I may have the wrong idea, but why not just make a richtextbox, have it paste in the contents of each node, and on each node level tab it?

    C# csharp javascript data-structures

  • Protect your source code
    J James Gupta

    Wow i never knew how vunerable it was - thanks for the post Swel

    IT & Infrastructure com announcement

  • Set the angle of italic font
    J James Gupta

    Im not too sure you can without defining your own font or converting the text to an image and modifying it there

    .NET (Core and Framework) question graphics help

  • convert c++ to C#
    J James Gupta

    To use pointers in C# you have to put them within a class defined as "unsafe" through the unsafe keyword.

    C# help question csharp c++ tutorial

  • class Image
    J James Gupta

    whats the point though? they all load in exactly the same way from Bitmap, no advantages / disadvantages from what you can do with them - just use the Bitmap class, or if you have to public enum ImageType { JPG = 0; PNG = 1; etc } class Image { public bitmap itsBitmap; public ImageType itsFormat; }

    C# csharp graphics help tutorial question

  • class Image
    J James Gupta

    It depends what you want to do. In .NET, you use the Bitmap class to handle not only BMP images but also GIF, PNG and JPG - so from most points of view there would be no difference as to what members you would use to describe them.

    C# csharp graphics help tutorial question

  • about richtextbox
    J James Gupta

    Load it as PlainText instead of UnicodePlainText This should solve your problem James

    C# question help tutorial

  • Image Processing Project - Visual C++ OR Visual C#
    J James Gupta

    The speed is only a 2-5% difference for one thing, and using a .NET language such as C# would provide easier and safer access to features such as plug ins / automatic updates. C# can be run on other platforms with th use of mono, i think.

    IT & Infrastructure c++ csharp asp-net dotnet regex

  • New programming language project
    J James Gupta

    Are you thinking of making an actual new programming language? or a scripting language which converts to C# and then gets passed to a command line compiler?

    IT & Infrastructure c++ com tutorial discussion learning

  • about richtextbox
    J James Gupta

    What type of file are you trying to load, and which richTextBoxStreamType are you using?

    C# question help tutorial

  • Using .NET with big C program?
    J James Gupta

    C# syntax is very similar to other languages, if you could just object-orient your C code, even very crudely it may be worth the swap... - and you can access WinAPI calls from .NET languages.

    .NET (Core and Framework) csharp c++ question

  • Image Mosaic Source
    J James Gupta

    your welcome ;)

    IT & Infrastructure com question

  • IDE doesnot show intelliscence.........
    J James Gupta

    When it did this to me in Visual Studio 6 / 2002, if you delete all of the VS generated files from your application (such as .pdb files etc) so that only the solution and source files remain, it has to re-generate them using default values when you next start VS, and this sometimes restores intellisense. Hope this helps James

    Visual Studio csharp asp-net visual-studio
  • Login

  • Don't have an account? Register

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