I had developed an application which is a desktop application and DB is Online. What i need is a Message popup to all the clients whenever i upload a new version on net. (Installer is online) Source used - C#, SQL 2008, Crystal Report 11, flash I have no idea how to start this activity. Please help
sachees123
Posts
-
New Version Update -
C# and imageFrnds, I have a desktop application(c# and SQL) which tries to get image from URL. What I did string imgg = PictureBoxImageAdding(dr.GetValue(0).ToString()); pictureBox1.SizeMode = PictureBoxSizeMode.StretchImage; pictureBox1.Size = new System.Drawing.Size(142, 190); pictureBox1.Image = new Bitmap(imgg); It work fine with local path ie. d:/images/pics/xyz.jpg but not with http://www.xyz.com/images/pics/xyz.jpg Whats the SOLUTION.
-
oledbdatareaderTHANKS IT WORKS
-
oledbdatareaderhi, i have got 1000 records in access table and i want to read alternate data. ie 500 records out of 1000. how to advance the reader to next record?
-
Crystal Report with Dynamic PictureI have created CR which is evoked by passing a number(which is a variable) and according to that no. a corresponding image has to come from web. By the way, the whole data on CR is coming from online database. So how to pass a variable in CR for picture?
-
Crystal Report - Problem in printingFriends I, myself and with the help people of codeproject, developed a windows application. It is running fine BUT while printing recpt. via crystal report some garbaje is getting print(where varibale data exits). sometime it doesnt print any data(ie. variable data) and sometime it prints garbage and sometimes it print PERFECT. Donno why? PLz Help
-
SortingDear Frnds, I have got reg nos and marks. Now im supposed to allot rank. What i tried : LIST, SORTEDLIST, HASHTABLE, AND ARRAYLIST. from the above, sortedlist works but it sorts the key ie. reg nos and not the marks. help required.
-
very special problemOK when i put single roll no. data in table and get it check than ans. is right. but when check for all the roll nos. than that same roll no. get wrong ans.
-
very special problemWhat detail u want? code or database or both? please tell
-
very special problemi made a program to calculate marks: steps are 1. read data from access table 2. match that with anskey kept in array 3. if both get matches, assign marks else deduct marks. now my problem is when i check the single data, result is perfectly right. and when i check it bulk than i get wrong data. where im getting wrong. please help
-
delay in processmy app. send SMS in bulk wat i want is to display the progress of SMS send. Thread.delay (1000); is working but im not able to display that progress in lable. why and wats the remedy???
-
Cross site Scripting XSSWhy i want to change port is becoz my ftp port no. is 21 and my submission form is also use that port. which is vulnerable to attack. thats why i want it change.
-
Cross site Scripting XSSWhat is CSS XSS? And how can i change port through asp.net script?
-
Cryatal report error1. crParameterDiscreteValue.Value = Convert.ToInt32(txtRecptNo.Text) - 1; 2. crParameterFieldDefinitions = cryRpt.DataDefinition.ParameterFields; 3. crParameterFieldDefinition = crParameterFieldDefinitions["recpt"]; point no. 3 gives that error.
-
Cryatal report error{"Invalid index. (Exception from HRESULT: 0x8002000B (DISP_E_BADINDEX))"} im passing int value in CR. mine string value is working but not INTEGER. HELP!!!!!
-
TABPAGEJust to make u understand the gravity of the problem. But i dont think NOW it need to. As problem is solved. Thanks a LOT..
-
TABPAGEcan u plz provide me ur email id?? i want to send u the screen shots of my project
-
TABPAGEwill this code solve my problem.....????
-
TABPAGEThanks for your effort. Wat u said is perfectly right. But wat i want is: private void tabPage1_Click(object sender, EventArgs e) { Message.Show("In Tab 1"); } private void tabPage2_Click(object sender, EventArgs e) { Message.Show("In Tab 2"); } clcik on tab and not on tab control. Hope u got my problem
-
TABPAGENO i didnt work.. i tried void tabPageAccount_MouseClick(object sender, System.Windows.Forms.MouseEventArgs e) { } but this also dont work... why is this so that it work if i click on container but not when i click on tab???