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

Hi guys... Can anyone help me to do log file for my apllication?...actually i'm doing console application where it will pull the data from database and insert to another database...i need to have log etheir it working or error..thanks for your help

Member Avatar for Tayyab Nawaz
0
472
Member Avatar for mypicturefaded

I haven't really used Lists very much in the past so I wanted to mess around with them today and see if I could do anything that was neat. In this snippet I create a list from a text file. In my case I used names of people I know. …

0
170
Member Avatar for mypicturefaded

I wanted to make something for beginners, to show and easy way of creating and using a class and it's methods. So here is a customer class, and a Console application that takes advantage of the class. It is mainly set, and get methods, with one or two extra methods …

Member Avatar for ddanbe
1
138
Member Avatar for spoinkgeek

hello im doing this assgment.need a solution urgently! Animal Show is organized. There are 2 sessions for the show, which are 2pm-4pm and 8pm-10pm per day. There are only 50 tickets available per session per day. For the show, a ticket for an adult sells for RM10 while for a …

Member Avatar for mypicturefaded
0
366
Member Avatar for fafi_ali

hellow everyone, i need to know any way to allowpaging in datagridview or datagrid in windowsformapplication any help would be appreciated:)

Member Avatar for fafi_ali
0
68
Member Avatar for arunaalapati

hi.... did anyone know how to run vbscripts in C#?if yes.........please do reply me.... thankyou regards Aruna

Member Avatar for arunaalapati
0
1K
Member Avatar for mypicturefaded

I have a project that I made with VS 2008, and I need it to use the 2.0 Framework and not the 3.5 Framework because they company hasn't moved to a newer Framework yet. I already have a setup project with it, I just need to know how to roll …

Member Avatar for mypicturefaded
0
305
Member Avatar for yash777

hello all, I would like to create a menu named "Category" for word, which has other sub menu's. The user can install this addIn in his word and use it. I know that Visual studio provides AddIn support for word 2003, 2007. But don't know how to code this. How …

Member Avatar for mypicturefaded
0
149
Member Avatar for serkan sendur
Member Avatar for serkan sendur

i have a textbox with tab index set to 0, i want to keep the tab index the same but i dont want it to got focus when the windows form loads. how to do that?

Member Avatar for serkan sendur
0
101
Member Avatar for mypicturefaded

Right now I am using the 3.5 Framework to get the users first and last name, and email address. [CODE] username = System.DirectoryServices.AccountManagement.UserPrincipal.Current.GivenName + " " + System.DirectoryServices.AccountManagement.UserPrincipal.Current.Surname; [/CODE] I had to dumb the project down so it just uses the 2.0 Framework, and AccountManagement is not included. Is there …

Member Avatar for mypicturefaded
0
358
Member Avatar for mypicturefaded

I swear this code worked a few minutea ago...but now it is coming up with the Parameter is not valid error. What am I missing here? sigpic is a public local variable. [CODE] private void SaveFile(string fileName, byte[] bytes) { //MessageBox.Show("Saving file '" + fileName + "' of length " …

Member Avatar for mypicturefaded
0
372
Member Avatar for mypicturefaded

I need to pull out the information in the Document\Property(label = Individual Information)\value. The code I am using does not work, or I am not using it correctly. What would be the correct syntax? [ICODE] <?xml version="1.0"?> <fnApiResponse status="ok" xml:space="preserve"> <document idmId="12214" name="214214" label="me" class="Signature" version="1" mime="image/x-win-metafile" library="mylib" user="me" group="blah" …

Member Avatar for mypicturefaded
0
116
Member Avatar for mypicturefaded

Maybe deleting the add-in instance isn't really the way to go. So if anyone knows how you can just kill the c# code, let me know. Link to previous post for new members. [url]http://www.daniweb.com/forums/thread199975.html[/url]

Member Avatar for mypicturefaded
0
268
Member Avatar for mypicturefaded

I have an add-in program that has several forms. When the program is done with one form, it automatically goes to the next method it needs. (Word add-in). My problem is this...When I hit cancel, I want it to stop all actions with-in my add-in. Right now, if I hit …

Member Avatar for mypicturefaded
0
1K