all groups > c# > may 2007 > threads for tuesday may 1
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
How can I convert Single to integer??
Posted by Yasin cepeci at 5/1/2007 11:17:39 PM
How can I convert Single to integer??
... more >>
imageList bug?
Posted by piter at 5/1/2007 7:52:40 PM
Hi
I have problem with imageList. I created one and added soem icons to it.
The imageList is bound to treeView control. However the icons in windows
explorer looks much much better than those in tv. I double checked the
properties of imageList. colordeph is 32 bit, and size of images are exact... more >>
List<T>, Collection<T>, and FindAll
Posted by David Longnecker at 5/1/2007 7:06:34 PM
I'm working to create a base framework for our organization for web and client-side
applications. The framework interfaces with several of our systems and provides
the business and data layer connectivity for basic operations and such.
I've ran into a snag that I just can't think myself out ... more >>
OT: "scaffolding" ?
Posted by Jon Davis at 5/1/2007 6:08:51 PM
What is "scaffolding" in the context of ORM? I keep hearing people mention
various ORM tools' scaffolding abilities without describing what this
feature is supposed to be.
Jon
... more >>
insert into 2 sql tables
Posted by GotDotNet? at 5/1/2007 4:09:44 PM
Is there a way to insert data into 2 tables but use the ID from table 1 and
insert that into table 2 as well as several other values?
so I can insert a ID into table1, I then need that ID and insert that with
the records into table2.
I'm not using a a stored procedure, I'm using inline sql s... more >>
Hashtable ordering
Posted by Tom at 5/1/2007 3:35:00 PM
Cannot not seem to make any sense of the order that my key/values end up in
when added to the Hashtable...ideally, I would like to be able to sort the
keys/values...but not thinking it is possible.
For those who are sure going to ask why I am asking this....I use the
Hashtable for convenien... more >>
DateTimePicker time field carry/borrow - still stymied!
Posted by Ray Mitchell at 5/1/2007 3:18:02 PM
Hello,
I posted this about a month ago but didn't get any response, so I thought
I'd rephrase it. I have a DateTimePicker set for Up/Down Time format
(HH:mm:ss). The problem is that when I click past 59 seconds the minutes do
not increment, and similarly for minutes affecting hours. Also,... more >>
MsAccess and IA64
Posted by Brian at 5/1/2007 2:25:35 PM
Is there any way to update an access database on an Itanium
machine(IA64)? I noticed that there is no 64 bit Jet Driver available
from Microsoft :
'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local
machine
I am thinking there might be a way to install a 32 bit version of the
d... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Private Variables to Public Properties - question
Posted by t f at 5/1/2007 2:20:59 PM
Hi
I have a class with a bunch of private variables in, is there an easy
way to make these have public properties without having to type it all in?
e.g.
public class Fu
{
private float fBar;
//now instead of having to type this
public float Bar
{
get
{... more >>
Storing a non serializable object
Posted by owen79 at 5/1/2007 1:32:51 PM
Hi,
Disappointingly, I think I already know the answer to this question.
I have a C# class which I'm effectively using as a storage area while
I carry out a sequence of Web Method calls on a third party web
service. The class stores the types returned from each call for the
subsequent metho... more >>
'with' statement
Posted by DOTNETGUY at 5/1/2007 12:33:03 PM
Hello,
In vb.net there is a with statement, Is there are similar constructor in c#?
... more >>
How to determine what process blocks my DLL?
Posted by nano2k at 5/1/2007 11:56:15 AM
Hi
I'm implementing an simple updater application that updates another
application.
The scenario is as follows:
The main application (MA) checks if there are any updates. If updates
are present, it starts another application: the updater application
(UA).
After that, UA waits for MA to exit... more >>
All Values Same (for property) in a Collection
Posted by sloan at 5/1/2007 11:45:29 AM
What is the most concise way to ...... bail out of a loop (or return false)
if one value isn't the same as all the others in a collection?
For example:
I have an EmpCollection, which is a collection of Employee objects.
Employee object has a .DeptID property (int)
Let's say I want t... more >>
Logging Application Block
Posted by randy1200 at 5/1/2007 10:56:01 AM
Please let me know if there's a better place to ask about this.
I'm helping out with an application that uses Microsoft's Logging
Application Block. Users complain that timestamps in the log file are not in
local time (they appear to be in UTC). I found the <formatters> tag in
app.config, a... more >>
C# Problem reading numbers from excel file
Posted by rwiegel NO[at]SPAM iastate.edu at 5/1/2007 10:55:21 AM
I'm trying to read rows from an Excel file and display them in an
ASP.NET DataGridview. I am using C# for the code file. I am using
OleDb to read from the Excel file. The columns that contain text load
into the grid fine, but the columns that contain just numbers don't
show up at all. I trie... more >>
Running a console application in Windows Scheduler - .NET Runtime Error EventID: 5000
Posted by kplkumar at 5/1/2007 7:33:25 AM
Hi all
I am fairly new to windows scheduler.
I have an .exe console application that needs to be run 1st of every
month. I created a scheduled task in Windows Schduler and called
the .exe.
The application is supposed to pull some report data and make a
webservice call to sent out this da... more >>
C# reading AAC info
Posted by Renster at 5/1/2007 7:16:24 AM
Folks,
Short and sweet - does anyone know of a plug in or something I can use
to read an AAC files encoding type (AAC, eAAC, eAAC+), bitrate,
duration etc? I can handle WMA, MP3 and WAV, but to finish my testing
(using FitNesse) I need to be able to handle AAC, and the WMF SDK
doesnt support ... more >>
SQL Express User/ Role database to SQL Server
Posted by Stevie G at 5/1/2007 7:01:49 AM
I've created a small web application that uses the new C# Login
controls and internet user management. The application works fine on
my development PC with all the user management taken care of in the
ASPNETDB.mdb. I've used the nice 'administer website' utility and all
my users, roles etc are a... more >>
What is the format of .imd file
Posted by Sanat at 5/1/2007 3:55:35 AM
Hi,
I want to scan the IME(IMD) files. These are some microsoft lexicon
files.
I want to know the internal format of file for scanning the strings
available inside it.
Please help!!!
Thanks and Regards,
Sanat
... more >>
DataTable.select problem with variables
Posted by Manikandan at 5/1/2007 3:24:40 AM
Hi,
I have a datatable with rows.
When I used datatable.select with values it is working properly,
But when I use the select with variables it is not working.
I tried with putting '(single quote),"" '(double quote) and many
combination, it is not returning any rows
Sample code for demonstartio... more >>
I am facing a prob in my project and need some help
Posted by Qaism Khan at 5/1/2007 1:46:07 AM
I am working on huge DATABASE MANAGEMENT Sytem .i have completed the whole project .butthe problem which i am facing is in implementing SSL certificate in my website.
Basically,i have to design SSL(Secure Socket Layer) Certificate by my own using C-Sharp
And i didnot found any helpfull material ev... more >>
How to emulate missing property in object
Posted by Andrus at 5/1/2007 12:00:00 AM
I'm implementing entity object which should populate its properties from
database when property is first referenced.
In RDL reports I use object properties like
MyObject.MyProperty
MyObject is instance of MyEntity class. There is no MyProperty property in
MyObject at design time.
So I... more >>
C# or VB
Posted by Itzik M at 5/1/2007 12:00:00 AM
Hi,
How i can decide which language(VB or C#) to select for
developing my application in .NET
Thanks
... more >>
Regex internal caching or what?
Posted by Henrik Dahl at 5/1/2007 12:00:00 AM
Hello!
In my application I have a need for using a regular expression now and then.
Often the same regular expression must be used multiple times. For
performance reasons I use the RegexOptions.Compiled when I instantiate it.
It must be obvious that it takes some time to instantiate such an... more >>
XML datetime
Posted by Jason Huang at 5/1/2007 12:00:00 AM
Hi,
In my C# windows form application, I can write a dataset to an XML file.
But everything in that XML are String type.
Is is possible to write a dataset to an XML file, so that the DateTime and
Int is still DateTime and Int in the XML?
Thanks for help.
Jason
... more >>
dataGrid sorting slow
Posted by SeeSharp Bint at 5/1/2007 12:00:00 AM
Hi,
Am i able to do the datagrid equivalent of beginupdate endupdate while i'm
sorting rows in a datagrid please. I dont want it redrawing everything while
I do the work as its so slow.
thanks
... more >>
Drop event on a picture box
Posted by Jeff Williams at 5/1/2007 12:00:00 AM
I have several picture boxes on a form. I want to be able to drag
pictures to this picture box. On the Drop how can I tell which picture
box I am dropping the picture on. Te picture Box control name or
control text would suit my needs.
Regards
Jeff... more >>
|