I am new to WinCE environment.I need to connect to MS Excel database on windows XP from winCE device... Please give me some idea on how to do it...
sribachana
Posts
-
Need help on WinCE remote database connection -
How to print string in next line on Edit controlyes i tried that also but no result
-
How to print string in next line on Edit controlHi, I have created a multi line edit control and assigned a member variable say m_strOutput... when i do m_strOutput += _T("\n") expecting the next time string to be printed in next line , the string is not printed in next line but appended to previous string.... How to go to next line in edit control????
-
How to draw lines may be like gridlines between images in thumbnail viewno i didnt customize clistctrl. i loaded object of cimagelist to clistctrl
-
How to draw lines may be like gridlines between images in thumbnail viewi need to draw lines for example like grid lines between images .i have used LVS_EX_GRIDLINES but its only working in report view .i need it in thumbnail view
-
CheckBox selection in DataGridView..Hi, i have added one checkbox to my datagridview.. i want to select the checkbox.... after selecting the check box i need to get the whole row details of that perticular checked row.. DataGridViewCheckBoxColumn ckb = new DataGridViewCheckBoxColumn(); ckb.Name = "Checkbox"; ckb.HeaderText = "Select"; dataGridView1.Columns.Insert(0, ckb); how do i select and deselect the checkbox check options... please reply me ASAP
-
How to Add Image to Multiline text box in C# Win FormsHi, i want to add a image to the selected text area in the multiline textbox. can anybody help me regarding this...
-
How to create a custom control in web applicationi want to create a custom control for my project. how to do this can any body help me regarding this
-
JavascriptHi All, How can i mask a particular javascript function when an event occurs. That particular javascript function should work well for all other events.
-
Regd JavascriptHOw can i bind the text from a textbox control to the image using javascript.
-
JavascriptWhat u check the condition is ok.if the condition satisfies then we should able to mask particular javascript function(In this case,the function which captures the screen coordinates should be masked for the clicked event on the image in a browser). So how to mask the javascript function is what really important for that clicked event on image.
-
JavascriptHi All, I have one problem to discuss with. I have a javascript function which will capture screencoordinates of browser window on a mouse click. I want that javascript function to be masked(i.e doesn't apply)to a particular event(eg.Say,"OnmouseClick" on a image in the browser). How can we do this?
-
on inserting text(urgent)how to insert text balloons(CallOuts) to a textdocument in web applications in .net
-
how to incorporate OCR functionality in web applicationHi, I need to incorporate OCR functionality into my web application. I downloaded LeadTools Document Imaging Suite, Finereader engine SDK and Asprise OCR. Could somebody tell me where I can find help to integrate this into my asp.net application? Also pls give any other suggestions that there might be for other OCR SDKs that can be tried out. We would be buying it eventually but we do need to see if it works the way we would want it to.
-
About CallOutsHow can we implement CallOuts to a text document in web application
-
AnnotationWhat ever may be the document(pdf,MSword,acrobat)i get by searching for technical documents based on search keyword i enter.
-
Annotationhow can i able to annotate text document in a web page using c#. Are there any Free downloads of web based annotation tools. Plz suggest any tool...
-
Based on framesI have two frames in a frameset.once right frame is reloaded,left frame should get reloaded.how to do this using javascript
-
Based on JavascriptHow to call javascript function of one form into other using javascript.
-
Frameshow to refresh a frame when there occurs reload of another frame in a page using javascript.