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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
H

Heks

@Heks
About
Posts
9
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • C# Threading
    H Heks

    I believe you can use the built in "Timer" control. http://www.c-sharpcorner.com/controls/timer.asp

    C# tutorial csharp question

  • WinForm design question
    H Heks

    What you are describing is MDI forms. Try looking here: http://www.codeproject.com/csharp/mdiformstutorial.asp -- modified at 18:00 Thursday 13th October, 2005 (typo'd)

    C# csharp visual-studio adobe design tutorial

  • Serialization problem
    H Heks

    Actually, I plan to use the file that is outputted as flashcard sets. Meaning it should contain all the information as the original jpegs and also on how to display them. This way, I won't have to distribute (to my friends) hundreds of jpeg files which could get moved, deleted, etc. This is why I wanted to stream the contents of the jpeg file into an array, and then save the array to a file.ext. I didn't realize you couldn't serialize streams :p So I guess I would have to dump the data into a byte array. You're right, it does sound a little clunky. I was thinking of using zip files, but then they wouldn't necesarrily come out in the right pairs (front and back.) This is the only other option I could think of. Thanks for your input :)

    C# help csharp adobe beta-testing json

  • Image Panning
    H Heks

    So no one knows how to implement image panning in c#? :(

    C# question csharp

  • Image Panning
    H Heks

    I'm a bit of a noob :D Can you explain how I would use SetBounds to pan images? Thanks for the reply.

    C# question csharp

  • Image Panning
    H Heks

    I am trying to create a basic image viewer. I've looked all around the web and can't find any code to port to C# for image panning. What is the best way to implement image panning in C#? Would I have to do something like draw/remove x pixels depending on mouse movement or is there already a way to do it? Also, if you have a url with code in another language for image panning, please supply it :D Thanks.

    C# question csharp

  • local/global variables?
    H Heks

    :D! Ahh worked like a charm! Took me a little modding (had to throw in a static, and change string to abstractfile) but sure enough, it works :) I can't thank you enough. Thanks ^^

    C# help question

  • local/global variables?
    H Heks

    Thanks for the help :D However...when I try using the code I get this error: 'mrmanga.ZipHolder.ZipHolder()' is inaccessible due to its protection level Any idea? --- edit --- Also, when i try making ZipHolder() public, I get this: An unhandled exception of type 'System.StackOverflowException' occurred in mrmanga.exe

    C# help question

  • local/global variables?
    H Heks

    =
    f.Name; x += 1; } } ------------------------------------------------------------- if ( sExt == "zip") { OpenZip(sFull); ShowImage(num); } How can I access the zip instance from the ShowImage() function? :-O Thx for the help.:)

    C# help 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