all groups > vb.net > april 2006 > threads for sunday april 2
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
Suggest a vb.net online tutorial
Posted by dev.amit at 4/2/2006 11:30:47 PM
Hello friends
I have started learning vb.net
I found many vb tutorial but anyone good one for vb.net
If u can suggest a good one then i would be greatful to u?
Thanks
Amit
... more >>
closing a form for mobile application
Posted by Amy at 4/2/2006 10:50:01 PM
Hi,
I'm using vs 2005 to develop a mobile application. I have tried to use a
closing event to pop up a messagebox before close the form. It seems that the
form is hided. And I found out that the messagebox will occure after clinking
the setting -> memory -> application.
Besides, I have t... more >>
Web browser control in VB 2003
Posted by Yuk Tang at 4/2/2006 10:41:55 PM
Another step on the road to enlightenment, aka producing a UI. I've
added a webbrowser control to a form, and I want it to fill the space
of the form. Playing around with docking, left, top, width, height
resolutely refuses to do this, as it remains docked top-left at around
100,100 within... more >>
Com interfaces build in DotNet?
Posted by Chip at 4/2/2006 10:13:29 PM
Hi -
I know that this is a naive newbe question...
But I need to create a DotNet "something" that can be discovered
via a Com interface, and I'm not sure what type of "whatever" I
need to be making (or what to do with it when I'm done)
I have XP Pro and Studio 2005 (so I know this should ... more >>
keep program running
Posted by William LaMartin at 4/2/2006 10:12:02 PM
If I have a Windows application with no form--only a module that starts with
sub main and which has a system timer, in the elapsed event of which I want
to run some code, how can I keep this program from running through the sub
main code and then closing without ever firing the timer?
I ca... more >>
MDI Child Windows Overlapped by control on Parent
Posted by diego at 4/2/2006 9:52:27 PM
Hello everyone.
I have an MDI form (parent) that has a number of controls on it. When I
display MDI child windows, the child windows appear behind the controls
that are on the parent window. How can make it so that the child window
are on top of the controls on the parent window.
Thanks in ... more >>
Exception when closing Word document
Posted by Chris Mahoney at 4/2/2006 7:04:53 PM
Hi
I'm trying to print a Word document from my VB 2005 app, but I'm having
trouble.
Imports Microsoft.Office.Interop
Private oWord As Word.Application
Private WordTemplate As Object = "N:\Checklist.dot"
Public Sub PrintDocument()
Dim oDoc As Word.Document
oWord = New Word.Appli... more >>
VS2005 Xtreme Sample DB install problem
Posted by jgstephe at 4/2/2006 5:54:21 PM
I came across the same problem as Allen (http://groups.google.com/group/microsoft.public.dotnet.languages.vb/browse_thread/thread/c1f4dd7e872b4fe7/dd2160e9c3e69230?q=Xtreme+Sample&rnum=1#dd2160e9c3e69230)
on my Windows XP Pro SP2 system. Running sysinternals' regmon, I found this error:
47... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Formula in a text box
Posted by Brian VanPelt at 4/2/2006 5:07:51 PM
I am not a very experienced VB user, but I was trying to make a form
that a user could input a formula for summation.
For example, I would like the user to input the beginning and end
values of a counter, and also have the user input the formula to be
added up.
More explicitly, suppose a us... more >>
How to force DataGridView to requery?
Posted by Max at 4/2/2006 4:04:01 PM
How do you for the datagridview control to requery the database??
Thanks,
--max... more >>
Force IE Credential Prompt
Posted by Mr. Novice at 4/2/2006 2:06:02 PM
When I would try to connect to a Virtual Server Host's admin page from Win2k
Pro I would be prompted for credentials. Now that my employer has gone to XP
IE goes straight to saying "You are not authorized to view this page" without
givng me the option to supply alternate credentials. I'm launc... more >>
Q: DataGrid Sort
Posted by G .Net at 4/2/2006 12:58:13 PM
Hi
I have a question which I hope you can help with.
I am setting the DataSource of a DataGrid to be a DataView. I am sorting the
DataView by various fields which include a Date.
When I create a new row in the DataGrid and set the date to me within the
current sort range, the newly crea... more >>
stored procedure in VB binding source?
Posted by Joe Befumo at 4/2/2006 12:15:28 PM
I'm using a datagrid, and have it get its data from a stored procedure. =
I've set up a table adaptor and related binding source pointing to my =
stored procedure, but can't figure out how to pass a parameter to the SP =
through the binding source. (I know I could do it by setting up =
connecti... more >>
tdiy html
Posted by gs at 4/2/2006 9:56:00 AM
A naive question. Besides html tidy, is there something in windows Xp or
dotnet I can use to clean up html from the web for parsing or saving as
local html ? I need either OLE, function call or activeX, preferably non
dot net
... more >>
Runas
Posted by Mr. Novice at 4/2/2006 9:41:01 AM
Hello,
I work for a company where the server administrators have two login ID's.
One without admin right that we use to log into our workstations and one with
admin rights that we use to for server administration. A co-worker and I put
together an app in VB.Net that lets us click a button t... more >>
VS.NET Public Namespaces, classes, Function - Conceptual misunderstanding.
Posted by jason NO[at]SPAM cyberpine.com at 4/2/2006 5:40:31 AM
Please pardon my completely lack of understanding on the topic.
I have a website I developed with another developer. We are both far
from experts in VB.NET and OOP. We developed the site WITHOUT VS.NET,
compiling vb.net code into a common dll in the bin directory off the
root of the website. T... more >>
App configuration
Posted by John at 4/2/2006 3:14:30 AM
Hi
How can I store two types of app configurations;
1. All Users: If this can be relatively easily read/modified either by
writing a simple interface or via notepad then that would be great.
2. Specific to each user: This needs to be read and modified by the app.
Thanks
Regards
... more >>
Picturebox
Posted by Paul Hadfield at 4/2/2006 12:26:53 AM
Hi Guys,
Real simple question here I'm sure. I'm trying to display a JPEG in a
picture box (VB.NET 2003).
pb.Image = Image.FromFile("C:\pic.jpg")
Then, later in the program I need to delete the image file from the disk.
pb.Image = Nothing
IO.File.Delete("C:\pic.jpg")
... more >>
|