all groups > vb.net > october 2005 > threads for wednesday october 26
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
Removing vertical scrollbar on webbrowser activeX component
Posted by reidarT at 10/26/2005 10:47:54 PM
I use a webbrowser control to open a web page. I get a vertical scrollbar.
Is it possible to get rid of it?
reidarT
... more >>
Win98 dotnet unicode
Posted by Meelis at 10/26/2005 9:15:32 PM
Hi
What about unicode under win98 and .NET VB or C#?
VB6 does not support unicode, .NET does?
Mex
... more >>
how to read the last numeric number on the line?
Posted by dav at 10/26/2005 8:25:10 PM
HI,
I am new to vb.net and i want to open a batch file to read the last
numeric number of each line and use that number (1/0) to determine if a
particular item of drop down box should be visible.
Can anyone help me with this?
Tahnks in advance.
... more >>
Sharing files across projects
Posted by Andrew E Chapman at 10/26/2005 6:46:01 PM
I have a VB.NET class library project and two other VB.NET projects that
depend on that class library, ie:
Class library
--Project 1
--Project 2
Currently, as you'd expect, when I compile this, each of Project 1 and 2 end
up with an exe and a dll. However, I don't want the project to be ... more >>
Get Region From FillPie
Posted by Carl Gilbert at 10/26/2005 6:26:43 PM
Hi
I am drawing a pie like shape on a windows form in VB.NET using the FillPie
method as follows in the form Paint event:
e.Graphics.FillPie(brush, Me.ClientRectangle, pro.Angle, pro.Span)
How can I get back a System.Drawing.Region from the recently added pie?
Regards, Carl Gilbert
... more >>
Norton Blows up my application!
Posted by gregory_may at 10/26/2005 5:49:45 PM
I am developing an application that I would like to distribute on CD.
Norton blows it up very badly. Is there some API I can talk to let Norton
know I am ok?
... more >>
automating user input
Posted by Vlado Jasovic (excelleinc.com) at 10/26/2005 5:36:43 PM
Hello,
I am developing application with 100+ controls on it.
I would like to find a way to automate user input so we don't have our QA
guy manually inserting different cases/scenarios.
We're doing full nunit testing on it but would need to do this to prevent
"what-if" problems.
Any... more >>
how to save with only WebBrowser: save html+picture without Dialog
Posted by eewwttww at 10/26/2005 5:11:03 PM
how to save with only WebBrowser: save html+picture without dialog box?
what I Have is:
WebBrowser.ExecWB OLECMDID_SAVEAS, OLECMDEXECOPT_PROMPTUSER, 300, 300
I don't want this code.
I want same code like this:
WebBrowserSaveTo("c:\html\1\",htm+pic)
what I can do?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Error Running Debug
Posted by poppybush NO[at]SPAM gmail.com at 10/26/2005 4:02:22 PM
I'm just added a new form to my application for entering information to
a database. To do this I did:
Me.Hide()
Dim Form1 As New Form1
Form1.Show()
When I run debugger, test, and end the software (By clicking the X on
the top right corner) the program ends. Well, ... more >>
enum problem
Posted by param NO[at]SPAM community.nospam at 10/26/2005 3:39:48 PM
Hi all,
Here is an interesting dilemma. I have a .cs proxy client stub for a remote
web service. It has an enum defined as follows:-
/// <remarks/>
public enum AssetClassType {
/// <remarks/>
NEW,
/// <remarks/>
USED,
}
Now i am writin... more >>
Trouble Testing New Web App
Posted by fripper at 10/26/2005 1:52:03 PM
I have creqated a VB .Net web application using Visual Studio 2003 but I am
having trouble testing the program. I have installed IIS 5.1 on my machine
[XP Pro SP2] and put the application files in a folder in the
inetpub/wwwroot directory. When I try to execute the program (Debug > Start
W... more >>
First WinForm app with VS.Net 2005
Posted by Elmo Watson at 10/26/2005 1:20:43 PM
I'm using the RC of VS.Net 2005 and I'm apparently missing something - (also
first time creating an app with VS.Net)
I have two forms:
frmMain (MDI)
frmEdit (set to isMDIcontainer=False)
I have the following code:
Dim f As New frmEdit
f.MdiParent = Me
f.Show()
However, when it runs... more >>
how to find a menu item in menulist
Posted by venky at 10/26/2005 1:15:57 PM
I have a menu with menuitems. i want to find a menu with text "Open"
from the menuitems. i don't see any function in menuitems or menu. is
there a way or i need to iterate through the list and compare the text?
raj
... more >>
Setup up a Database "Waiting List" or Queue
Posted by poppybush NO[at]SPAM gmail.com at 10/26/2005 12:08:45 PM
I am working on a windows application that allows a system
administrator to assign users to specific software titles. Let's say
that there are 5 available licenses for Visual Studio but 6 users need
the software at one time. What I did was create an OC table
(out-of-compliance) and added the 6th... more >>
copy constructor
Posted by Arne at 10/26/2005 9:30:05 AM
In C++ we have a copy constructor. What is the equivalent in .Net? Would that
be the clone method?... more >>
.dll and forms
Posted by Jaime Lucci at 10/26/2005 9:22:26 AM
Hi, how've you been?
I'm trying to do a .dll that would be able to manage forms from an
independient project. The dll has a method that receive a parameter which is
the form I want to manage. The problem is that I have to pass the instancied
form as parameter instead of its name. When I have t... more >>
How to hide an item in listview, but not remove it.
Posted by yxq at 10/26/2005 9:16:52 AM
Hello,
I want to hide an item in listview but not remove it, how to do?
Thank you
... more >>
add user to SQL Server
Posted by Starbuck at 10/26/2005 8:57:43 AM
HI
Is this possible
One of our apps allows users to add new users to the database, items are
user name, login, password, address etc etc
Is it also possible when saving a new user to also store this into the user
list of the SQL Server database they are using.
If so can anyone show how.
T... more >>
Ok...how about this question then?
Posted by ECathell at 10/26/2005 8:20:00 AM
Since there were no responses on my Service question. Can someone point =
me in the direction on how to hook into the service from a separate =
application that would allow it to be monitored? Such as sql manager =
does with sql server?
--=20
--Eric Cathell, MCSA... more >>
Message Box Issue
Posted by jburkle at 10/26/2005 7:22:43 AM
Hello all, I am still having an issue where multiple Message Boxes are
being displayed to the user from the same form at one time. This issue
hides the boxes behind the forms since the forms take up the whole
desktop most of the time when maximumized and also the boxes are only
reachable when AL... more >>
Newbie question!---Is this possible?
Posted by nuB at 10/26/2005 6:43:08 AM
I am in the process of developing a service that will monitor a folder
for the creation of two files. When the files are created, I would like
the service to do the following:
Rename the files
Create an archive directory
Move these files to the archive directory
Create a log in the same dir to... more >>
Make Authentication
Posted by Stanley at 10/26/2005 6:33:37 AM
Hi all! Can someone tell me how to make network connecttion with a
remote computer (win2k xp 2k3) when you know the Admin's password? Just
like your use [net use \\hhw1\c$ "password" /user:"administrator"]
Thanks in advance!
... more >>
Use reflection to init members?
Posted by Boni at 10/26/2005 5:40:43 AM
Dear all,
is it possible to get names and initialize members of a class.
i.e
class A
dim M1 as integer
dim M2 as integer
dim M3 as integer
dim M4 as integer
sub new ()
'get name of the first member->it is M1->M1=0
'get name of the second member->it is M2->M2=1
....
end class
... more >>
Non Rectangular forms
Posted by Phinney at 10/26/2005 3:32:34 AM
Any one know of a good book, or another source of information, on making non
rectangular forms?
... more >>
Imports
Posted by Mike at 10/26/2005 2:58:01 AM
Hi,
I've two projects in one solution a windows and web project and I would like
to get access to the windows classes (namespaces)by using the Imports
statement in the web project but I can't see the windows project when writing
the imports statement so how can include it in the web project
... more >>
Web Site / Variables
Posted by Ricardo Furtado at 10/26/2005 2:00:03 AM
I'm making a Web Site with Visual Basic .Net and i need the user to log on in
order to have access to some pages on the web site. How can i maintain the
username and password variables from the login page allways availlable to the
other pages in order to determine the access level, that the us... more >>
Release Candidate and Sourcesafe
Posted by Vayse at 10/26/2005 12:00:00 AM
I've installed Visual Studio 2005 Team Suite - Release Candidate. Before
hand, I removed all my .net stuff.
But now I have no Source Safe. Should I install the Beta 2 version I had, or
is there an newer version somewhere?
... more >>
errorlevel
Posted by Luke Vogel at 10/26/2005 12:00:00 AM
Hi all ...
I'm writing a small application that needs to run a number of console
executables.
No problem, I can use the 'shell' function with all its useful
parameters to run each console app.
My problem is that I need to react to the ERRORLEVEL that is returned by
the console executable... more >>
Stored Procedure with variable parameters
Posted by Pieter at 10/26/2005 12:00:00 AM
Hi,
I have a View which contains (of course) several columns. Now I want to make
a Stored Procedure that does a Select based on the parameters.
For exemple: One time I want to select all the reocrds with ColumnA = 'Value
A', an other time all the reords with ColumnB = 'An other value', a t... more >>
SP or Trigger rule ??
Posted by Agnes at 10/26/2005 12:00:00 AM
I got two same tables (invoice, invoice_history)
When user insert the record, (i will save a copy in the table
invoice_history)
when user amend the record, (i iwll save the updated record in the table
invoice_history_too)
Now, I am worry that I don't know how to do that by trigger rule.
If i... more >>
Adding fields in SQL database
Posted by reidarT at 10/26/2005 12:00:00 AM
I have Access databases located on several offices.
Ever day or once a week they need to add records from a table to a
sql-database on the internet.
I am not sure how to do this upload.
1. I can make a file uplaod and then make an import routine on the
sql-server
2. Add the fields directly i... more >>
A few question...
Posted by Sidney at 10/26/2005 12:00:00 AM
1) How to set a list box that can multicolumn with fixed column width and
different column have different field in dataset?
2) Can I set short cut key to call the programme when I am on the window
platform?
3) What is Outlook object Model?
4) I want to add a task to MS Oulook thro... more >>
|