464 Posted Topics

Member Avatar for Osas106

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]

Member Avatar for abelLazm
0
86
Member Avatar for neoseeker191
Member Avatar for tawboiid

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]

Member Avatar for tawboiid
0
2K
Member Avatar for ranj_s20

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]

Member Avatar for ranj_s20
0
141
Member Avatar for apanimesh061
Member Avatar for CJP3
Member Avatar for abelLazm
0
1K
Member Avatar for jingda

[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.....

Member Avatar for jingda
0
239
Member Avatar for DanMcNulty

Sql server should be installed on only one system and all others systems should be attached with it and have access to the database

Member Avatar for jfarrugia
0
251
Member Avatar for tatarao25

Do you want to convert it in sql database or in c# ? if in C# then you are in wrong forum

Member Avatar for Momerath
0
286
Member Avatar for leo88
Member Avatar for JhonMoney

No its now Pakistan's Time .... 1st India then Pakistan Then Srilanka That is the sequence :D

Member Avatar for asasasasasa
0
129
Member Avatar for hirenpatel53
Member Avatar for hirenpatel53
0
147
Member Avatar for virendra_sharma

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]

Member Avatar for abelLazm
0
158
Member Avatar for music613

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]

Member Avatar for abelLazm
0
308
Member Avatar for duonglg

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?

Member Avatar for duonglg
0
134
Member Avatar for Dani
Member Avatar for happygeek
0
409
Member Avatar for samreen36

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 …

Member Avatar for skatamatic
0
205
Member Avatar for apanimesh061

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]

Member Avatar for cshgurunot
0
91
Member Avatar for vincezed
Member Avatar for ChrisHunter
0
184
Member Avatar for wavecorporate
Member Avatar for bahed121

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")) …

Member Avatar for bahed121
0
931
Member Avatar for vincezed

check [url=http://social.msdn.microsoft.com/Forums/en-US/vssmartdevicesvbcs/thread/3cd28fbc-7dab-4048-9ab2-aa227e758b0e/]this link[/url]

Member Avatar for abelLazm
0
159
Member Avatar for ahmedshayan
Member Avatar for apanimesh061

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]

Member Avatar for abelLazm
0
186
Member Avatar for cooldj

What data you have in listbox please give a sample of data you have at the end

Member Avatar for abelLazm
0
99
Member Avatar for farshad_emp

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]..

Member Avatar for farshad_emp
0
257
Member Avatar for elshan0011
Member Avatar for ddanbe
0
219
Member Avatar for dnur

[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?

Member Avatar for dnur
0
236
Member Avatar for IDC_Sharp

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]

Member Avatar for abelLazm
0
72
Member Avatar for abelLazm

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? …

Member Avatar for jingda
0
192
Member Avatar for valter

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

Member Avatar for samueal
0
136
Member Avatar for Ancient Dragon

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

Member Avatar for abelLazm
0
92
Member Avatar for virusisfound

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

Member Avatar for abelLazm
0
105
Member Avatar for JakeA

Check [URL="http://www.csharp-examples.net/filestream-open-file/"]this link[/URL] [CODE]FileStream fileStream = new FileStream(@"c:\file.txt", FileMode.CreateNew);[/CODE]

Member Avatar for darkagn
0
536
Member Avatar for monogana
Member Avatar for shylesh_kerala

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]

Member Avatar for antechindia
-1
132
Member Avatar for lianpiau

Check [URL="http://www.codeproject.com/KB/cs/Trial_Maker.aspx"]this link[/URL] might be very helpful

Member Avatar for lianpiau
0
273
Member Avatar for virendra_sharma

check [URL="http://social.msdn.microsoft.com/Forums/en-US/csharpgeneral/thread/920180bf-1c84-40f7-b547-ba9532e309cd"]this link[/URL]

Member Avatar for abelLazm
0
103
Member Avatar for Jazerix

What are you actually asking? is it that you want to execute this once? or you don't want the hey message?

Member Avatar for Jazerix
0
220
Member Avatar for niths

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

Member Avatar for niths
0
140
Member Avatar for bahed121

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 …

Member Avatar for bahed121
0
146
Member Avatar for gulbano

Check [URL="http://weblogs.sqlteam.com/mladenp/archive/2006/03/19/9350.aspx"]this Link[/URL] for assistance

Member Avatar for abelLazm
0
112
Member Avatar for bhagvad301

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?

Member Avatar for abelLazm
0
80
Member Avatar for vincezed

Have you checked[URL="http://msdn.microsoft.com/en-us/library/system.windows.forms.treenode.tag.aspx"] this link[/URL]

Member Avatar for vincezed
0
2K
Member Avatar for denmarkstan

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 …

Member Avatar for abelLazm
0
116
Member Avatar for abelLazm

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:-/

Member Avatar for pseudorandom21
1
229
Member Avatar for samueal

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]

Member Avatar for samueal
0
604
Member Avatar for gulbano

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]

Member Avatar for abelLazm
0
128
Member Avatar for vincezed
Member Avatar for Razer_90

what is the error/exception you are facing? and how you are encrypting the file

Member Avatar for hirenpatel53
0
171

The End.