all groups > vb.net > october 2007 > threads for thursday october 18
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
vs 20028 when??
Posted by John at 10/18/2007 10:58:37 PM
Hi
When is vs2008 due out?
Many Thanks
Regards
... more >>
MS Access procedure from VB.net
Posted by M. Wilson at 10/18/2007 7:57:00 PM
Hello,
Can I run a procedure that resides in an Access database in VB.net? If yes,
I would be ever so greatful if code was provided.
Thanks,
M. Wilson
... more >>
Debugging windows service: interrogation mark in breakpoint
Posted by Diego F. at 10/18/2007 6:52:59 PM
Hello. I don't know why but I'm having problems debugging a windows service.
I've been debugging it some weeks, but now, when I try to debug, my
breakpoints have an interrogation mark and the application doesn't stop on
them.
Do you know how to solve that?
--
Regards,
Diego F.
... more >>
will just VB allow me to make ASP pages?
Posted by Jason at 10/18/2007 5:45:07 PM
Will just getting VB.net allow me to make asp server pages, or web
applications? Or do I need the whole suite?
... more >>
Generic List Find.
Posted by Satish Itty at 10/18/2007 4:56:46 PM
How do I write the following c# code in vb
Product FindProduct(string code)
{
List<Product> products = getProducts();
return products.Find(delegate(Product bo)
{ return bo.Code == code; });
}... more >>
what is default.aspx for?
Posted by cj at 10/18/2007 3:47:06 PM
When I start a new web app it has a default.aspx in it. Every example I
see tell me to add a new aspx file for my pages. What is up with
default.aspx?... more >>
.NET 2.0 and VB
Posted by Chuck Douglas at 10/18/2007 3:08:40 PM
I have a VB assembly which contains a web control
(System.Web.UI.WebControls). I am using Visual Studio 2005 and I am
compiling with the .NET 2.0 compiler (VC++ 8.0). This project has a
reference to a C# assemby, which has a netmodule linked into it. This other
managed C++ code contains a typ... more >>
Public Properties in a windows service
Posted by SeanMac at 10/18/2007 2:39:01 PM
How do I access public properties in a windows service, from a desktop
application written in vb 2005?
--
Sean McIntire... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
DataView
Posted by hzgt9b at 10/18/2007 2:02:36 PM
Using VS2005, VB.NET,
I know that I can use a DataView to constrain what rows are "seen"
from the underlying datatable - is it also possible to use a DataView
to constrain what columns/attributes "seen" from the underlying
datatable? If so, can you point me to an example.
Thanks for your atte... more >>
Added items to listbox but display only newest items
Posted by ags5406 at 10/18/2007 1:10:17 PM
I've a listbox that I add items to at different points in the code.
It's height is such that only about 6 items can be displayed
vertically. The first item added shows up in the top line, then the
second item in the second line, etc.
After 6 items have been added, the vertical scroll bar appe... more >>
Form Sizing
Posted by Greg at 10/18/2007 10:56:00 AM
Yesterday I worked on three forms in my VB Application. I set their initial
sizes at 1024,768, with one of them being a MDI Parent form and the other two
child forms. Everything was working fine yesterday when I wrapped up the day.
Now, today I load my applicaiton and for some odd reason all... more >>
Pass variables between VBScript and VB.net ?
Posted by Rob at 10/18/2007 8:21:52 AM
Is there a way to pass data between VBscript and a VB.net form ?
For example...,
Open a VB.net form , enter a value in a text box, then run a VBscript that
returns the value entered in the textbox via a VBScript message box.
I have seen some samples that are close to working... they retu... more >>
Menu strip
Posted by MikeS at 10/18/2007 6:29:03 AM
Can anyone tell where to find sample code for creating a menu bar using code?
Thanks,
Mike S... more >>
Shorted Arraylist with conditions
Posted by cmdolcet69 at 10/18/2007 5:47:41 AM
When working with an arraylist i need to put in some logic so that if
my A/D bit values are not moving it will remove them from the list and
move all other up that rank.
Example:
(0) 3940
(1) 3940
(2) 3938
(3) 3929
(4) 3902
In the arraylist is see that the A/D values dont move until... more >>
Forms Get Stuck
Posted by Advait at 10/18/2007 12:17:00 AM
I have a VB.Net windows application. It uses the tree view control. When I
click on a treenode the form gets stuck. But if we run the form by putting
break points there is no issues. Then the form runs properly.
Please Help...
--
Thanks
Advait... more >>
|