all groups > dotnet general > may 2005 > threads for wednesday may 4
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 do I know when I am in edit mode on a datagrid?
Posted by BillG at 5/4/2005 9:59:09 PM
I have a datagrid with an edit and a delete button on the grid row. When the
user clicks the edit button, is there a property that tells me whether I am
in edit mode or not?
... more >>
Session variable losing value
Posted by BillG at 5/4/2005 8:54:02 PM
What would be some of the causes as to why a session variable would be lost
going from one page to another? My sessionstate is set on. It was working
fine earlier and nothing has changed in this part of the app.
... more >>
Control problem with new Internet Explorer Window
Posted by dave at 5/4/2005 6:30:09 PM
We have this older asp application (i dont think this is a factor) that has
an active x control on it.
When we open the web page that has the control on it, everything appears to
work just fine. Now if we get to the page through a link that has
target='new' then the controls on the page do n... more >>
Strongly Typed DataSet Vs Un-Typed Dataset
Posted by Job Lot at 5/4/2005 5:26:04 PM
I am confused how strongly typed dataset is different from un-typed dataset.
Is there any good link explaining pros and cons of both? Which one should be
used preferably? ... more >>
Alert Message
Posted by Ali at 5/4/2005 5:07:36 PM
Hello!
I am trying make a alert message in an asp.net application, but i ned that
the button tha appear into the message change the languaje depending the user.
Anybody know hoe i can do that?
Thanks for your help... more >>
Determine application directory in a Windows Service
Posted by Buddy Ackerman at 5/4/2005 4:30:23 PM
I need to programatically determine the directory that the application/service is running from. If I use
Environment.CurrentDirectory it returns the System32 directory. Is there anyway to get this the correct directory?
... more >>
Open Source?
Posted by Verde at 5/4/2005 2:34:37 PM
What's the big deal about "open source"? Why are advocates of "open source"
so ardent?
Thanks!
... more >>
ASP.NET 2.0 - Where to discuss??
Posted by emac at 5/4/2005 2:32:00 PM
What is the best group to discuss ASP.NET 2.0 and/or 2.0 / VS in general??
Thanks all!
emac@online.nospam
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Relating an object to a window in an MDI application
Posted by Mitchell Vincent at 5/4/2005 1:41:27 PM
I'm writing some business software, so I have a customer object that
holds customer data and all the logic to deal with that customer. The
problem is one of concept - I don't know how to tie the customer object
to a specific window. Since this app is MDI, it is possible for the user
to have ... more >>
FileSystemObject..GetFileVersion()
Posted by Jamin Guy at 5/4/2005 12:11:55 PM
Has anyone successfully used the FileSystemObject.GetFileVersion
function to get the version of a file on a remote machine? and if so
how? I'm not able to get it to work. It works from a VBScript
application, but not from C#...
... more >>
migrating from VB/ASP/sql2k/Interdev to dotnet
Posted by pjrhoades at 5/4/2005 11:07:52 AM
Hi Group,
I have a small development team developing using Interdev and ASP, we
have just landed a project which would greatly benefit from dotNet, so
are considering the implications of moving from "standard"
asp,sql2k,vb6 and visual interdev in to the new dotnet environment.
I would great... more >>
[newbie] strange window error
Posted by Peter Schmitz at 5/4/2005 9:30:04 AM
Hi,
when I run my program, I receive the following error:
System.ComponentModel.Win32Exception: Error creating window handle.
at System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)
at System.Windows.Forms.Control.CreateHandle()
at System.Windows.Forms.Form.CreateHandle(... more >>
SelectedIndex set in ItemDataBound Method but always index(0) set
Posted by Phil Lamey at 5/4/2005 9:08:07 AM
Hi All,
I am beffudeled to say the least ...
I have code that dynamically populates drop down boxes (in a datagrid - edit
itme template) and sets the selectedindex in the dropdown to the equivalent
value in a DB.
For teams it works (I get the data from the DB) but or designation (game, ... more >>
How to detect and use a webcam to take picture in VB .NET
Posted by charlies224 NO[at]SPAM hotmail.com at 5/4/2005 8:29:35 AM
Hi,
I am trying to write an application involving taking pictures with a
Web Camera in VB .NET.
I am just wondering how I can detect and control the web camera within
my application. The web cam I currently have is from Creative.
Any help would be much appreciated
Thank you,
Charlie... more >>
Combo box bindings
Posted by Li Weng at 5/4/2005 5:15:03 AM
Hi,
Is it OK to bind a combo box to more than one datasource?
One is by:
Me.cboState.DataBindings.Add(New Binding("SelectedValue", Me.AddressRow,
"State"))
Another is by a DataView:
aView = New DataView(dsLookup.States)
With Me.cboState
.DataSource = aView
... more >>
Calculating a percent in a c# web app
Posted by DanP at 5/4/2005 5:10:09 AM
I can not figure out what I'm doing wrong. I'm trying to calc a percent by
dividing a small number by a large number, but result always = 0.
This is what I have.
double nbr1
double nbr2
int pct
nbr1 = 180
nbr2 = 500
pct = (nbr1 / nbr2) * 100
The pct always = 0 and it should be 3... more >>
Navision Integration with Biztalk
Posted by Xavi at 5/4/2005 4:47:03 AM
I would like to know if someone has prove the integration and comunication
between Biztalk nad Navision and if it works fine.
Thank you... more >>
Convert xml to csv
Posted by Connull at 5/4/2005 2:40:06 AM
I have extracted data from a SQL database and need to convert it to a csv. I
have transformed the data to xml and then save it with .xls extension which
is viewable in Excel. As soon as I try save the xml to a csv, I view all the
tags when I open the document in Excel.
Please could some on... more >>
Book for extensible applications
Posted by Gerwin at 5/4/2005 1:53:06 AM
Hi all,
I need to implement a extensible application.
This application is using different devices (containing sensors,
valves, ...) and different modes (measurement1, measurement2, ...).
Target is that the main application 'never' changes and devices and
modes can be added via plugins. Main a... more >>
Datagrid new row update problem.
Posted by BFX at 5/4/2005 12:00:00 AM
Hi All,
I have datagrid with binding on dataset
this.grdMachineType.DataMember = "MachineTypes";
this.grdMachineType.DataSource = this.dsMachineTypes;
After append new row in datagrid i call this
private void tbMachineTypes_ButtonClick(object sender,
System.Windows.Forms.ToolBarBut... more >>
Width of Text
Posted by Jack Russell at 5/4/2005 12:00:00 AM
How can I find the width of some text (in pixels?) so that I can size
the width of the control to fit it as one line?
Thanks
Jack Russell... more >>
Web-Based or Windows App?
Posted by Antony at 5/4/2005 12:00:00 AM
Excuse my ignorance, but anyone have any links to some good white papers
discussing the pros/cons for developing a Web-Based app versus a
windows/client/server app?
I would think this topic has been largely discussed many times over and I
don't need to start another discussion, just some re... more >>
Show VB6 Form from .NET - How to ?
Posted by Antonio Paglia at 5/4/2005 12:00:00 AM
I would wish to be able to open an existing VB6 Form from my VB.NET
application.
All VB6 forms are in COM dll. My COM dll expose a Public Class with a method
that return an instance of my VB6 form.
I have used tlbimp.exe utility to generate a RCW.(wrapper). The wrapper name
is SecurityNet
... more >>
regex
Posted by Skur at 5/4/2005 12:00:00 AM
hi!
can anyone help me with solving my problem?
i want to check my string if there's such substring in it:
<div class="some_class_i_want_to_set_this_value_before_checking">
text_to_retrieve </div>
i would like to get in return text_to_retrieve. i know i have touse regular
expressions, a ... more >>
Restrict access to private members covered by property
Posted by Ondrej Sevecek at 5/4/2005 12:00:00 AM
Hello,
I have a general problem in mind. Imagine, you have a private member and its
associated property:
private int member;
public int Member
{ get return member;
set {a better code with event triggering etc.}
}
As actions are associated with the SET method, even the class's i... more >>
|