No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
17 Posted Topics
[COLOR=#444444]hi![/COLOR] [COLOR=#444444]I wrote this code that test multiple windows. I actually need this for another program, but I'm trying to figure out how creating windows work. so in this code I created two windows, and in one of them I create another two. but when I run it, it keeps … | |
Hi! I'm trying to create a WPF application using MVVM design pattern. I'd like to create a window with a menu, that by pressing the different buttons on the menu, I move between views. If I create the views as usercontrols, how can I dynamically switch between them, in a … | |
[COLOR=#555555]Hi all![/COLOR] [COLOR=#555555]Can anyone tell me where can I find a source that will help me learn visual c++ win32, without com and mfc, just pure basic, visual c++?[/COLOR] [COLOR=#555555]I already programmed different programs, but I am having trouble, when I try to add more windows to my program, I … | |
Re: the "&" means you get the parameter by name. for example: [CODE] ... int wcount, ccount; CharWordCount("good luck", wcount, ccount); //if the function is correct, wcount and ccount, now contain the require values. [/CODE] | |
Re: try this: [CODE] rand1 = (rand()%highest)+1; [/CODE] | |
hi, I created a GUI using vc++ (without mfc). now I am told it needs to be used through a web browser, but I don't know how to do it. I have been told that one solution is turning it into an activeX control, but I have no knowledge of … | |
Re: I havn't used it for a while, but maybe something like this? [code] compare(A,B,[A|[B|_]). compare(A,B,[A|[_|T]):-compare(A,B,[A|T]). compare(A,B,[_|T]):-compare(A,B,T). [/code] | |
hi! In a GUI I'm making, I'm using a dialogbox, and I want the user to have an option to load a picture from file, and to see it on the dialog box. but here is where I need help. how can I display a picture on a dialog box? … | |
I am trying to use chinese letters in a c++ program I'm writing. does anyone know how this can be done? I know that: [code]TEXT("[COLOR=#800000]\u03a3[/COLOR]")[/code] will print out a latin letter, so how do I get a chinese character, and perhaps there is an easier way? I need this asap, … | |
hey people!! how are you all? I need some help here: 1) is there any way easyer to do this: [code] [COLOR=#008080][COLOR=#008080]DataSet[/COLOR] DS = [COLOR=#0000ff]new[/COLOR] [COLOR=#008080]DataSet[/COLOR](); [COLOR=#0000ff]foreach[/COLOR] ([COLOR=#008080]DataTable[/COLOR] t [COLOR=#0000ff]in[/COLOR] DS.Tables) [COLOR=#0000ff]foreach[/COLOR] ([COLOR=#008080]DataRow[/COLOR] r [COLOR=#0000ff]in[/COLOR] t.Rows) [COLOR=#0000ff]foreach[/COLOR] ([COLOR=#008080]DataColumn[/COLOR] c [COLOR=#0000ff]in[/COLOR] t.Columns) CBx.Items.Add(r[c]); [/COLOR][/code] 2) how can you order a combobox … | |
Re: [quote=Aia;299848]Friends, I have a question: I would like to know how I can learn about the abilities of the functions I'm using, and not just follow like a sheep, what the book tells me to code.[/quote] how about trying the msdn website? you might not get the source code, but … | |
Hi, I don't know if this is the right forum, so if I'm worng please redirect me. I would like to create a setup wizard and I have no idea how to do that, or what do I need for that. thanks, gabs | |
[COLOR=#555555]Hi guys![/COLOR] [COLOR=#555555]I have been registered for a couple of weeks now, but I only now I found time to look around. s[/COLOR][COLOR=#555555]o I decided to say hi, and to use this opportunity to say what lovely people there are here, this site has been very helpful to me, and … | |
I made an application in vc++ on VS2005, but it doesn't work on non-development PCs. I did the same program on vs 0.6 and it worked very well. but perhaps there is another way to do it, say with a setup or something of the kind? | |
[COLOR=#555555]I want to use static buttons with invisible background to the text. does anyone know how to do that? I have a picture in the background, and when I use a static button, it has a gray background, which doesn't look nice at all....:-| ![/COLOR] | |
hi! I'm kind of new to this site, but I saw some of your guys posts, and man, you are brilliant. so I hope someone can help me as well. I am doing a vc++ program, and I'm using many comboboxs. how can I tell between them? I mean, I … |
The End.