blah blah blah is here! blah blah » Close

0
votes
1 answers

C# Multiline Regex Help

Hi All Thanks in advance for any assistance. I am attempting to parse log file data, everything appeared to be working ok until comparing the result sets with the original logs. I have the following log structure: [code] 07/11 ...

0
votes
1 answers

Ms SQL mirroring won't work

Hi I had mirroring working, then I was forced to change ip addresses and add a gateway. Since then I cannot get mirroring to work?? I can telnet to the mirror ports 5022, 5023 but I get an error that the remote endpoint cannot be r ...

0
votes
1 answers

C# create calendar appt owa url?

Hi I have been trying to create a calendar appt via a winform with 0 success. After looking around on google i found many examples all of which did not work? I guess this is due to the exchange server setup as we can no longer acc ...

1
votes
3 answers

C# multiple method execution?

Hi I have a windows form with a tabcontrol and a form button. I am trying to figure out the best way forward for this button to execute 5 different methods sensibly? the tabcontrol has 5 tab pages which host 5 different sets of inf ...

0
votes
1 answers

Many thanks to All

Hi All, Apologies for the off topic post. However, I really wanted to relay my thanks to Vulpes who never seems to sleep, madhatter plus many more that have really helped me throughout this year. The knowledge and willingness to h ...

1
votes
2 answers

Datagridview Cell Vertical Scroll

Hi all I have a datagridview where some cells that contain xml data is quite long, when entering edit mode a good portion of the data is unviewable due to the data being larger than the cell. Does anyone know if it is possible to have ...

0
votes
2 answers

Search and Highlight cell text in datagridview

Hi I have a project with 2 datagridviews, i am trying to highlight the differences between the 2 datagridviews. I am using richtextbox columns found on code project and i cannot seem to highlight the differences in the cells? I can ...

1
votes
1 answers

DatagridView multiline Cell?

Hi I have an app that has a treeview, when i select a node on the trieview i clear down the datadrid and reload the columns and row with the data stored in a couple of dictionaries that matches the treenode index. However one of the c ...

0
votes
1 answers

Programmaticaly selecting treenode

Hi I have 2 treeview controls and i am trying to select the corresponding node in treview 2 when selecting a node in treeview 1? I have tried the following: [code] foreach (TreeNode tn in this.tvNewConfig.Nodes) { if (tn == ...

1
votes
1 answers

C# string operations

Hi I have an sql statement, i would like to return only the values in the last set of parentheses? For example: I have the following SQL: [code]INSERT INTO TableName(Id, Name, Description, Category) VALUES (1, 'Someone', 'Manage ...

1
votes
0 answers

Mail Notifications

Hi Guys I guess this has already been asked, but when will debugging be able to notify a user of responses to the post using the registered email address? I think the turn around and ratings system would be improved by this? Regard ...

0
votes
2 answers

C# Form Resize issues

Hi I am have an application that runs in the system tray and creates a messenger type popup. This all works fine (on my laptop), i have a checkbox that allows the user to view more details which then should resize the popup (form) to ...

1
votes
1 answers

Datagrid Items to XML

Hi I have the following which reads the XMLNode attributes into a datagridview.. [code] XmlNodeList xnodes = xdoc.SelectNodes("//MyNode[@id and @name]"); foreach (XmlNode node in xnodes) { //datagrid has: col checkbox ...

1
votes
1 answers

Open XML Document Once only

Hi I am toying with an APP and I open an XMLDocument in the main form. I am trying to access the already opened XML document from a userControl... However I tried using a getter/setter (loadedXDoc) in Form1 then using Form1 f1 = new F ...

1
votes
1 answers

Reverse ProgressBar

Hi Thanks in advance for any assistance... I have an app with progressbar that increments on successful operation, however when I recieve a failure I roll back any changes, this works fine... However what i would like to do is whe ...

Feedback