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

Jonathan van de Veen

@Jonathan van de Veen
About
Posts
17
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • VS 2005 and C# express
    J Jonathan van de Veen

    Do you have C# installed in your current installation? If not, add it from the install source used to install the current VS installation and try XNA again.

    Visual Studio csharp visual-studio question

  • how incrementing the versionnumber automatically after building in VS05
    J Jonathan van de Veen

    You should edit the versionnumber in the AssemblyInfo source file and replace the parts you want automated with *. Be aware that it isn't really incremented, but uses date and time to generate a version number.

    Visual Studio

  • AutoSize PopUp
    J Jonathan van de Veen

    You should use the body onload and then read the width of the HTML table, that was generated. Assign this with to the with of the window.

    Web Development csharp javascript css asp-net

  • Google AJAX Search
    J Jonathan van de Veen

    Offcourse. What AJAX does in the background is just sending an HTTP requist and recieving the reply. There is a complete implementation of the HTTP protocol in .NET that you can use.

    Web Development csharp json tutorial question

  • The Logic of embedding business logic into office documents.
    J Jonathan van de Veen

    I guess most people put code into VBA and use that. Policies block out users from the Macro menu, so they can't edit the code. I've even seen it done in enterprise content management systems. I think it depends also on what you're trying to do.

    Work Issues csharp visual-studio wpf business tools

  • Loading .cs file from FileSystem as Object?
    J Jonathan van de Veen

    I guess you would have to compile the class into an assembly first. Then load the compiled assembly and create an instance of the class and then bind it to the propertygrid. If you need details, just ask.

    C# question

  • Textbox that allows only two digits after decimal point. and it doesn't allow any characters except digits
    J Jonathan van de Veen

    Wrong board! You're in the C# board not in the javascript board. To answer your question, you could simply use a change event where you can then check by using, for example a regular expression.

    C# javascript tutorial question

  • get information of a web page that use frame [modified]
    J Jonathan van de Veen

    First of all, I don't think you need to support frames. You can just use Main.html. Second of all, I would recommend HTTrack. It's a freeware tool to download everything from a website. You can then simply read the files you need and changes to the website will have less impact on your code. Also you will not need to wory about frames anymore. Last note. Isn't it easier to simply have Xml data send to you (by RSS for example)?

    Article Writing csharp asp-net database com help

  • making a full screen application
    J Jonathan van de Veen

    You could look into a DirectX app. I'm shure there are some articles on this site to help you out with that.

    C# help question

  • How I can get the text of a textbox that is on other app?
    J Jonathan van de Veen

    It depends... Do you control the code of the other app? Offcourse it's much more complicated if you don't.

    C# csharp visual-studio winforms help tutorial

  • SQLClient has cross object code?
    J Jonathan van de Veen

    Oh, I guess I took a wrong turn near Mars somewhere. :doh:

    C# help tutorial question

  • SQLClient has cross object code?
    J Jonathan van de Veen

    I was thinking the same thing, but... I can't close the datareader as I still need it. I tried making a new SqlCommand in a different variable, but this didn't solve the problem. I now have two connections wich I don't realy want.

    C# help tutorial question

  • interface vs abstract class
    J Jonathan van de Veen

    An interface can't contain any behaviour (it doesn't have any method bodies). An abstract class can have some behaviour allready defined and can allready store properties into fields, etc.. Choosing wich one to use realy depend on your situation.

    C# visual-studio

  • SQLClient has cross object code?
    J Jonathan van de Veen

    I'm affraid not. I've copied the message straight from VS.

    C# help tutorial question

  • Windows service
    J Jonathan van de Veen

    Could this be a setting in one of the standard service objects?

    C# csharp visual-studio help question

  • Set Focus In MessageBox Popup
    J Jonathan van de Veen

    I guess this is really more of a JavaScript question then a C# question, but you could try to call Window.focus(); in Javascript.

    C# question

  • SQLClient has cross object code?
    J Jonathan van de Veen

    I've build the following, of wich I know it's not the way it's supposed to be and I also know how to fix it. I'm just wondering how it's caused. - I open a SQLConnection - I create a SQLCommand - I run SQLCommand.ExecuteReader and store the readerobject in a variable - I set the SQLCommand to null - I create a new SQLCommand in the same SQLCommand variable - I run ExecuteNonQuery Doing the above will result in an InvalidOperationException with the message: "There is already an open DataReader associated with this Command which must be closed first." I looked to see if the setting to null and the creating a new SQLCommand actually resulted in a new object and it did. Just for my understanding, how does this work in the background?

    C# help tutorial question
  • Login

  • Don't have an account? Register

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