Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / General / May 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
How To Append Trailing Zeros14 May 2004 13:52 GMT2
for example:
A1 = 123
A1=123000 <- final result
A1 =1234
Setting focus to controls?14 May 2004 12:25 GMT2
Please advise how to set focus to any control on Web
and Windows Forms.
Regards
Imran
icon guidelines14 May 2004 10:56 GMT1
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 GMT3
my code currently reads as the following:
//////
double tmpposition = (double)dr["position"] + pos;
dr["position"] = tmpposition;
Anyone know of a good FREE hex editor14 May 2004 08:46 GMT4
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 database14 May 2004 07:37 GMT2
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 databases14 May 2004 07:13 GMT1
 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 group14 May 2004 06:10 GMT1
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.net14 May 2004 01:01 GMT2
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 GMT1
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 Method13 May 2004 19:24 GMT1
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 GMT4
With a standard enum, values are automatically assigned.
   public enum MyEnum{Happy,Sad,Angry,Grandpa};
...but what about a bitflag enum?
   [Flags()]
.Net over Citrix13 May 2004 18:16 GMT2
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
DataRow13 May 2004 14:58 GMT1
Can i acess a compelete row in datarow having changes, without specifiying column name or index
Regards
the c# return statement13 May 2004 14:21 GMT49
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.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.