- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 69
- Posts with Upvotes
- 41
- Upvoting Members
- 15
- Downvotes Received
- 13
- Posts with Downvotes
- 12
- Downvoting Members
- 8
145 Posted Topics
Re: [QUOTE=artipathak;1013834]sir i create my database in ms access and i store it in my d drive then i connect it then it connect but when i store my website on my web space then where i load my database and what path i should use to connect my ms access … | |
This is a snippet I use to clear a form. Right now it clears: TextBox, RichTextBox, ComboBox, CheckBox and RadioButton. More can be added if needed... :) | |
Re: no you cant do this with set these properties... | |
Re: well you can use barcode SDK for this. watch this link: [url]http://www.leadtools.com/SDK/Document/Document-Addon-Barcode.htm?SrcOrigin=GEN-Adwords-Barcode_CShift3&gclid=CMi1xKvhlp8CFQQupAodMXn5JQ[/url] | |
Re: Well Aravind as far as i know, You cant do this without using 3rd party service.... | |
Re: [QUOTE=ShailaMohite;1001182]I am Create One Application In Which Only One Row Contain Enter Number Only. Please Give Me Validation For Enter Only Number In DatagridView[/QUOTE] Enter this code to key press event of data grid view, may it help you.:) [CODE]e.Handled = !Char.IsDigit(e.KeyChar) && e.KeyChar != '\b'; [/CODE] | |
Re: Well this is C# forums, Post your question in ASP.Net forum..... | |
Re: [QUOTE=kool.net;1034031]hi, can any one tell me how to i convert amount(in digitts) to word. thanks in advance[/QUOTE] using the code which vinnijain is given you, you can also try modifying the same for millions and billions also.............:) | |
Re: well this type of problem generally happen in case of converting tools... No one tool can convert your application completely..........!!! | |
Re: kindly mark this thread as solved if your problem is solved.......... | |
Re: Go through this: [url]http://support.microsoft.com/kb/303872[/url] | |
Re: [QUOTE=Anupama G;1013736]Hi, I have a textbox(placed inside a ItemTemplate) inside a gridview.I want to validate the text entered in the textbox for date(mmddyyyy format) values,without using any validation controls. Could anyone help me out with the C# code. Thanks in advance.[/QUOTE] Hello Anupama G........... tell me one thing that this … | |
| |
Hi all well i am writing my first snippet here, hope it will be helpful for all........:) I am Create a windows form application (if you use console you will need to replace all the "MessageBox.Show()"s with "Console.WriteLine()" and change the the "+"s to ","s), then add reference to System.CodeDom.Compiler … | |
Re: [QUOTE=george_82;1035014]Hi all, Can somebody show me an example how to embed SCPI and GPIB type commands in C sharp for instrument control? It is for controlling a spectrum analyzer through Ethernet interface. Thanks and regards, George[/QUOTE] GEorge you can refer these links........... [url]ftp://ftp.testequity.com/pdf/PMPS_Brochure.pdf[/url] [url]http://cp.literature.agilent.com/litweb/pdf/5989-6824EN.pdf[/url] | |
Hi! how can I convert words into numerals... for Example we enter "One crore twenty lakh thirty four thousand seven hundred eighty four" , then its corresponding numeral should be "12034784". What will be the C# code for finding corresponding numerals for range 0 to 999999999 ..... | |
Re: watch this also: [url]http://www.codeproject.com/KB/ajax/cpext.aspx[/url] | |
Re: yes you can make the visible property of textbox false. | |
Re: Can you be more specific about your problem, i mean which application you want to open with another application.......? | |
Hi!!! I have made a window application with MS access database to analysis student performance in his class for each exam that he appeared for. I have a table named result with following fields: classname,sectionname,subjectname,exam type,rollno,studentname and marks. On one form I have taken crystal reportviewer and 5 comboboxes for … | |
Hi!!! I have a gridView on the form in my windows application and in the database I have a table "student" having fields " c_id,sec_id,sub_id,s_id,s_name". On button click(Add) I am executing the query for saving data to database. In gridView there are 3 column headers namely- "Roll No", "Student Name", … | |
Hi.......... I want to clear the image inside the picturebox on button click...... Can anyone tell me how can i do this.............?:) | |
Hi!!! I have made a database application and I am unable to delete the record in it.There is one comboobx, a textbox and a listview.For each item selected in combobox I am adding corresponding item entered in textbox . And each combobox and textbox item are displaying in listview.In database … | |
| |
Re: well show us your effort what you have done so far........ | |
Re: well this is c# forum, you please post your thread in c/c++ forum.......:) | |
This is a snippet that takes a min value, max value and how many random numbers from the user then, after it checks to make sure it's not already in the list, adds the new random number to a List.. I hope it helps you..... :) | |
Re: well you have to include the dll file...... | |
How can I convert a char that has this info in it "312,000" to a double? I know I can use atof but it doesnt work with the comma.. is there any way to remove the comma.. or to use atof when theres non numeric values in the char? Thanks | |
Re: Watch this: [url]http://www.daniweb.com/code/snippet217409.html[/url] now you can convert this for MS Access...... | |
Re: well how can you make your setup? just do right click on project and press build option or you made this from any other way? | |
Re: watch this: [url]http://www.daniweb.com/forums/thread250778.html[/url] | |
Re: Can you show us what you have done so far........ | |
Re: well for this you need to code the all components individually.as jonsca suggested you can go through these links....... | |
Re: well ask to microsoft employees.. although you can also do this in WPF or in c# .net. | |
Re: Can you please be more specific about your problem.........!!! if you want to make a simple wmp in c#, that you can do easily just add a reference of wmp.........:) | |
Re: well for this first set your default browser IE, some time it gives error, ande after that just go to the property of webbrowser contro, and there you find a option url, in url you just write the address of any website.like: [url]http://www.nameofwebsite.com[/url] Hope it helps you.....:) | |
Re: well u can go through with windowsclient.net | |
Re: well you can do it, you can place picturebox there, and replace all pictures. if possible, upload your project here, we will take a look at that... | |
Re: watch this link: [url]http://www.daniweb.com/forums/thread235954.html[/url] Hope it helps you....... | |
Re: Just go through these links: [url]http://dotnetperls.com/file-handling[/url] [url]http://blogs.msdn.com/kalyanaj/[/url] Hope it will help you......:) | |
Re: well ddanbe helps you in this question......:) | |
Re: well you can do this with bounding your combobox, that will be a easy way for you.............:) | |
Re: i would suggest that you first calculate the length of textbox, and then check the length of that textbox .like: length>0 | |
Re: well post your question on ASP.net forum, there you will get the answer of your question....:) | |
Re: well it can happen sometime because of some virus in your system, or due to some memory problem.... | |
Hi can anyone tell me how can i create bad sector in CD, so that nobody can copy my CD...? |
The End.