| Thread | Last Post | Replies |
|
| VS IDE Blues | 14 Jan 2005 06:21 GMT | 15 |
Well, it's been a year since I jumped from C/C++ and ModPerl to Visual Studio 2003 and C#. Frankly, I'm disappointed with it. There are a lot of little annoying bugs
|
| Scheduled Job | 14 Jan 2005 05:05 GMT | 3 |
Can any body suggest a good solution in VB or in .Net for the following? We need to send out mails ( 3 different mails having different schedules ) on a scheduled basis for which schedules should be maintained through our custom intranet application.
|
| ASP.NET team programming via the Internet | 14 Jan 2005 04:24 GMT | 6 |
We have a small project we want to develop using ASP.NET. The team consists of 3 (or maybe more) people. Typically I have used VSS in the past, however we were all at the same office. All of our team members for this project are all located at different sites, which have nothing
|
| CheckedListBox sorting differently per user? | 13 Jan 2005 23:55 GMT | 1 |
I am a QA tester testing a vb.net application and I have stumped our developers. I'm hoping someone here can help. One form in our application displays a list of user names, sorted by last name. However, on my machine, and a few other users machines,
|
| modify the path environment variable | 13 Jan 2005 23:41 GMT | 1 |
I have a need within an application to modify the path environment variable, as I need to find specific directories and remove them. I use the following code to do this: RegistryKey rkey = null;
|
| How do i change the back color of messagebox | 13 Jan 2005 22:39 GMT | 1 |
How do i change the back color of messagebox
|
| DateTimePicker Problems | 13 Jan 2005 19:41 GMT | 1 |
If have a problem in VB.NET 2003 with the DateTimePicker. If I place the control on a form and run my application I get an error as the form opens saying: An unhandled exception of type 'System.ArgumentException' occurred in
|
| VB.NET Class Properties | 13 Jan 2005 19:09 GMT | 9 |
I have a class called clsPerson. A property of this class is Date_Of_Birth (DOB). In my Access Database the field is date/Time data Type. I am trying to set the class property DOB to the contents of a textbox (txtDOB.text) that the
|
| OT: Let's get some t-shirt ideas for .NET and/or Agile | 13 Jan 2005 19:03 GMT | 34 |
Kinda off topic... I went online today looking for T-shirts to reward an IT team that used Agile development on a .Net project to build a workflow system using XML... yada, yada, yada
|
| generate random w/ weighting | 13 Jan 2005 18:00 GMT | 1 |
I need to randomly pick films from a list to automatically generate a timetable. Each film has a priority and weighting that affects how often it is picked. For example, say we have 3 films with the following priority and weighting,
|
| window.onbeforeunload and postback | 13 Jan 2005 17:13 GMT | 1 |
I have a function that checks whether the user is trying to navigate away from the page before saving all their data. I achieve this using the window.onbeforeunload javascript event. It fires when somone clicks on a link or button but not when someone changes the selected index ...
|
| regular expersion. replace all except those that matches the patte | 13 Jan 2005 15:49 GMT | 2 |
i have a regular expression question here. string: "({WBC} * {FBC} - {ABC} * 5)" pattern: "(.*?)(\{)(.+?)(\})(.*?)" replace: "$3 "
|
| VB.Net and Email | 13 Jan 2005 15:21 GMT | 5 |
Having a problem sending emails through vb.net. Our inhouse software automatically sends an email to the programming staff whenever an error is encountered. This code works just fine on machines that are windows 2000 based. We
|
| How can i achive this...............? | 13 Jan 2005 14:41 GMT | 1 |
How can i achive this............... There is a button on form1. On button clicking need to show form2 and close the form1(not to hide the form1) Regards, Ritesh
|
| how to open new window with params | 13 Jan 2005 13:54 GMT | 1 |
I writing a vb.net web app. and I need to open a new window with only the titlebar (no menu, toobar, location bar, etc.) and specifying the size. In my calling form I attached javascript to a webcontrol button to open a new window, however, I also need to pass variables to it. I ...
|