all groups > vb.net > august 2007 > threads for saturday august 4
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
Why does process is still present although close?
Posted by kimiraikkonen at 8/4/2007 11:43:19 PM
I made a very small (2 forms) application with VB.NET 2005 express and
second form contains web-browser component and flash movie inside it.
Everything OK but after i close the program via normal (from X from
top right), the .exe process of my application is still in memory and
visible in "Windo... more >>
How to pause next form at application "start-up"
Posted by kimiraikkonen at 8/4/2007 10:40:09 PM
Hi, i have 2 forms, first form has a button that brings user to toggle
second form, and second form contains a integrated web-browser
component which has a auto-start flash (the flash contains audio)
file.
The problem is: When i run the program, the next form which contains
sound-containing f... more >>
Windows Framework
Posted by Tim Zottberg at 8/4/2007 6:12:45 PM
Hello!
I thought that the last post was closed, but then Tom wrote something
interesting.
Sorry I didn't post in the old subject...
The Windows Framework is meant to enabled XP styles, correct?
If I want to start with a sub main then I cannot have XP styles, correct?
So what is the us... more >>
How to equal Strings which are typed into a textbox
Posted by kimiraikkonen at 8/4/2007 2:22:01 PM
I want to ask how to accept more than "one" values typed into a
textbox...
For example:
If TextBox1.Text = "Google" Then
MsgBox("You're RIGHT", vbInformation, "Great")
Else : MsgBox("You're WRONG", vbCritical, "Bad")
The question is because VB.NET is not case sensitive as i ... more >>
Vb application update while call sql sp
Posted by Anthony Lopez User at 8/4/2007 12:52:35 PM
How can I allow my application to update the screen while waiting for a long
stored procedure to finish running
... more >>
"Generic" Enum as a parameter to set a flag in a Bit Field
Posted by JB at 8/4/2007 5:31:59 AM
Hi All,
I'm pulling my hair over this and could really do with a bit of help.
I'm using various different enums as bit fields and I'd like to create
a set of generic Functions or Subs to manipulate the bitfields.
For instance:
<Flags()> _
Enum ActionFlags As Byte
None = 0
Log =... more >>
Beginner question... Cannot name the subject
Posted by Tim Zottberg at 8/4/2007 3:53:59 AM
Hi newsgroup,
I am trying to migrate from VB6 to VB.Net.
I am having serious understanding problems about why VB.Net 2005 Express
doesn't do what I want.
I have a C# code, and I was trying to convert it to VB.
The first thing that made (and still makes) me crazy is that seemingly I
canno... more >>
|