Project copy - stupid question?
Sun, 17 Aug 2008 16:53:17 -0700
Running XP - Visual Studio 2005 - VB
Want to have duplicate projects
- one safe and stable
- other for experimenting
Can't fine easy way to make duplicate project.
Stupid question? or stupid ME?
Thanks. ...
|
Modal Forms
Sun, 17 Aug 2008 10:30:01 -0700
Hi,
I have vb.net windows application where in i am opening a modal form-
SubForm1 from MainForm1 (Not an MDIParent). When I switch over to another
application such as IE Browser window and get back to my application, the
modal form appears on top of the IE Browser window and not as a part of
MainForm1. I ...
|
Command Line Arguments like VB6 IDE
Sat, 16 Aug 2008 23:05:54 -0400
Hello,
In vb6, on the properties there is an option to compilie code with
arguments.. for testing.. where can i find, or be able to this in vb.net
2008?
Brian
...
|
Help with SQL remote conneciton
Sat, 16 Aug 2008 13:48:43 -0400
vs 2005 - vb .net (desktop app) - XP Pro
Trying to manipulate data form a desktop app. to a remote hosted website?
Just trying to connect for now. Anyone know what I can change to make
connection?
xxxxxx, yyyyyy and DB are substituted for real values.
Below is the code:
Imports Microsoft.SqlServer
Import ...
|
Sockets
Sat, 16 Aug 2008 16:22:41 +0200
hi
How can i make a messenger with "visual basic 2008"?
I have looking for hours for a solution.
I have tried with sockets but I dont know how i get it in a windows form.
plz help me :(
...
|
OracleClient array parameter
Sat, 16 Aug 2008 11:46:49 +0300
Hi all,
I have a procedure in my Oracle DB that one of its inputs is array:
procedure pivot(inMaxCols in number default NULL,
inMaxColsQuery in varchar2 default NULL,
inQuery in varchar2,
inAnchor in array,
inPivot in array,
inData in array,
inDataQuery in varchar2,
outRefCursor in out refcursor) is
I ...
|
From C to VB.NET (Part III) (Background image in TextBox)
Sat, 16 Aug 2008 00:08:00 -0700
I feel my delay. I had work.
First of all, thank you for reply.
I explain: I do not know use the code of the original web page in VB.NET.
Gillard made the translation from C (and thank you) but some things VB.NET
does not recognize them (for example, some "imports"). I do not also know use
the part of th ...
|
|
|
working with bits
Sat, 16 Aug 2008 18:52:47 +1200
Hi all
I have a task to test a checksum algrorithum. This requires changing a
string of 12 chr's to a stream of 96 bits and then manipulating these.
Currently I work in vb (vb2008). Would it be better for me to use another
language (say vc++) and build a DLL to do the bit manipulating or does
vb.net have so ...
|
Why does the font size keep changing?
Fri, 15 Aug 2008 14:41:44 -0700 (PDT)
I am trying to set one label based on the font size of another
richtext box.
I set the rtb to fontsize 10.
In the middle of the program, if I look at rtb.font.size it is 10, but
if I look at rtb.selectionfont.size it is 9.75. How did that 9.75 get
there?
Any ideas? fixes? suggestions?
Thanks,
Doug ...
|
Run as Administrator, then execute something as the user
Fri, 15 Aug 2008 14:02:01 -0700
I'm writing a little program that will run when a user logs in, checks their
password expiration and also installs a piece of monitoring software if
necessary.
The program has to run on Vista so I got my first experience writing for UAC.
I've worked though the signed manifest and all the other little quirky ...
|