473,699 Members | 3,174 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

C# / C Sharp Forum

0
1,363
thread by: AlokKumarSingh | last post Feb 22 '13 by: AlokKumarSingh
How to send hindi sms to smarphone from pc? Actually My code works for basic handsets for all companies but it does not show proper sms which contains hindi text on Apple and Android supported mobiles(smartphone). It shows junk character or square box in place where hindi text appears. Thanks for any suggestion and help.
0
1,316
thread by: cvoce | last post Feb 21 '13 by: cvoce
Hi, I am trying to go off and collect data on a regular basis, which can take time, then once I have collated it all, use it in the GUI thread. The data can change - sometimes only 1 message, sometimes several. If I use a simple example and pass a string in to RunWorkerAsync() then change the string by setting e.Result in the DoWork...
1
1,297
thread by: Durairajmbd | last post Feb 21 '13 by: gvuksa
I am developing application software.entering two textbox value,while click or pressing tab button in third textbox, the result needs to show in third textbox.
4
9,234
thread by: guizawa | last post Feb 21 '13 by: Mehul14july
Hi all, I stored myfile.swf in c# resources with build action=embedded resource. Now I want to play in a window form which contains axshockwaveflash control directly. I check using _assembly.GetManifestResourceNames() that 'mynamespace.Resources.myfile.swf' is listed. However, code 'axSWF.Movie = "mynamespace.Resources.myfile.swf"; ' did not...
1
2,408
thread by: sanjai | last post Feb 20 '13 by: Rabbit
Windows Application.. I need to extract the data from two xmls, and need to generate the tables by filling the data into it. Target Reference System: List1item1 List2item1 CTP: List1item2 List2item2 Component : List1item3 List2item3 System: List1item12 List2item12
4
1,685
thread by: karry086 | last post Feb 20 '13 by: Rabbit
For e.g. i have a log file in which there are many entries for appGUID. Now how many appGUID's are there, for this i have a code, but how many of them are unique, for this i don't have code. Please can anyone help me on this.
2
2,097
thread by: sunil6 | last post Feb 18 '13 by: Rabbit
how to display date reange in crysta report , i have table contains : id score date name 1 30 2-10-2012 x 2 40 3-10-2013 y 3 40 3-7-2009 z 1 45 5-10-2013 x 1 50 4-10-2009 x ouput report:
1
6,565
thread by: arvindnitin7 | last post Feb 18 '13 by: Bassem
i have 10 column in my datagridview. i want to get whole value from row(which row i'll select). i have this code but it's shows only one cell value, richtextbox.Text = dataGridView1.CurrentCell.Value.ToString();
0
1,378
thread by: Bassem | last post Feb 18 '13 by: Bassem
I'm using WebKit to navigate to a URL then use it's HTML contents using WebBrowserDocumentCompletedEventHandler. It works when drag-drop the control onto the form. But when I try to dynamically create the WebKitBrowser it does not fire the DocumentCompleted event. So I think it does not navigate at all. WebKitBrowser br = new WebKitBrowser();...
0
1,601
thread by: M1kkelZU | last post Feb 18 '13 by: M1kkelZU
Hey guys, I've been playing with this for a few days now and just can't seem to get it working. I'll explain what I have to do: Open a file and read it in to the datagridview (done) Save data into the database. <- what I need help with So what I've tried private void btnUpdate_Click(object sender, EventArgs e) //TODO: Update Database...
1
1,662
thread by: usmnaaan | last post Feb 17 '13 by: PsychoCoder
<asp:TemplateField HeaderText="Group_Id"> <ItemTemplate> <asp:Label ID="G1" runat="server" Text='<%# Eval("Group_Id") %>'></asp:Label> </ItemTemplate> <EditItemTemplate> <asp:TextBox ID="G2" runat="server" Text='<%# Eval("Group_Id") %>'></asp:TextBox> </EditItemTemplate> <FooterTemplate> <asp:DropDownList ID="G3" runat="server" AutoPostBack="True"...
0
1,243
thread by: lcgg15 | last post Feb 16 '13 by: lcgg15
I have this project at C#. My project has an MDI parent. Now, the problem is, I want to snap a form to form, it's like a sticky mdi child with each other all edges of the mdi child(left, right, top, bottom). I don't have any idea for the code. I'm still a beginner.
0
1,209
thread by: tejasagrawal | last post Feb 16 '13 by: tejasagrawal
Dear Friends I am Printing some reports and documents using SAP's Crystal Report for Visual Studio 2010.. Now if I deploy this Windows Application on other pc ...So do i need to install SAP Crystal Reports Runtime Engine there or there is any other way to do printing there...??? Thanks to all in Advance...!!!!
8
2,055
thread by: thomashurlburt | last post Feb 15 '13 by: Rabbit
i can't seem to get my program to save the Set.savv file and encrypt it and decrypt it when user logs back on to there virtual file on a CD and writing it to the disk its self and closing the session
18
4,596
thread by: M1kkelZU | last post Feb 15 '13 by: M1kkelZU
Hey guys, I'm getting an error when I want t add a file to my dataGridView that I can't add any data because it is databound. I've been working around this but still gives me the same error. heres the snippet of the code: private void btnOpenLog_Click(object sender, EventArgs e) { OpenFileDialog openFileDialog1 = new...
0
1,390
thread by: NacerCREPUQ | last post Feb 15 '13 by: NacerCREPUQ
Hi every body, While validating my xml file with an .xsd schema, i need to detect all errors in order to load the line of data (or the key) + the error message ... then save it into a log file or idealy directly to a database. Exemple: ID Name Sex Age 1 Jo M L 2 Sandy F 18
4
1,771
thread by: usmaaan | last post Feb 14 '13 by: Mikkeee
I am facing a problem which is that when i search image from database then it just shows last image which is stored in the database. my code is private void Images() { SqlConnection con = new SqlConnection("Data Source=chusman-pc;Initial Catalog=Hotel_Management;Integrated Security=True"); con.Open(); ...
1
1,633
thread by: Maaan | last post Feb 14 '13 by: Mikkeee
I want to change this code in c#.net.. but i am unable to do this.. i get error when i tried to session in some variable and when try to + it. code id ( Dim A As Integer = Session("Id") p.Value = A + 1) please solve my issue.. complete code is cmd.CommandType = Data.CommandType.StoredProcedure cmd.CommandText = "" ...
3
12,206
thread by: ameenine | last post Feb 14 '13 by: ameenine
how to add textbox in datatable in c#
2
2,000
thread by: M1kkelZU | last post Feb 14 '13 by: M1kkelZU
Edit: I realized just now I misspelled Definition in the title... Sorry. I'm working on a personal project, where I have a database (SQLite) and a dataGridView. Now This is what I have: public Form1() { DataSet ds = new DataSet(); SqlConnection connection = new SqlConnection(@"Data...
1
1,469
thread by: karry086 | last post Feb 13 '13 by: Rabbit
Following is a script written in perl : #Number of bugs edited in Watson Express #find server*/watson*/log/ -name "watson*" -type f -newer ./tmpoldfile ! -newer ./tmpnewfile | xargs grep "WX Edit Bug" | awk '{print $8}' | sort | uniq | wc -l // this is log parsing string in perl based on bash file.
2
4,210
thread by: tejasagrawal | last post Feb 12 '13 by: Rabbit
I am firing an insert query like this in C# to MS ACCESS 07 Database var expiry = dateTimePicker1.Text; string instr = "insert into MST_QUOTATION values("; instr += txtID.Text; instr += "," + txtcustid.Text; instr += ",'" + txtCustname.Text; instr += "','" + txtAdd1.Text;...
1
4,373
thread by: Developer1 | last post Feb 12 '13 by: Rabbit
I want to develop windows application using c# ,.net framework 3.5 as front and Mysql4.1 as a backed language.Now my question is i want to install this application only on server PC,so is it possible to access this application within LAN connected PC.If yes how do i build my application.or do i need to install .net framework on LAN connected...
3
5,780
thread by: AnagJohari | last post Feb 12 '13 by: AnagJohari
Hello All, I have patient_table in the database. which contain Id, name ,Image & other fields I have inserted the image in the Byte form in the database. Now i want to display all records in the Datagrid view in windows Form. i am able to display id & Name & all fields but unable to display the image of a patient in the datagrid view I...
0
1,112
thread by: annbabich | last post Feb 11 '13 by: annbabich
I've been searching all forums and couldn't find the answer for my problem.My website is running only when I use tracing, otherwise , noting is happening! Debug mode is not working; I can put break point only in ascx.cs files, but it doesn't stop there. Any help will be greatly appreciated. Thank you, Here is my code,

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.