all groups > vb.net > june 2004 > threads for saturday june 19
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
Positioning Non-Child to same position of Child MDI
Posted by henrycortezwu NO[at]SPAM hotmail.com at 6/19/2004 10:46:25 PM
Hi,.. I have 2 forms with the same width & height, one with 100
opacity and the other with 50% opacity. Since I'm in an MDI
application, the form with the 50% opacity cannot be a MDI Child or
else the Opacity function will not work. My main objective is to
position both forms in the same locatio... more >>
Copying All Contents of One Folder into another
Posted by Jason Moss at 6/19/2004 10:36:49 PM
How would I copy all the contents of one folder (Including all subfolders +
files) in VB.NET? Could you please provide source code or step by step
instructions (I'm only a novice)
-Jason
... more >>
How to set module instance varaible to nothing for another Form?
Posted by Shane Saunders at 6/19/2004 8:01:11 PM
I have a menu option that loads a form and displays infomation. if you go to
main form and try to load something else from that same menu, it does a
check to see if the form in exist and then reloads it has to or does
messagebox. the problem i have is that i want to set the module instance
varib... more >>
Jet DataBase Permission Problem
Posted by Arne Beruldsen at 6/19/2004 7:51:01 PM
I'm using a Webform which contains a datagrid. The datagrid is being populated from an Access database. When I use the Adaptor Control it allows me to preview the data with no problems. However, when I run the app...I get the following error message:
The Microsoft Jet database engine cannot op... more >>
Application.StartupPath and a command
Posted by jcrouse at 6/19/2004 5:47:03 PM
I am trying to run a command from a command prompt using the shell command.
Here is the syntax I want to execute:
Shell(lblMameExePath.Text & " -listinfo >" & Application.StartupPath &
"\MameGames.cfg", AppWinStyle.NormalFocus, True)
The problem is that the parameter Application.StartupPat... more >>
Reloading
Posted by kuldeepiitk NO[at]SPAM yahoo-dot-com.no-spam.invalid at 6/19/2004 3:33:21 PM
Hi everyone,
I am making an application which loades a HTML page, does anybody have
any idea how we can make sure in VB.NET that a HTML page is loaded
fully or not.
TIA
~kuls
Posted Via Usenet.com Premium Usenet Newsgroup Services
-----------------------------------------------------... more >>
How to minimize with code all de childforms in the parentform
Posted by andreas at 6/19/2004 3:22:14 PM
Hi,
How to minimize with code all de childforms in the parentform.
I want to put a menuitem with text "MInimize all" in a parent form to
minimize all the child forms in the parent form at once.
How to code ?
... more >>
The most efficient algorithm for storing images in database
Posted by Al at 6/19/2004 1:47:02 PM
Hi,
I need to store literally thousands if images and scanned document in the Database. I would like to know what is the most efficient algorithm both in terms of speed and storage for saving images in database (using SQL server).
Currently I am using the following algorithms. Question is can I ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Why capGetStatus & capDriverGetCaps doesn't work?
Posted by henrycortezwu NO[at]SPAM hotmail.com at 6/19/2004 1:20:10 PM
Hi, I've semi-successfully converted my old VB6 project to VB.NET2003
http://wuhenry.beigetower.org/vbVideoInspection.rar ,it is a simple
webcam program that works flawlessly on VB6. Now I'm having
difficulties with the capGetStatus & capDriverGetCaps function to
work, all of the capGetStatus's ... more >>
GDI... how do i clear image..
Posted by Supra at 6/19/2004 12:42:50 PM
Using GDI in vb.net. How do I clear image?
regards,
... more >>
Cannot remember name of tool (mapping?)
Posted by B. Chernick at 6/19/2004 11:40:01 AM
Help me out guys. Most of my work is db-oriented. I am not used to doing graphics.
I remember seeing a demo of a system that allowed the mapping of irregularly shaped areas (hotspots? mapping?) on a static image. These hot spots acted like controls or triggers. I just can't remember which t... more >>
Combo bosx in a datagrid
Posted by Dave at 6/19/2004 11:39:30 AM
I have a combo box in a vb.net datagrid -
only problem is you have to click once to see it - and then click the arrow
to see your choices
I would like combo box to be visible - with the choices selectable when the
users goes to a cell with a combo box.
Anyone have any ideas.
Thanks
... more >>
Avoiding the "valid" callback when a form exits
Posted by Tom at 6/19/2004 11:34:50 AM
I'm making a database input form that has many text boxes
bound to DB fields. I've written a validatedTextBox
class that inherits from textBox but validates the input
data. It does this with code that overrides
the "onValidating" event of textbox.
It all works great except if I exit the... more >>
Best Place to Store Personal Settings
Posted by Marco at 6/19/2004 11:05:30 AM
Hi to All,
I'm developing an application in VB .NET. I have a question: what is the
best place to save personal settings of my users? I mean, when a user uses
my application, it can create a personal profile (e.g. last files opened,
custom settings, etc...). What is the best place to save them... more >>
Cannot execute EXE from .Net
Posted by John F. at 6/19/2004 10:16:01 AM
Here is my code;
Dim psi As New System.Diagnostics.ProcessStartInfo
psi.UseShellExecute = True
psi.FileName = "C:\WinProg.exe"
System.Diagnostics.Process.Start(psi)
Have tested WinProg.exe and works., However, when called from .Net, EXE doesn't execute.
Any help would be appreciated.
... more >>
Manage VB-application through internet
Posted by KS at 6/19/2004 9:50:16 AM
How can I manage my VB.NET-application via the internet ?
Some sample code - please ?
regards
KS, Denmark
... more >>
Get build configuration string (Debug or Release) at run time
Posted by johnwilliams_esquire NO[at]SPAM hotmail.com at 6/19/2004 9:40:53 AM
How can I get the build configuration string (Debug or Release) at run
time?
I currently use the following code to get the version number from the
AssemblyInfo.vb AssemblyVersion attribute, and wonder if there is
something similar for getting the build configuration.
Private Function getApp... more >>
oopsss - sorry
Posted by Ori :) at 6/19/2004 6:40:01 AM
Hey guys,
I submitted a Q few days back about crystal reports chart, when I submitted my question I used the "notify me of replies". I guess there is a problem with that feature, because when I click "post" I got an error message - as if my post could not be sent. So I tried few times again, wh... more >>
problem deserialization serialization
Posted by andreas at 6/19/2004 6:08:56 AM
Hi,
if have a object arrSdList of type SortedList for serialization and
deserialization
there are two subs for doing this
Public Sub deser
Dim Formatter As BinaryFormatter = New BinaryFormatter()
Dim ReadFile As FileStream
ReadFile = File.OpenRead(FilePad)
... more >>
VB.net Progress bar
Posted by yesb via .NET 247 at 6/19/2004 5:51:52 AM
Hi,
VB.NET
I 've a process takes minimum of 20 secs so i want to show progressbar in this meantime.
i kept a progress bar and started timer on button click ,but the progressbar starts echoing after process is completed...
plz help
--------------------------------
From: yesb
------------... more >>
Windows Form Caption
Posted by Ian P at 6/19/2004 3:19:01 AM
Hi
I have a form which is the main form of the project.
It has no controlbox, and the formborder is set to fixedsingle.
The text property is set to blank so that the title bar of th form does not appear - however this alos means that the taskbar icon for the project is blank - is there anyway o... more >>
Shell() using quotes query
Posted by Ken Miller at 6/19/2004 3:04:08 AM
Hi all, I'm very new to vb.net, and was trying to write a wrapper for a
command line utility, the problem being the parameter to be called to it is
a path, and will generally have spaces in it. I've tried various things,
using multiple "'s, Chr$(34)s and its making me mad now :)
TextBox1 is th... more >>
how to find how many days in a month by using sql quiery
Posted by bijujoy_77 NO[at]SPAM rediffmail-dot-com.no-spam.invalid at 6/19/2004 2:30:08 AM
anybody can tell me how to find how many days in a month by using sql
quiery
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
------------------------------------------... more >>
|