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
A

Adrian Metcalfe

@Adrian Metcalfe
About
Posts
57
Topics
19
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Do you remember ?
    A Adrian Metcalfe

    Yes, the time-warp is called the UK university system. The reason I want one is that I am studying an MSc and I have to draw UML diagrams on paper for part of the exam. At work I would just use a CASE tool but .... Users. Can't live with 'em, can't kill em!

    The Lounge question

  • Do you remember ?
    A Adrian Metcalfe

    Hi, Does anybody remember the plastic flowchart stencils we used to use back in the old days to draw shapes on paper ? Any idea where I can get one but for UML ? I thought I saw one but now I want one I can't find anything like it. Was it just a wierd dream due to sitting infront of visio for too long. Users. Can't live with 'em, can't kill em!

    The Lounge question

  • Graphing Control Required
    A Adrian Metcalfe

    This looks like it is for web apps only, very powerfull though. Best thing is the interective graphing, many others don't have that. Users. Can't live with 'em, can't kill em!

    The Lounge asp-net winforms question

  • Graphing Control Required
    A Adrian Metcalfe

    Has anyone ever used SimpleChart.net ? Users. Can't live with 'em, can't kill em!

    The Lounge asp-net winforms question

  • Go-Karting
    A Adrian Metcalfe

    It's quite quick, previous owner says he had 0-60 mph in less than 4 seconds, don't know how true this is but it would not surprise me as it weighs very little. Users. Can't live with 'em, can't kill em!

    The Lounge question

  • Graphing Control Required
    A Adrian Metcalfe

    It looks to me like I would have to buy the full enterprise version, this is too expensive for my company, any other ideas ? Users. Can't live with 'em, can't kill em!

    The Lounge asp-net winforms question

  • how to convert bmp to jpg?
    A Adrian Metcalfe

    If you have XP you can save images from 'Paint' as jpg. Users. Can't live with 'em, can't kill em!

    The Lounge tutorial question

  • Graphing Control Required
    A Adrian Metcalfe

    Can anyone recommend a good (cheap) graphing control which will work on windows forms and web forms and does line graphs, bar graphs, pie charts etc ? Cheers, Users. Can't live with 'em, can't kill em!

    The Lounge asp-net winforms question

  • Go-Karting
    A Adrian Metcalfe

    Not been karting for a while but have got a kart for sale if anyone is interested ? Spec: 250cc Honda engined with 6 speed gearbox, 3 sets of wheels/tyres including wets, spares including clutch, bearings etc. Offers ? Users. Can't live with 'em, can't kill em!

    The Lounge question

  • Active X Control In C# Web App
    A Adrian Metcalfe

    I think we are talking via crossed wires. My original problem is that when I add any ActiveX control to a Web form, I dont know how to access it from the c# code as it does not create a variable. I used the web control as an example to prove to myself that if you add a control to a windows form, a variable is created. I do not intend to use a web control on a web form, that would be silly I agree. Is it possible to do what I want or can I only add special web form controls to web forms ? Hope you can help, Cheers Users. Can't live with 'em, can't kill em!

    C# csharp com help question

  • Active X Control In C# Web App
    A Adrian Metcalfe

    I tried adding the WebBrowser to the form, and nothing was created. It does as you say if you drop the control onto a windows form but not a web form, any ideas ? Users. Can't live with 'em, can't kill em!

    C# csharp com help question

  • abs() function is wierd
    A Adrian Metcalfe

    Problem solved ! A co-worker found that was included in StdAfx.h When commented out, both apps perform the same way. Cheers everybody Users. Can't live with 'em, can't kill em!

    C / C++ / MFC question csharp c++ visual-studio

  • abs() function is wierd
    A Adrian Metcalfe

    I agree, I have checked that abs() has not been overloaded anywhere else in the program, it has not. Wierd eh ? Both programs are compiled as C++ Users. Can't live with 'em, can't kill em! -- modified at 9:04 Thursday 22nd September, 2005

    C / C++ / MFC question csharp c++ visual-studio

  • abs() function is wierd
    A Adrian Metcalfe

    Yes, the compiler settings are exactly the same for both apps. Wierd eh ? Users. Can't live with 'em, can't kill em!

    C / C++ / MFC question csharp c++ visual-studio

  • abs() function is wierd
    A Adrian Metcalfe

    Anybody ever seen this: Using VS.NET 2003 to compile C++ code. App 1 double freq = 6; double newFreq = abs( freq + 0.5 ) + 4; App 2 double freq = 6; double newFreq = abs( freq + 0.5 ) + 4; When compiled App 1 = 0 errors, o warnings App 2 = Warning C4244 conversion from 'double' to 'int', possible loss of data Strange ? But wait there is more ! App 1 Value of newFreq = 10.5 App 2 Value of newFreq = 10 Why does 'App 1' not produce the warning and a different answer ? I am confused. Users. Can't live with 'em, can't kill em!

    C / C++ / MFC question csharp c++ visual-studio

  • Active X Control In C# Web App
    A Adrian Metcalfe

    Hi, I added the activeX to the Toolbox and then dragged it onto the form but when I look as it's properties, it only shows the HTML properties, I can't see a way to give a variable which I can access from functions in the cs file. Any ideas ? Cheers Users. Can't live with 'em, can't kill em!

    C# csharp com help question

  • Active X Control In C# Web App
    A Adrian Metcalfe

    I am using VS 2003, when I add the ActiveX Control and build the project, it does not create anything and I can't access the control as it does not have a variable associated with it, any ideas ? Cheers Users. Can't live with 'em, can't kill em!

    C# csharp com help question

  • Active X Control In C# Web App
    A Adrian Metcalfe

    Dont' know if this is the right forum but here goes ! I have an ActiveX control which I wrote (in VC6) and I am trying to use it in a C# Web App. I have run it through AxImp.exe and now got a couple of dlls and a cs file. Does any body know how I can now add the control to my C# page ? Hope some body can help. Cheers, Users. Can't live with 'em, can't kill em!

    C# csharp com help question

  • Unusual Activity in my PayPal Account...
    A Adrian Metcalfe

    It really makes me worry about the people that handle my banking... There was a story over here in the UK a few weeks back where the call center staff in India were selling our bank details for $3 per account. Makes me think about taking all my money out of the bank and investing it in one of those companies that I get daily emails about, you know the ones where the stock is set to rocket and earn me £100,000,000 for a 5p investment. Lets face it, people will allways find new ways to try and rob us, the only thing we can do is try and make sure we are protected against every type of fraud. The banks probably offer this protection for a fee, isn't that the same as paying the Mafia protection money ? We may be all better off going back to the days before money and trading carrots for eggs etc. Anybody want to offer me broadband internet for 3 carrots a month ? Users. Can't live with 'em, can't kill em!

    The Lounge announcement lounge

  • Age for Uni
    A Adrian Metcalfe

    Hi, Don't go for the Open Uni option ! I am a developer in many languages with 8 years experience, I wanted to do a Masters degree. As I only have a HND I was told I had to do a degree first (6 years) and then a masters (4 years). When I contacted a real university and explained my background, they asked me if I wanted to teach the MSc rather than study it! They understand what experience gives you, the OU does not. My advice would be to find a local university which does part-time degrees and get your employer to let you work flexi-time to attend one day a week, this is what I am trying to do for the MSc I wish to persue. Cheers, Users. Can't live with 'em, can't kill em!

    The Lounge csharp help question career
  • Login

  • Don't have an account? Register

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