all groups > dotnet general > march 2006 > threads for sunday march 5
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
a "Global" application - is this possible?
Posted by Bryan at 3/5/2006 11:16:50 PM
I am currently working on a project that I am interested in porting to Win32
or .NET, but I don't know where to get started. I have quite a bit of
experience with MFC, and I have been working with C# for the last few months
and I feel like if I know where to start looking, I can do this.
T... more >>
Binding ComboBox
Posted by Steve King at 3/5/2006 6:53:26 PM
I'm attempting to bind a combobox to store the values in
tblProblems.VersionID and display the Version value from the tblVersions.
The VersionID field is a foreign key to the ID in tblVersions. Currently I
have the combobox displaying the versions in the dropdown which is what I
need but w... more >>
Excel worksheet
Posted by Ishan Bhalla at 3/5/2006 4:40:29 PM
Hello all,
Am not sure if this is the right newgroup.
I want to open and excel worksheet from VB.Net, populate data and save it.
Any idea how it can be done?
Thanks in advance
Regards
Ishan... more >>
Change the assembly name of web application
Posted by ibiza at 3/5/2006 1:18:26 PM
Hi,
first, I must say that I don't know too much about an application
"assembly name". However, I am trying to set a fixed one for my web
project, as it seems to change for a random name almost every time I
recompile. For now, it is something in the form of "App_Web_XXXXXXXX",
where the XXXXX... more >>
Macros too slow !
Posted by Cerebrus at 3/5/2006 12:55:38 AM
Hi all,
I'm trying to use a macro in VS 2003 to insert a code snippet in
various sections of my code. This code will help me to test the time
taken for any particular action to be performed.
The problem is that it takes nearly 30 seconds for it to be executed,
after I press my Keyboard shor... more >>
Binding checkboxes and date time picker [vb.net 2003]
Posted by Hardik Shah at 3/5/2006 12:00:00 AM
Hi there
i'm trying to bind a checkbox and some date time picker fields to a dataset.
this is wat i have tried for the check box but it doesnt seen to work
chkObservation.DataBindings.Add("text", dsChildData,
"Child.ChildObservation")
SO how would i go about binding this?
Any suggest... more >>
|