Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~54.8K People Reached
Favorite Tags

17 Posted Topics

Member Avatar for samaru
Member Avatar for gabs

[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 …

Member Avatar for Ancient Dragon
0
160
Member Avatar for gabs

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 …

0
56
Member Avatar for gabs

[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 …

Member Avatar for reddy_rajesh100
0
76
Member Avatar for eranga262154

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]

Member Avatar for rajatC
0
122
Member Avatar for HLA91
Member Avatar for gabs

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 …

Member Avatar for ShawnCplus
0
83
Member Avatar for Muaz AL-Jarhi

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]

Member Avatar for Muaz AL-Jarhi
0
87
Member Avatar for gabs

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? …

Member Avatar for ~s.o.s~
0
91
Member Avatar for gabs

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, …

Member Avatar for thekashyap
0
130
Member Avatar for gabs

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 …

Member Avatar for Aun Muhammad
0
119
Member Avatar for Aia

[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 …

Member Avatar for Dave Sinkula
0
256
Member Avatar for gabs

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

Member Avatar for jbennet
0
56
Member Avatar for 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 …

Member Avatar for Dani
0
32
Member Avatar for gabs

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?

Member Avatar for jbennet
0
146
Member Avatar for gabs

[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]

Member Avatar for jwenting
0
87
Member Avatar for gabs

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 …

Member Avatar for gabs
0
102

The End.