|
|
| Vb.net Newbie looping problem |
| Greetings,
I have the functionality upon a button press to loop around the rows in the
datagrid view and where the checkbox is true then delete the row (see code
below).
It never deletes all those ... on 20-Nov-09 |
| |
|
| Searching binary files for patterns? |
| So I have created my own application to search for Spyware/Viruses and so
far all of my search functions are done except one, searching a binary file
for a certain pattern or a pattern with a wildcar... on 20-Nov-09 |
| |
|
| Sliding window |
| I have a program which when you press a button a second window slides
out to the right. However, I want more of a tray to slide out ie the
windows that slides out is always the same size as the paren... on 19-Nov-09 |
| |
|
| Regular expression involving double-quotes |
| I am having a heck of a time trying to get this to work:
Regex.Replace(input, "(?['""\])", "\${esc}")
What I'd like is to take any ' (single-quote), " (double-quote) and \
(backslash) and prepend i... on 19-Nov-09 |
| |
|
| Formatting a date in client report |
| How do I format a date field in a client side Microsoft report (rdlc)?
I am using VS2008, 9.0.30729.1 sp Windows forms project.
Unformatted, the dates in my report are displayed like this:
11/19/09... on 19-Nov-09 |
| |
|
| how to convert 161009 to a date, and 1356 to a time |
| Hi,
I have a file from an 'older' system that has two text fields, one contains
the date, the other the time.
In the date field, I get for example the value 161009. The first 2 are day,
the next 2 ... on 19-Nov-09 |
| |
|
| Convert from 2008 to 2003 |
| Hi,
We're working with a customer of ours who has written a test VB app in VS
2008.NET. We use VS 2003.NET and do not want to install 2008. A couple of
comments and questions:
* How can I convert t... on 19-Nov-09 |
| |
|
|
|