Ok, It's been a while since I posted last and I'm really hoping to get some general feedback/ideas here... My issue is this. I have a databound winform which updates a parent table. (Simple enough with a bindingsource) On that form I have a datagridview which is not bound to the parent table...
Ok, so I'm having a slight issue and I can't seem to figure it out.
Here is the setup...
Toolstrip is inside of a toolstrip container on a windows form. Those toolstrip buttons cause different custom controls to load into the main pane on the toolstrip container.
For some reason when a...
I'm just looking for some general guidance here... I've created a Windows Forms application in vb.net which has several custom controls. Some of the controls have similiar elements, such as comboboxes that may contain the same data that the contrl held on one of the other controls. The...
I apologize if this isn't the correct forum, but I'm not exactly sure where this should be posted... I just got Visual Studio 2010 and I'm working on a Custom Outlook Add-In. I'm using the example at http://msdn.microsoft.com/en-us/library/bb608590.aspx to tie a new Ribbon to a Custom Pane...
Ok, here is the issue I've encountered... I've been using some DAT files to track some user usage information. Due to an incorrect input, some improperly formatted data has been inserted into my files.
I need to loop through all the DAT files search them line by line and make corrections to...
I'm using the ADODB text driver to query some .dat files. I want to be able to query two seperate files and merge the results into one recordset. It seems like a Union query is what I should be doing.
Individually, this works...
"SELECT a.CE, a.REMARK, b.TEAM, Count(a.REMARK) AS RmkCount "...
Ok, so I'm not the best with Regex and I need some help! I'm looking for this pattern:
MEMBER NAME: DOE*JOHN
My thought was 3 sub-strings because all I really want is the name portion... this is what I have so far...
searchValue = "(MEMBER\sNAME\:\s*)([A-Z]\*[A-Z])(\W)"
I decided first...
I'm trying to use .vbs file to modify the group policy login/logout script settings so that it actually uses my login/logout scripts... I have placed the files in the folder (C:\WINDOWS\System32\GroupPolicy\User\Scripts\Logoff\logout.vbs AND...
Ok, I have a SQL query that I'm using to sum a column and group... This works great however, I also would like to pull a subgroup of that into the Recordset to correspond with the total sum... Is there a way I can do this in the SQL statement?
So for example I have Columns
Apple Green 5...
I'm trying to loop through all checkboxes in an HTML table that is built dynamically (size will vary). I think I understand the basic premise and I beleive I need to call out the parent element (the table) to search for only checkboxes in that table. I think I'm close but I need some help...
I'm building an HTA that accesses a database on SQL server using a .vbs file. The HTA will be run client side and it's housed on a shared drive.
I don't have any problem connecting/querying/building recordsets, and displaying them in the HTML, however the problem I am running into is with...
I'm building an HTA that accesses a database on SQL server using a .vbs file. The HTA will be run client side and it's housed on a shared drive.
I don't have any problem connecting/querying/building recordsets, and displaying them in the HTML, however the problem I am running into is with...
I'm trying to do a replace using regex, and I'm horrible at writing the correct syntax. I want to replace the phrase
"Restricted Internal Use Only". There can be spaces or returns as the whitespace because it could land on multiple lines, and I'm searching for the string in the HTML body of an...
First I'll provide a description of what I'm trying to do.
When I send an outbound email I want to screen the body of the message and remove any SS# information. So far I think I have this under control with the exception of some of the REGEX patterns I'm trying to find... I've been...
Hello Everyone,
I've been researching Outlook VBA for a couple weeks now and I haven't been able to quite complete the code I'm trying to put together.
Basically this is what I'm trying to do...
I want to select an email in the activeexplorer window, run a vba macro that will search the body of...
I have two small issues I'm trying to sort out, I have a website I need to access that I log into and submit data. I'm not an experienced programmer, and I can't quite figure out what the issue is. I've been researching the runtime error 91 and I've figured out that it's probably due to an...
Hello Everyone,
This is my first attempt to post to a forum, so I apologize if I miss anything.
I have a problem with a macro I'm trying to create in Attachmate Extra Sessions.
The macro is used to pass between different screens in the session, pull data strings, format those strings and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.