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 #4K
~1K People Reached
Favorite Forums
Favorite Tags
c x 2
pdf x 1
Member Avatar for ecoloney

Using VS 2013 Express for Desktop. C#. Winblows 8.1 I have a clever program for writing/printing/storing invoices and quotes. One function is to print to PDF using CutePDF Writer. All is well except the dialog to name and save the file doesn't pop up to the front unless I click …

Member Avatar for Fenrir()
0
143
Member Avatar for templersstorms

Ok, basically, I have a datagrid with a button column, and the goal is, to be able to load specific things into a second datagrid depending on which rows button was clicked. But I seem to be completely unable to figure out how to get the row index. The program …

Member Avatar for templersstorms
0
99
Member Avatar for xpartmgr

Hello everyone, I have a file that I need to parse and move the data into a database table. Here is a sample of some rows: "Engine/Control" "moteur/commande" "Motor/Steuerungs" "motor/control" "" 1320 "Transmission" "boite de vitesses" "Getriebe" "transmision" "" 1321 As you can see the data does not have a …

Member Avatar for ecoloney
0
103
Member Avatar for ecoloney

Friends, I have some menus. I click on a menu to perform a function. It "closes" the dropdown but the screen behind the dropdown does NOT refresh until after the code for the menu item code finishes executing (several seconds). How do I get the screen to refresh right away? …

Member Avatar for LevyDee
0
78
Member Avatar for ecoloney

Friends, My main form is located toward the right side of my screen so as not to cover up other open programs. I wish to locate MessageBoxes in relation to my main form (typically centered over my main form) instead of a relation to the screen. How do I do …

Member Avatar for Nemo_NIIT
0
90
Member Avatar for ecoloney

I wish to create a class of text boxes (I could use an array but I'd rather use a class). How do I assign the class a parent (much like textBox.Parent = someForm, etc.)? Thanks,

Member Avatar for Geekitygeek
0
91
Member Avatar for UniqueMan
Member Avatar for ruelk

Hello all. I am teaching myself C# and I have been fairly dedicated to solving my own problems. However, for some reason I am just stumped. I have a main form that manages alot of data. To insert data into the form you push a button to bring up a …

Member Avatar for ecoloney
0
195
Member Avatar for ecoloney

Friends, I have an array of TEdits. They all use the same On Key Down method. How can I determine (from within my On Key Down method) which TEdit called the method ? Thanks,

Member Avatar for John A
0
119