| Thread | Last Post | Replies |
|
| Outlook Notes delete | 12 Jul 2005 08:05 GMT | 2 |
How can delete all Notes in the Outlook? I try it with this code, but no success. ------ Dim oApp As New Outlook.Application
|
| TabControl - VB.2005 - Which event to use | 12 Jul 2005 07:50 GMT | 2 |
I forgot which event I should use if I want to trap when a user moves from TabPage1 to TabPage2. I know this is real easy but I forgot which one to use. Thanks, ST
|
| HTML table from ASP.NET | 12 Jul 2005 04:17 GMT | 2 |
I have an ASP.NET page which has bunch of stuff. In the middle somewhere (in a table), I want to add rows of records from database. So when user clicks on this button, I want to go read the data from database and then add rows to this HTML table.
|
| Casting Question - I think!! Help please | 12 Jul 2005 02:18 GMT | 3 |
I have a string called jkl which currently is "3 * 4 + xyz" I also have an integer: xyz = 5 How do get an integer that equals 17 (3 times 4 plus 5.) In other, more specifically:
|
| can i iterate through object properties. | 12 Jul 2005 02:17 GMT | 1 |
i'd like to iterate through the public properties of a class. eg. for i = 0 to someArrayList.Count for j = first public property of a Class to the Last public property of
|
| Three Generations of Data | 12 Jul 2005 00:53 GMT | 2 |
Windows Forms. DataSet with several tables and relationships. Table 1 has its children in table 2. Table 2 has its children in table three.
|
| Really???? | 12 Jul 2005 00:30 GMT | 1 |
Is there no easier way to convert a string into the variable that the string represents?
|
| Array of Booleans does not set Boolean variables? | 12 Jul 2005 00:27 GMT | 4 |
Dim bNcd, bNcm, bNqa, bNcur, bN0, bN1, bN2, bN3, bN4 As Boolean Dim arrBool As Boolean() = {bNcd, bNcm, bNqa, bNcur, bN0, bN1, bN2, bN3, bN4} Dim i As Integer bNcd = True
|
| standard printer | 11 Jul 2005 22:49 GMT | 2 |
hello ng, can you help me? how i can find out: which printer ist the standard printer?
|
| How to extract variable + its value from URL | 11 Jul 2005 20:48 GMT | 4 |
I have url: www.site.com/index?a=1&b=2 www.site.com/index?a=1 and I need a regex or some solution to extract 'a' variable and its
|
| how to get HH:mm:ss format of Now.ToShortTimeString? | 11 Jul 2005 19:07 GMT | 4 |
Now.ToShortTimeString returns 9:13 PM. I would like to get this in miliatry time with seconds included 21:13:45 (or something like that - just military time with seconds). How can this be done?
|
| StreamWriter | 11 Jul 2005 18:32 GMT | 4 |
I have just ported some sample code from xp to windows 2k and received a system not supported exception when trying to save a string to a .txt file. It breaks on line 2 below. It says the given file path is not supported. I cannot see why not as I can paste it into the run dialog ...
|
| Newby - HELP with midi form / Child forms | 11 Jul 2005 18:25 GMT | 2 |
I setup a Midi & Child form I can open the child form and display info from a Text file I need to enable the user to change info on the child form and when closed write the text file back to disk....
|
| How to load a module through an assembly | 11 Jul 2005 18:17 GMT | 2 |
Dear Friends, I'm able to create a class type from a non-referenced assembly using the LoadFrom and CreateInstance methods of the Assembly type. But how can I load a module from a corresponding ".dll" using assembly ?
|
| can SQLconnection read a Access DB? | 11 Jul 2005 17:55 GMT | 3 |
Can I use SQLconnection to connect to a Access DB File on my local drives? Thanks. Jon
|