Hi, This might be a very basic doubt... Can 'ref' element be used to refer a new xsd.
Harsha
Hi, This might be a very basic doubt... Can 'ref' element be used to refer a new xsd.
Harsha
Thanks a lot.. I will try it out...
Harsha
I am working on a small banking application in which if suppose i have to transfer money from US to UK, I have to retrieve the latest Dollar to Pound conversion rate and the transfer the corresponding pounds to the corresponding account. Now how do i retrieve these conversion rates in to my application. Can i retrieve these from the existing websites offering these conversion services..? If yes.. How do i do it? Let me know if there is any other method.. Also suggest me any forums,Sites,Links or articles having info about this. Forgive me if the problem is too basic. . I am novice in this field.
Harsha
thanks a lot.. i came across same link yesterday and could do it.. and now am assured what i have done is indeed a correct way... thanks:)
Harsha
Thanks.
Harsha
Is it such an impossible thing... not a single reply...:(
Harsha
Hi, i have slider control in my dialog and i need to link this to system volume.. so that i can vary system volume from my dialog itself... any ideas and links please share it.......
Harsha
Thank you.. i will try this out and let tou know :)
Harsha
hi, i am using Windows registry to store an integer value on closing of my dialog and running the application again i am retrieving this value.. this retrieved as string and i tried using "atoi()" to convert but iis giving following error. "'atoi' : cannot convert parameter 1 from 'CString' to 'const char *'" and the lines while retrieving the string are.. System::String* valueNames[] = keySoftware->GetValueNames(); for( int i = 0; i < valueNames->Length; i++) { CString strValue = static_cast(keySoftware->GetValue(valueNames[i])); .... .... ....
Harsha
Thanks whitesky its working with setbitmap:)
Harsha
ya thanks its working :)
Harsha
i have two bit maps to be displayed on two different conditions on a same picture control.. my question is how we can do it ?
Harsha
hi, I am using picture control and created a control variable for it.. i need to set bitmap programatically by using the control vareiable i created .. any idea on how to do it... ? and can it be done by setbitmap()?
Harsha
i am using VS 2005 ... and the gif file is in res folder only.. afte i growse to the .gif file while importing .. its asking for RESOURCETYPE and when i give it as GIF( i tried many other permutations and combinations of same name) it is saying "GIF is not a valid GIF Image". please check it out help....
Harsha
Hi, In Add resource of resource view i created a custom resource "GIF" and tried to import a gif file saved in "res" folder of my project. it is then asking me to enter resource type of the file i am importing and when i enter it as gif .. its saying file is not of required format and thus importing is failed. i repeated this with other .gif files which are succesfully imported by other people in their projects and failed again for the same above reason. any idea on how to import custom resources or specifically .gif files... ?
Harsha
Thanks for the advice.. i explored a lot about this already and found that i need "winmm.lib" if you have that send it to me.. i will be greatfull. my id: harsh_2961@yahoo.co.in
Harsha
i am using the same line of code as mentioned in your link but its giving an errors saying "1. error C2065: 'SND_FILENAME' : undeclared identifier; 2. error C2065: 'SND_SYNC' : undeclared identifierError; 3. error C2065: 'SND_APPLICATION' : undeclared identifier; 4.error C3861: 'PlaySound': identifier not found;" Do i have to include anything else..? please let me know what all i have to include.. if i have to include any library files please send me thet file too if you have
Harsha
Can i know how to use this Playsound()? if you know about some project where this function is used please let me know as it will give me idea about what all to be used along with the function.. i searched for this but i am not getting anything satisfactory to make this function work
Harsha
hi, Mine is a phone like application and on an incoming call i should play some tone so that user can know that there is an incoming call.. Can anybody let me know the simplest way of doing it with minimum lines of code ?
Harsha
ok.. i will let you know when i come online... thanks a lot...
Harsha