464 Posted Topics
Re: Follow these links might be helpful[URL="http://msdn.microsoft.com/en-us/library/ms235317%28v=vs.80%29.aspx"] link-1 [/URL].... [URL="http://social.msdn.microsoft.com/Forums/en-US/vcmfcatl/thread/28805ace-8ea0-4589-b11a-9cfde26baf69/"]link2[/URL] | |
Re: MArk this thread as solved you issue is fixed | |
Re: MOMERATH is right try his suggested way it will work ...Or change the integer datatype to double or try the following code [CODE]private static SqlCommand Command = new Command(); Command.Connection = DbConn; Command.CommandText = "INSERT INTO tablname (ColumnNames....) values(values)"; Command.CommandType = CommandType.Text; Command.ExecuteNonQuery();[/CODE] | |
Re: try this code instead [CODE] ExportOptions CrExportOptions ; DiskFileDestinationOptions CrDiskFileDestinationOptions = new DiskFileDestinationOptions(); PdfRtfWordFormatOptions CrFormatTypeOptions = new PdfRtfWordFormatOptions(); CrDiskFileDestinationOptions.DiskFileName = "c:\\name.pdf"; CrExportOptions = cryRpt.ExportOptions; { CrExportOptions.ExportDestinationType = ExportDestinationType.DiskFile; CrExportOptions.ExportFormatType = ExportFormatType.PortableDocFormat; CrExportOptions.DestinationOptions = CrDiskFileDestinationOptions; CrExportOptions.FormatOptions = CrFormatTypeOptions; } cryRpt.Export(); [/CODE] for details [url=http://csharp.net-informations.com/crystal-reports/csharp-crystal-reports-export-pdf.htm]click here[/url] | |
Re: Have you added [B] Microsoft.WindowsCE.Forms.dll[/B] in you project? | |
Re: Plz place CODE tags around your code to separate it from other text | |
Re: [QUOTE=jingda;1566419]Do you think he is still alive hauting the place of the murder?[/QUOTE] Have read one of the above posts????? the one which actually mentioned late 1800's..... | |
Re: Sql server should be installed on only one system and all others systems should be attached with it and have access to the database | |
Re: Do you want to convert it in sql database or in c# ? if in C# then you are in wrong forum | |
| |
Re: No its now Pakistan's Time .... 1st India then Pakistan Then Srilanka That is the sequence :D | |
Re: have you already checked [url=http://www.codeproject.com/KB/cpp/wsbarcode.aspx]this link [/url] | |
Re: check [url=http://stackoverflow.com/questions/1715067/update-or-delete-a-line-from-csv-using-c]this link[/url].......[url=http://knab.ws/blog/index.php?/archives/3-CSV-file-parser-and-writer-in-C-Part-1.html][this link[/url]....[Url=http://www.codeproject.com/KB/database/CsvReader.aspx]this link[/url] | |
Re: For applying threading in your application you have to learn what actually threading is and how it is processed for to understand the concept please follow these links [URL=http://www.c-sharpcorner.com/UploadFile/mgold/MultithreadingIntro10062005000439AM/MultithreadingIntro.aspx]link 1[/URL].....[URL=http://msdn.microsoft.com/en-us/library/aa645740%28v=vs.71%29.aspx] link2[/URL].......[URL=http://www.codeproject.com/KB/threads/multithreading_cs.aspx]LINK3[/URL]...........[URL=http://msdn.microsoft.com/en-us/library/z9hsy596%28v=vs.80%29.aspx] link4[/URL] | |
Re: It change or it should change?? What you want and what you are getting please be clear also tell us what have you done so far? | |
Re: congrats Narue:). Best of luck Davey hoping you will be back to the community soon :) | |
Re: as far as this project is concerend it is much more easy to implement in matlab then that of C# i have attached two links the second one will show how to use matlab and c# in collaboration and the third link is a tutorial of matlab and believ me … | |
Re: CHECK[URL=http://www.codeproject.com/KB/audio-video/Mp3SoundCapture.aspx] this link[/URL] and [URL=http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/thread/04f68646-3428-4f63-ac6b-abb9115226fa]this link[/URL] | |
Re: [B]C:\Documents and Settings[/B] this isn't the complete path | |
Re: have you checked the new API?? | |
Re: add the xml file and .dtd file in ur debug folder and add following code in where you want to extract connection string (Supposing your xml file has connection string as the first attribute ) [CODE] XmlReader xmlrdr; XmlReaderSettings readerSetting = new XmlReaderSettings(); readerSetting.ProhibitDtd = false; if (File.Exists(Application.StartupPath.ToString() + "\\FileName.xml")) … | |
Re: check [url=http://social.msdn.microsoft.com/Forums/en-US/vssmartdevicesvbcs/thread/3cd28fbc-7dab-4048-9ab2-aa227e758b0e/]this link[/url] | |
Re: If your problem is solved then please mark the thread as solved | |
Re: check these references ....[URL=http://www.codeproject.com/KB/dotnet/matlabeng.aspx]1st link[/URL]...... [URL=http://www.mathworks.com/support/solutions/en/data/1-5U8HND/index.html?solution=1-5U8HND]2nd Link[/URL]...... [URL=http://www.mathworks.com/matlabcentral/newsreader/view_thread/162125]3rd Link[/URL]...... and [URL=http://www.mathworks.com/matlabcentral/fileexchange/12987-integrating-matlab-with-c]4th Link[/URL] | |
Re: What data you have in listbox please give a sample of data you have at the end | |
Re: have you checked these links ......[URL=http://stackoverflow.com/questions/2638988/print-raw-data-to-a-thermal-printer-using-net]this Link [/URL]......and.....[URL=http://www.neodynamic.com/Products/Help/ThermalLabel2.0/misc1.htm]this Link [/URL].. | |
| |
Re: [B]because these System.Globalization or culture things can't see if the user change just that value manually on his/her computer.How can I handle this problem, please help.. [/B] can you explain these two lines? | |
Re: You have to write a function to change the location of these labels on the basis of location and size of panel in that call [CODE]void changelocation(int change) { label1.Location = new System.Drawing.Point(x+change, y); label2.Location = new System.Drawing.Point(x, y+change); }[/CODE] | |
Hey... I have a question regarding the activity point rules. How these are given to the users. I just happened to check a members account who has 3390 posts more than 1500 reputation points and more than 20 solved threads but still he has earned less 300 activity points why? … | |
Re: Your question is very confusing better explain it.... And where you look for the .exe???? It resides in [B]\\bin\debug[/B] folder of the project and every time you debug a projects its .exe updates.... you can use [B]F5[/B] or the play button on the menu bar to debug your project | |
Re: I think the size of the available .ico file doesn't meet the requirements for IE9 pinned website icon size as explained in this link you should have 24x24 sized .ico file if you don't have you can also create your own .ico file | |
Re: call another function in timer_tick and in that function disable timer and load the new form and when you come back to form 1 then again enable the timer | |
Re: Check [URL="http://www.csharp-examples.net/filestream-open-file/"]this link[/URL] [CODE]FileStream fileStream = new FileStream(@"c:\file.txt", FileMode.CreateNew);[/CODE] | |
Re: can you please elaborate your contents | |
Re: Check these links [URL="http://www.indiastudychannel.com/resources/93066-algorithm-double-linked-list.aspx"]link 1[/URL].... [URL="http://en.wikipedia.org/wiki/Doubly-linked_list"]link2[/URL] | |
Re: Check [URL="http://www.codeproject.com/KB/cs/Trial_Maker.aspx"]this link[/URL] might be very helpful | |
Re: check [URL="http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/thread/920180bf-1c84-40f7-b547-ba9532e309cd"]this link[/URL] | |
Re: What are you actually asking? is it that you want to execute this once? or you don't want the hey message? | |
Re: if it is separated by a space then split the string as [CODE]string text = "Hello.. how are you"; String[] splitText=text.Split(' '); Console.WriteLine(splitText[splitText.Length-1];[/CODE] this will solve your problem | |
Re: Loops in sql qork with cursors check these links [URL="http://blog.sqlauthority.com/2007/10/24/sql-server-simple-example-of-while-loop-with-continue-and-break-keywords/"]1[/URL].for detailed help coding example is as follows [CODE]DECLARE @A varchar(50),@B varchar(50); DECLARE @c bigint; set @c=0 DECLARE contact_cursor CURSOR FOR SELECT A, B FROM TABLE_NAME OPEN contact_cursor; FETCH NEXT FROM contact_cursor INTO @A,@B; WHILE @@FETCH_STATUS = 0 BEGIN set @c=(select … | |
Re: Check [URL="http://weblogs.sqlteam.com/mladenp/archive/2006/03/19/9350.aspx"]this Link[/URL] for assistance | |
Re: Why it is showing that because it is not the normal behavior have you referenced the DLL or the .csproj file of the class library? | |
Re: Have you checked[URL="http://msdn.microsoft.com/en-us/library/system.windows.forms.treenode.tag.aspx"] this link[/URL] | |
Re: join different programming forums check for new ideas also try to recode already available projects and try to understand and coding is not a big deal the actual deal is problem solving and building logic and algorithm as far as coding is concerned there is a lot of help available … | |
Just read the latest headline [B]Microsoft Buys Skype[/B].... what are your views about it will it enhance the functionality of Skype or will increase its crash rate as other MS products..... and i was wondering why my Skype is creating problems from last couple of weeks:-/ | |
Re: Have you gone through [URL="http://www.codeguru.com/forum/showthread.php?t=328228&highlight=internethangup"]this link[/URL].[URL="http://msdn.microsoft.com/en-us/library/Aa384005"]this link[/URL].. and [URL="http://www.developerfusion.com/thread/19112/to-open-use-and-close-a-dialup-connection-in-c/"]this link[/URL] | |
Re: pass file name as string to the constructor or display form and in diplayform_load event load it in picture box just like suggested in [URL="http://www.daniweb.com/software-development/csharp/threads/363142"]this thread[/URL] | |
Re: what is the error/exception you are facing? and how you are encrypting the file |
The End.