Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~10.4K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Lowchernhwee

Well i have troubles sorting the xml whenever i created a new info so here are the codes Imports System.Xml Imports System.IO Imports System.Text Public Class Form1 Dim m_strdata As String(,) = New String(999, 4) {} Dim w As Integer = 0 Private Sub read() Dim m_xmlr As XmlTextReader 'Create …

Member Avatar for TnTinMN
0
212
Member Avatar for Lowchernhwee

Some1help me.... so how to save the pictures i drew to jpg if possible load and edit a jpg file. [CODE]using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; namespace @try { public partial class Form1 : Form { private Graphics picture; private …

Member Avatar for skatamatic
0
2K
Member Avatar for Lowchernhwee

well i check all the web, i still do not know how to save it as a jpg and if possible, load and edit a picture from jpg here is a simple code that i done for drawing...... [CODE]namespace @try { using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using …

Member Avatar for zeroliken
0
143
Member Avatar for Lowchernhwee

hi all... i have this problem... i want to create a summary base on the date from the txt file... also the summary must be in order... here is an eg for my txtfile 1 -day 8 -month 2011-year test 8pm $25 this is a test 2 8 2011 wee …

Member Avatar for Lowchernhwee
0
120
Member Avatar for Lowchernhwee

well guys , i want to make a read and write from textfile ... but the problem is when i click the calendar, and click create now(button 1), it cant work... if i didnt click the calendar, it works well.. so how to solve this problem anyone? [CODE] using System; …

Member Avatar for Lowchernhwee
0
288
Member Avatar for Dave Sinkula

Very early on when attempting to learn programming in C, you often do exercises that read in and print out strings and numbers. Now you might assume that C has a simple function that will get user input, and indeed it does, but there are a couple of gotchas that …

Member Avatar for WaltP
10
8K