I tried calling a delegate.BeginInvoke in the thread for the main form in which i called the new form.show. but same results. the new form is in hanged state.
Sunshine Always
Posts
-
showing form from thread -
showing form from threadNo. It is a normal class whose object i'm using in mainform
-
showing form from threadHi In my application, the Main form starts a thread in another class. In this thread I need to show another form as modeless. If i call it in the thread, the form shows but in a hanged state. no controls are visible and it is in not responding state. How can i achieve my requirement. Please help. Thanks.
-
Ini file for setup project in VS2005Is there no solution for this other than using third party software???
-
Dragging in excel sheet from codeHi, I am opening and writing to an excel sheet using VC6 in an MFC dialog based application. The excel sheet contains some formulae like Negate and AVERAGE of certain cells. Manually if i enter data in the input field, I need to drag the cells to update them accordingly to the formula... Hope i am making sense... How can I do this from my code? Thanks.
-
Ini file for setup project in VS2005Hi, I need my installation project to work in a specific way. there are some folders containing files. I don't always want to install all the folders. Also I don't want to build the setup everytime, so is there a way i can use ini file or xml file to customize my setup installation. I should be able to configure the folder names and only those specific configured folders should be installed. Thanks.
-
Handle COM Port communication before handheld suspendHi, I need to send a stop command to my receiver over COM port before the device goes into Suspend mode. How should I do this? I am able to catch the resume event but i need to stop the communication before resume. My app displays a message if the sending over COM port fails and this happens before the handheld resumes. Please suggest. Thanks
-
Game developmentwhy do u think so?
-
Remote accessing of Win Ce5.0 deviceHey, You can use Visual Studio 2005 Remote Tools.
-
Wakeup notificationHi, In my application I need to populate a enter password form when the device is recovered from suspension. The device is Wince 5.0. Specifically it is a DAP HandHeld if that helps in any way... Please let me know of the solution. I have written the same thing for PC using Microsoft.Win32 namespace and SystemEvents . But I'm unable to port this to the compact framework. Please help. Thanks.
-
Ini file handlingThanks for the help.
-
Ini file handlingHi, for normal .net framework, we can use the existing ini class that uses kernel32.dll. Is there any similar class for the compact framework? what is the way i can read an ini file on compact framework??? Thanks.
-
Game developmentHi, I dont know where i should be posting this question... so i'm putting it here. Please suggest me where to move from here. I want to learn-make a website for a specific card game. how do i go about doing this. Thanks.
-
Video compression [modified]Hi, I need to send some movies to my friend in another city... I need a video compressor so that i can compress the movies without data loss and send it on a CD. Please tell me what to use for this? Thanks
modified on Saturday, March 7, 2009 7:03 AM
-
Setup ProjectHi, I have created a setup project in VS2005. I want to change the icon that gets created in AddRemove Programs of control panel after the application is installed. I tried adding an Icon by browsing in the AddRemoveProgramsIcon property for the solution, but this gives me a Folder icon in AddRemove Programs and not the one i selected in the project. Please help. Thanks.
-
ip address of senderthat means there is no way i can trace this emailer??? :(
-
ip address of senderHi I am getting anonymous emails from some gmail id on my gmail id. How do i get the ip address of the sender? I tried to see the show original way that is given when i searched on google. but tht does not help in any way. it doesnt give the ip of sender. please tell how to do this. Thanks.
-
htc touch phoneHi, i'm planning to buy a htc touch phone. i'm from India.could someone suggest me a good configuration phone within the price range of 200$ or so... Thanks...
-
BlackberryHi everyone, I need to prepare a small report on Issues related to Blackberry. Please help!!! Thanks
-
Bluesoleil SDK usageHi, I am using Bluesoleil sdk to get the information from a nokia phone on pc and also use the phone's services on pc. I need to get the battery level and signal strength from the phone and display on my gui. The sdk provides an api Btsdk_VendorCommand for this. It uses a structure called BtsdkVendorCmdStru. typedef struct _BtSdkVendorCmdStru { BTUINT16 ocf; BTUINT8 param_len; BTUINT8 param[1]; } BtSdkVendorCmdStru, *PBtSdkVendorCmdStru; The structure BtSdkVendorCmdStru contains information about a vendor specific command . Ocf Specifies the OpCode Command Field value of this vendor specific command. param_len Specifies the size in bytes of the content in the buffer pointer by the param element. Param Pointer to the buffer containing the command parameters. I need some help as to what value should be passed to each of the members in the structure. any help would be great... Thanks in advance.