Thanks again Dave, that is good solution, but I will take to much efforts. Actually I need some quick solution.
iamalik
Posts
-
table in RTF text object in crystal report. -
table in RTF text object in crystal report.Thanks for your reply. Is there any way, through which I can display tables in RTF text object?
-
table in RTF text object in crystal report.Hi, I have a text object on my crystal report. The text interpretation is "RTF text". Data in this text object appears in correct format except tables. What is problem with table?
-
How to create menu dynamically & opening different windows forms when menu is clickedI have stored information about each menu in database. Now I want to create these menus dynamically, and want to open different forms when each menu is clicked. How can I implement it in windows application. Thanks in advance.
-
Writting text file on different computer over LANI want to write a text file on a different computer over LAN. Any idea about it?
-
browser cache refresh on back button clickTry this
Response.Cache.SetCacheability(HttpCacheability.NoCache)
Response.Expires = 0 -
open file directoryI am cofused with Background. If you dont want to show to dialog box than you need to save your log file path in some variable. Nothing else
-
open file directoryI guess you want to the browse to the some path when LogFiles button is clicked. You need to set SelectedPath property FolderBrowserDialog in button click event. Isn't it
-
calling a menu form from another menuI think you want to call SecondMainMenu's Click procedure in the RestoreToolStripMenuItem_Click() If you, then
Private Sub RestoreToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles RestoreToolStripMenuItem.Click SecondMainMenu_Click(sender, e) End Sub
-
open file directoryYou can use FolderBrowserDialog for this purpose
-
openfiledialogIf you are asking about to open and save only picture files then you have to add Filter to dialogs of all image file formats like *.jpg, *.gif, *.bmp
-
end to end communication + asp.netYou can do it by restricting IP Address in IIS for that site.
-
DICOM image in picture boxthanks for you corporation, actully I want to load an dicom image and add a bmp image to this dicom image and then I want to print it, Can you help me in this?
-
DICOM image in picture boxHi, I want to dispaly a DICOM image(dcm) in picture box in picture box, and print this image. Can anybody help me?
-
Crystal Report Invalid KeyThanks for your kind consideration. But the problem is that this error occures when I open the file in VS.Net2003 design mode. I not going to deploy the application, I am developing the application at this time. Please help me.
-
Crystal Report Invalid Key -
Problem with RTF Text in Crystal report 8Hi, I am using VB.Net and Crystal Report 8, The problem is that I want to display a large string loaded from database in Crystal report. I set the field's Text interpretation property to "RTF Text". But it is not showing the whole string. Please help me.
-
Crystal Report Invalid Key -
Converting Java Class into the .Net DLLCan some guide me? Actually I want to convert a Java Class into the .Net DLL. What should I do for this?
-
Problem with CSSHi Dears I have a problem with CSS I created a css as below TD.main{ background:background-image; background-image:url(images/con-main-bg.jpg); } Now I used it as but it is not working. Can somebody solve this problem.