Click here to Skip to main content
15,917,971 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Serialization. Pin
S. Senthil Kumar6-Jan-06 20:44
S. Senthil Kumar6-Jan-06 20:44 
GeneralRe: Serialization. Pin
HakunaMatada6-Jan-06 21:24
HakunaMatada6-Jan-06 21:24 
QuestionVarious Frameworks Installed Pin
Brendan Vogt6-Jan-06 0:26
Brendan Vogt6-Jan-06 0:26 
AnswerRe: Various Frameworks Installed Pin
mikailcetinkaya9-Jan-06 3:08
mikailcetinkaya9-Jan-06 3:08 
QuestionpictureBox refresh Pin
sergestusxx5-Jan-06 16:21
sergestusxx5-Jan-06 16:21 
Questionplaying two sound files at the same time Pin
pmt5-Jan-06 15:07
pmt5-Jan-06 15:07 
GeneralRe: playing two sound files at the same time Pin
HakunaMatada6-Jan-06 1:02
HakunaMatada6-Jan-06 1:02 
Questionquestion about application icons Pin
brdavid5-Jan-06 11:49
brdavid5-Jan-06 11:49 
I'm trying to get custom application icons but I can't seem to have a 16x16 AND a 32x32 application icon to load correctly. Basically I have a custom Application icon and a document icon. I am noticing the document icon is correct. Both on the application side and even in the Windows explorer side. Even when I change the Explorer view the icon changes size correctly. Now with the application icon, this isn't the case. This is the code I have in the resource file for my main window application.

IDR_MAINFRAMEGAMEMASTER ICON "res\\icon1.ico"
IDR_CGAMEONTYPE ICON "res\\calendar.ico"
IDR_MAINFRAME ICON "res\\CGameOn.ico"

icon1.ico is the 16x16 icon
calendar.ico is the document icon
CGameOn.ico is the 32x32 icon.

IDR_MAINFRAMEGAMEMASTER is the main frame I load when I set my configuration manager to "release". I also have a setting called "release -basic" in my configuration manager as well. I usually compile under the release therefore I am using the IDR_MAINFRAMEGAMEMASTER resource. The configuration above with the code I have will result in the application icon to be changed correctly as well as the explorer window to display the correct icon. But when I open the About box or change the explorer view to icons I get blanks. I'm not sure what is happening in why I get the document icon to work but not the application icon.

Any help would be appreciated. Smile | :)

Thanks!

QuestionWhere is the 'theApp' object in a C++ Windows Form application? Pin
epenciso5-Jan-06 5:59
epenciso5-Jan-06 5:59 
AnswerRe: Where is the 'theApp' object in a C++ Windows Form application? Pin
Nish Nishant5-Jan-06 6:25
sitebuilderNish Nishant5-Jan-06 6:25 
AnswerRe: Where is the 'theApp' object in a C++ Windows Form application? Pin
TheGreatAndPowerfulOz5-Jan-06 15:03
TheGreatAndPowerfulOz5-Jan-06 15:03 
QuestionChange UserStrings in code Pin
cecildt5-Jan-06 1:19
cecildt5-Jan-06 1:19 
AnswerRe: Change UserStrings in code Pin
TheGreatAndPowerfulOz5-Jan-06 15:04
TheGreatAndPowerfulOz5-Jan-06 15:04 
GeneralRe: Change UserStrings in code Pin
cecildt5-Jan-06 18:41
cecildt5-Jan-06 18:41 
GeneralRe: Change UserStrings in code Pin
TheGreatAndPowerfulOz5-Jan-06 19:59
TheGreatAndPowerfulOz5-Jan-06 19:59 
GeneralRe: Change UserStrings in code Pin
cecildt6-Jan-06 1:55
cecildt6-Jan-06 1:55 
QuestionQueued Timers Pin
LiamD5-Jan-06 0:30
LiamD5-Jan-06 0:30 
AnswerRe: Queued Timers Pin
Dave Kreskowiak5-Jan-06 4:23
mveDave Kreskowiak5-Jan-06 4:23 
QuestionChanging the appearance of controls Pin
engsrini5-Jan-06 0:22
engsrini5-Jan-06 0:22 
QuestionOnBeforeUnInstall Method in windows installer Pin
hiraljv4-Jan-06 22:28
hiraljv4-Jan-06 22:28 
QuestionDrawing in a PictureBox Pin
sergestusxx4-Jan-06 14:00
sergestusxx4-Jan-06 14:00 
AnswerRe: Drawing in a PictureBox Pin
Christian Graus4-Jan-06 14:41
protectorChristian Graus4-Jan-06 14:41 
QuestionCan't use web service Pin
sergestusxx4-Jan-06 6:46
sergestusxx4-Jan-06 6:46 
AnswerRe: Can't use web service Pin
VenkataRamana.Gali4-Jan-06 7:57
VenkataRamana.Gali4-Jan-06 7:57 
QuestionFree Visual Basic.NET videos Pin
DickInYaMum4-Jan-06 6:39
DickInYaMum4-Jan-06 6:39 

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.