Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~2K People Reached
Favorite Forums
Member Avatar for Isaaac

How can i print a text file in c#? I've been looking on the internet and found code, but I just need it on paper, don't care what type of letters, just a regular print.. And i want to keep the code short. I've found long code, but I've got …

Member Avatar for Isaaac
0
257
Member Avatar for Isaaac

I'm using an access database to save plain textboxes. I've made a connection with the database. Now i need to find the code to add the textboxes to my database. I've tried to add with the bindingnavigator but it won't work... please help...

Member Avatar for Isaaac
0
134
Member Avatar for Isaaac

So I've got some lines in my richtextbox, but when i click btnSaveLog, it saves, but everything is on one line... I have to use a richtextbox to show all info. I've seen it does show the lines with Wordpad, but i'm saving it as a *.log file, so i'm …

Member Avatar for Isaaac
0
821
Member Avatar for SiPexTBC

Basically what i'm trying to do is delete an old textfile in place of a new one with the different text that a person types in. this is basically the code: [CODE] string Go = "go to"; System.IO.File.Delete("C:/text.txt"); StreamWriter realm = new StreamWriter("C:/text.txt"); realm.WriteLine(Go); realm.Write(comboBox1.Text); realm.Close(); MessageBox.Show("Done!", "Finished");[/CODE] So, when …

Member Avatar for kvprajapati
0
132
Member Avatar for Isaaac

In my ToolstripMenu, there's an item called Info, when u push that Item, i want a new firefox/internetexplorer/... form opend. The link is [url]http://www.jiict.be[/url]. I can't use linklabels, but i can't figure out code to past in the clickevent... Any suggestions? (would like to use the menutoolstrip...) Greetings..

Member Avatar for Isaaac
0
132
Member Avatar for Isaaac

Hello I'm using an access database for a school project. The point is to get info out of a tag (stored in database). There's a path of a picture stored in the database. When i want to get it out, everythink works. But as soon the picture is displayed and …

Member Avatar for Isaaac
0
66
Member Avatar for laghaterohan

i have a database (access database) which contains id and img column .The id column contains ID'S and img column contains their respective images. [B] When the user selects a particular ID at runtimes the picturebox should display the corresponding image... However the problem is how to achieve this ? …

Member Avatar for Isaaac
0
135