| Thread | Last Post | Replies |
|
| How To Append Trailing Zeros | 14 May 2004 13:52 GMT | 2 |
for example: A1 = 123 A1=123000 <- final result A1 =1234
|
| Setting focus to controls? | 14 May 2004 12:25 GMT | 2 |
Please advise how to set focus to any control on Web and Windows Forms. Regards Imran
|
| icon guidelines | 14 May 2004 10:56 GMT | 1 |
Sorry for that stupid question, but I'm searching for about 4 hours and don't find the stuff. Where are guidelines for creating icons for toolbars etc. that meet the XP guidelines? TIA
|
| datarow updates: slow? | 14 May 2004 10:24 GMT | 3 |
my code currently reads as the following: ////// double tmpposition = (double)dr["position"] + pos; dr["position"] = tmpposition;
|
| Anyone know of a good FREE hex editor | 14 May 2004 08:46 GMT | 4 |
I have flat files that are supplied to an application that occasionally have non-printable characters (such as "low values"). I'd like to open these text files in a hex editor, which notepad is obviously not one. Does anyone know of a decent free hex editor?
|
| Can I have a HTML frontend (data-entry form)with access as database | 14 May 2004 07:37 GMT | 2 |
as of now, am working on a simple access database with a normal data entry form Can I design a form in HTML for data entry, and the same be linked to an access database where the records get saved
|
| Synchronizing 2 Access databases | 14 May 2004 07:13 GMT | 1 |
Is there a fairly easy and quick way to sync 2 MS Access databases (with the same structure, obviously) using C# ? Going record by record is slow and cumbersome, there has to be an alternative..
|
| local user group | 14 May 2004 06:10 GMT | 1 |
Are there any local user groups that meets in and around Redmond, WA area to discuss the globalization issues, learn new tips etc? Can any1 provide me a pointer to learn globalization (especially using .NET) from scratch?
|
| VB 4.0 vs VB.net | 14 May 2004 01:01 GMT | 2 |
I am currently using VB 4.0 but would like to upgrade to VB.net. When I try to install VB.net I repeatedly get a message that I must reboot. Can I install VB.net without removing VB 4.0 ? If so, how do I do it. I can't use Microsoft help because I cannot get VB.net installed.
|
| simple basic question with asp.. | 13 May 2004 21:20 GMT | 1 |
I have a very basic question. If its already answered elsewhere, I do apologize but i would appreciate if you could send me the pointers. I have .net framework 1.0 installed and have been running asp.net websites. Today I had to revive an old "asp" website that was built prior to ...
|
| Get Type from Shared Method | 13 May 2004 19:24 GMT | 1 |
Does anyony know how to get Type from shared methods? Thank you! Vitaly Sub Main()
|
| Are enum values automatically assigned? | 13 May 2004 18:54 GMT | 4 |
With a standard enum, values are automatically assigned. public enum MyEnum{Happy,Sad,Angry,Grandpa}; ...but what about a bitflag enum? [Flags()]
|
| .Net over Citrix | 13 May 2004 18:16 GMT | 2 |
Anyone with experience of deploying VB.net business applications in a Citrix Environment. Specifically want to know about arcitecture... Client wants Citrix Thin Client>Citrix Server Farm>IIS
|
| DataRow | 13 May 2004 14:58 GMT | 1 |
Can i acess a compelete row in datarow having changes, without specifiying column name or index Regards
|
| the c# return statement | 13 May 2004 14:21 GMT | 49 |
The c# *return* statement has been bothering me the past few months. I don't like the fact that you can have different code paths in a method and have multiple return statements. To me, it would be more orthogonal if a method could only have one return statement.
|