all groups > vb.net > march 2006 > threads for saturday march 11
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
ASP.NET, CSS, and Netscape 7.1
Posted by Nathan Sokalski at 3/11/2006 10:39:59 PM
I was testing out a page of mine that displays the information from
Page.Request.Browser. It works exactly as I expected in Internet Explorer
and Netscape 4.75 (I didn't expect much in Netscape 4.75, but I got some
stuff). However, Netscape 7.1 gave me some strange stuff, including the
follo... more >>
NewWindow event in WebBrowser - Migrating from VB 6.0 to 2005
Posted by Ehud_A at 3/11/2006 9:39:55 PM
Hi,
I have a small application that extends the webBrowser object. There is
only a single form in this application, with the webBrowser inside.
Among other things, I catch the NewWindow2 event. This is done so i
could open a new instance of my browser when a user clicks on a button
that calls... more >>
Using .Net DLL in classic ASP
Posted by Shane O'Connor at 3/11/2006 2:53:02 PM
Hi there. I want to know is it possible to write a dll in VB.net that I can
use in ASP, and if so to set it up so that I can debug the dll, stepping
through the code just as I would debugging a vb6 dll used by classic asp.... more >>
Need some help with vb StatusStrip Control
Posted by Marc at 3/11/2006 12:39:13 PM
Hello,
I have a vb.net form that I've added a StatusStrip at the bottom. On that
StatusStrip I've added a DropDownButton on which I've added a Menu
containing 4 sub Items
What I am trying to do is cycle through the Menu's subitems one by one and
uncheck or check the items instea... more >>
How to abort a WinForms apps with no main window
Posted by Bob Altman at 3/11/2006 12:18:42 PM
Hi all,
I have a WinForms app that has no main window (just a module with a Sub
Main). My Main routine calls a subroutine that wants to politely abort the
application rather than return to its caller. How can I do this? I tried
Application.Exit but that doesn't terminate my application.
... more >>
From Windows Form to Web Page ...
Posted by Husam at 3/11/2006 9:53:27 AM
Hi EveryBody:
How can I convert my Windows application Form to Web Page by Importing some
class from ASP.Net ?
In other word I want to add the following editor which is htmlArea v2.03
code to my windows application forms :
<head>
<script language="Javascript1.2"><!-- // load htmlarea
... more >>
datagridview combo box
Posted by ctk_at at 3/11/2006 8:42:12 AM
Hi, has anyone probably solved the following issue:
I want to create a datagridview with a combobox displaying value from a
datatable.
This work fine as long as I 'hardcode' the necessary properties into the
datagridcolumn. Is there any way to get the property information from a
database whi... more >>
Best way to output form information
Posted by mr_doles at 3/11/2006 7:35:33 AM
I have a form that collects buyer information from emails and displays
them in textboxes on the form. I am trying to output this information
to a file to use for a packing slip. I want the file to have a logo
(bmp picture) and the info from the form. I want to do this the
easiest way possible... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
get network user full name
Posted by Bill nguyen at 3/11/2006 7:11:34 AM
I learned that I can use system.environment.username to get user login name.
How can I get user full name/description from Active Directory or GAL?
Thanks a million.
Bill
... more >>
Coding a TimeSpan
Posted by Dennis D. at 3/11/2006 6:24:13 AM
Hello:
I want to subtract a timespan from the selectionrange.start of a month
calendar.
The selectionrange.start of a month calendar is a date, and it is possible
to subtract a timespan from a date and get a date, from which I will extract
the day.
How do I assign an integer to represen... more >>
[VB.NET] How to store/load XML schema internally...
Posted by pat at 3/11/2006 4:55:16 AM
Group,
I need to have my schemas loaded for a dataset, but can't have .xsd
files in my finished program laying around for users to mess with.
Is there a way to store the schema programmatically (preferably as data
in classes in .dlls, or even simple strings), thus avoiding having to
load th... more >>
newbie - image map help
Posted by ageprogram NO[at]SPAM hotmail.com at 3/11/2006 4:05:53 AM
I'm trying to create an html type image map in VB.net using VS 2003,
for deployment onto PPC/Win CE sytems. For example, when a user clicks
the upper left corner of the picture, a one is returned, lower left =
2, upper right = 3, lower right = 4 (Simplified explanation) Is there a
simple way to... more >>
Best way to implement 2 controls on one window
Posted by Boni at 3/11/2006 3:25:40 AM
Dear all,
what is the best way to place to controls (listboxes) on the form, so that
the first listbox takes 2/3 of the form and the second 1/3. This proportion
should also stay if window is resized or moved.
Thanks a lot,
Boni
... more >>
Best value Help file builder
Posted by Paul Aspinall at 3/11/2006 12:00:00 AM
Hi
I'm trying to get opinions on the best free / best value help file (CHM)
compilers out there.
What do you use?
Thanks
... more >>
|