Click here to Skip to main content
15,910,009 members
Home / Discussions / C#
   

C#

 
AnswerRe: Caputuring URL changes Pin
gus_br1-Sep-06 9:20
gus_br1-Sep-06 9:20 
AnswerRe: Caputuring URL changes Pin
Nader Elshehabi1-Sep-06 9:43
Nader Elshehabi1-Sep-06 9:43 
GeneralRe: Caputuring URL changes Pin
Charith Jayasundara2-Sep-06 7:12
Charith Jayasundara2-Sep-06 7:12 
GeneralRe: Caputuring URL changes Pin
Nader Elshehabi2-Sep-06 11:17
Nader Elshehabi2-Sep-06 11:17 
GeneralRe: Caputuring URL changes Pin
Charith Jayasundara3-Sep-06 6:35
Charith Jayasundara3-Sep-06 6:35 
QuestionStoring Images Pin
jesarg1-Sep-06 8:54
jesarg1-Sep-06 8:54 
AnswerRe: Storing Images Pin
gus_br1-Sep-06 9:08
gus_br1-Sep-06 9:08 
AnswerRe: Storing Images Pin
Nader Elshehabi1-Sep-06 9:56
Nader Elshehabi1-Sep-06 9:56 
Hello

Beside what has been said, another way is to aggregate several images in a file -call it for example .isf-. Make a project called "Image Packager" for exaple to store these images knowing exactly their sizes by bytes. Now in your main project you can access them by their Filename:Byte location. Read each image in a filestream, then use this stream to make a bitmap object.

PS.
One simple trick is to store them in different names only without aggregation. Like renaming "MyImage.bmp" to "Rfgh.dat". no one will know this is an image file. Stupid, but sometimes works!!;P

RegardsRose | [Rose]

QuestionCOM Creation Problem Pin
Abbas821-Sep-06 8:53
Abbas821-Sep-06 8:53 
AnswerRe: COM Creation Problem Pin
mav.northwind1-Sep-06 20:03
mav.northwind1-Sep-06 20:03 
QuestionContextMenuStrip Pin
TAREQ F ABUZUHRI1-Sep-06 8:15
TAREQ F ABUZUHRI1-Sep-06 8:15 
AnswerRe: ContextMenuStrip Pin
TAREQ F ABUZUHRI1-Sep-06 8:15
TAREQ F ABUZUHRI1-Sep-06 8:15 
AnswerRe: ContextMenuStrip Pin
Jun Du1-Sep-06 8:28
Jun Du1-Sep-06 8:28 
AnswerRe: ContextMenuStrip Pin
Nader Elshehabi1-Sep-06 10:07
Nader Elshehabi1-Sep-06 10:07 
AnswerRe: ContextMenuStrip Pin
Judah Gabriel Himango1-Sep-06 10:27
sponsorJudah Gabriel Himango1-Sep-06 10:27 
QuestionReferencing Interfaces Pin
work_to_live1-Sep-06 7:49
work_to_live1-Sep-06 7:49 
AnswerRe: Referencing Interfaces Pin
Jun Du1-Sep-06 8:06
Jun Du1-Sep-06 8:06 
GeneralRe: Referencing Interfaces Pin
work_to_live5-Sep-06 8:11
work_to_live5-Sep-06 8:11 
AnswerRe: Referencing Interfaces Pin
Guffa1-Sep-06 10:43
Guffa1-Sep-06 10:43 
QuestionGenerics Problem Pin
thepersonof1-Sep-06 6:55
thepersonof1-Sep-06 6:55 
AnswerRe: Generics Problem Pin
eggsovereasy1-Sep-06 7:27
eggsovereasy1-Sep-06 7:27 
AnswerRe: Generics Problem Pin
Stefan Troschuetz1-Sep-06 8:08
Stefan Troschuetz1-Sep-06 8:08 
GeneralRe: Generics Problem Pin
thepersonof1-Sep-06 9:28
thepersonof1-Sep-06 9:28 
GeneralRe: Generics Problem Pin
thepersonof1-Sep-06 9:41
thepersonof1-Sep-06 9:41 
QuestionShow DocumentStream in Webbrowser control Pin
Piovra_1-Sep-06 4:43
Piovra_1-Sep-06 4:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.