What are all the default buttons available in Borland C++ workshop?like for eg:
If control id=1 then it is for "OK", similarly
if control id = 2, then it is for "Cancel" etc..
For Close, what is the control id?
User Profile
Collapse
-
Default buttons in Borland workshop
-
I have a table in foxpro database. Suppose there are four column(say column names=>first, second, three and four). The index is on the fourth column. This fourth column contains values like 100,100, 100, 100, 200, 400, 400, 500, 500, 500 etc.
Here after opening this table, i need to get the record count for say to value=100(fourt h coulmn), so here it should return as 4. How to fetch this record count?. I am using borland c++ and... -
Getting record count
Using borland c++, how can we fetch the record count in the following case:
Suppose in XY table in Foxpro,
First column
A
B
C
D
E
F
G
H
.
.
.
Second column
100
100
100
100
333
222
444
666
.
.
.
Here i need to get record count as 4, after... -
Fetching record count
Using borland c++, how can we fetch the record count in the following case:
Suppose in XY table,
First column
A
B
C
D
E
F
G
... -
Removing Items in combobox
I have a combobox which has a list of items displayed by default. Based on selection of an item in first combobox, i need to display the related items in my second combobox, so i need to remove those items in the list(second combobox) which is not relavant to the item selected in first combobox.
Can i have the code details on doding this in bc++(preferably )/vc++ ?
Thanks -
Hello,
I have a bitmap image (width=154 and height=124), units=pixel and this one i need to convert into an icon so i can use it in resource workshop. After conversion, the icon should be in 32*32 size, 16 colors and in hexa decimal format like
'00 00 01 00 01 00 20 20 10 00 00 00 00 00 E8 02'
'00 00 16 00 00 00 28 00 00 00 20 00 00 00 40 00' etc
So if i copy this hexadecimal format in resource workshop,...Leave a comment:
-
Hello All,
Anyone has got any idea about the above posted scenario?
To add further to above lines,
Country is read from one database table. Based on the selection of country i need to display list of items/item in other combobox. These items are stored in other table of database.
Thank you in advance.
Rgds,
Pramod...Leave a comment:
-
Hello,
Actually i have got an bitmap image and i need to convert this into a icon for me to use it in my application. On edit on this icon as text format i will obtain it in hexa decimal format.
So either i need to convert this bitmap to icon or to its hexadecimal equivalent. Its better for me to have it in hex format as i need to copy this on to the existing icon.
Rgds,
Pramod...Leave a comment:
-
Hello Paul,
Thankyou for the feedback.
Actually i was looking for conversion from a bitmap image to its equivalent hexadecimal numbers.
Eg: like from image.bmp to its hexadecimal format
Thank you in advance.
Regards,
Pramod...Leave a comment:
-
Bitmap to Hexadecimal conversion
Hello All,
I need to convert the bitmap image to hexadecimal, so is there any free tool for doing this conversion? Any other suggestion is always welcome.
Thank you in advance.
Regards,
Pramod -
Hello,
Thanks for your feedback
Here i have quoted one example for better understanding,
Suppose if first combobox is list of countries and if each country has a unique country code, i will pass this country code as an input to my second combo. Here if a particular country code there are more items (say 10), i need to display all the 10 items for that country code in second combo box. Eg: like for country A -...Leave a comment:
-
Selecting combo box items
Hello,
Scenario:
I have got two combo box in my program. As per the selection of an item in my first combo box, i need to populate list of items/item in the second combo box.
Can anyone guide me on how to go about this using BC++?
Comments on this from VC++ users are also welcome.
Thanks in advance,
Regards,
Pramod
No activity results to display
Show More
Leave a comment: