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
Ranked #25.0K
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Jahliah

I'm able to read rows separated by "~" but once I try to read the values separated by comma, my output returns nothing. Any help is appreciated! strInput is a .csv file. Content= strField[0],strField[1],strField[2],strField[3],srField[4],strField[5]~ strField[0],strField[1],strField[2],strField[3],srField[4],strField[5]~ strField[0],strField[1],strField[2],strField[3],srField[4],strField[5]~ using (StreamWriter write = new StreamWriter(filePath, true)){ string[] line = strInput.Split('~'); foreach (string part …

Member Avatar for MarkAMalo
0
216
Member Avatar for catpoints

Hi. I am trying to perform a TranslateTransform on an Image using this code: double to; int increment = 2; TranslateTransform tt = new TranslateTransform(); background.RenderTransform = tt; to = Canvas.GetTop(background) + increment; DoubleAnimation da = new DoubleAnimation(to, TimeSpan.FromSeconds(0)); Canvas.SetTop(background, to); tt.BeginAnimation(TranslateTransform.YProperty, da); This works when the Image exists in …

Member Avatar for catpoints
0
452
Member Avatar for Sumith Asanka

Hi Guys My Visual Studio 2010 Application exe looking wiered in windows 8 but work perfect in Win XP ? look at these snapshots, what would be the reason for this ? thanks regards sumith

Member Avatar for MarkAMalo
0
90
Member Avatar for Indah Maing

Hi, I need help from someone who is very good and powerful in programming and high-level skills in C#. Basically, I want to build a decision support system applications with Fuzzy AHP method. However I am having problems, because I do not have a basic C#. Therefore, I need some …

Member Avatar for MarkAMalo
0
116
Member Avatar for rohit b k
Re: wpf

Hello everyone, In my wpf application i have user conrtols like button,rectangle,image etc.. in one side of the window(whole window is divided into 2 canvas panels) i need to implement the functionality where, if i drag any user control and drop it in other area of the window, a new …

Member Avatar for MarkAMalo
0
277
Member Avatar for Mr.UNOwen

Hello, So I'm creating the splash screen for my windows phone app, but I can't seem to get it to cover the whole screen. The way I'm doing it is through a popup. As a place holder, the user control xaml splash screen is practically identical to the main screen, …

Member Avatar for MarkAMalo
0
239
Member Avatar for ahmedsa

I make many to many relationship in erd diagram in sql server 2005 between ca and driver as following car table driver table car_driver table. I need to make fleet management program. When I make forms in windows form are i make car form driver form car_driver form When i …

Member Avatar for MarkAMalo
0
228
Member Avatar for munir.ashley

I have been searching google but I did not find how to display a message in C# win store app. Actually I have been developing a app in which user will input. I have built rgex. When a text box is empty & user click on validate button it would …

Member Avatar for MarkAMalo
0
367