all groups > vb.net > march 2005 > threads for saturday march 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
DataGrid OnPaint/? -How Do I Draw A GDI Type Circle On Top Of A DataGrid
Posted by Richard at 3/26/2005 10:33:58 PM
I want to put a GDI type circle on top of my DataGrid (actually I want =
to put GDI colored border around the entire selected row, but if I can =
figure out how to put a circle on top of it I can do the border)=20
=20
My main form uses a MyDataGrid. instance as the folowing code from =
MyDa... more >>
How to find out which file is being accessed via FTP?
Posted by Brett at 3/26/2005 8:58:02 PM
I'd like to create a small client app that sits on a user's computer and
monitors their FTP activity to one certain server. The client app will
update a server app that then distributes this information to all client
apps. This means if 5 people are using the client app and are accessing the... more >>
Locate MessageBox over Window
Posted by Ed Bitzer at 3/26/2005 8:35:00 PM
One option of the messagebox object indicates it can be placed over a
selected window rather than just appearing centered on the desktop. The
function is "Overloads Public Shared Function Show(IWin32Window, String) As
DialogResult"
I have unsuccessfully tried:
///
Dim winhandle as stri... more >>
MaskedEdit Control
Posted by patang at 3/26/2005 8:29:01 PM
I want to restrict users to enter only numbers in a textbox control. I have
written a code in keypress to prevent user to enter other than numeric values.
I have also read many places that I can use MaskedEdit Control. My questions
is why can't I see this control in my Toolbox just like I can... more >>
Shortcut Menu
Posted by patang at 3/26/2005 6:45:02 PM
How do we disable/hide the shortcut menu (Undo, Cut, Copy, Past, Select All)
which pops up when a user right clicks on textbox control ?
... more >>
Closing form...
Posted by Mihailo at 3/26/2005 3:55:48 PM
I have two forms and that forms are connect with one button. When I click on
Button in the first form, the second form will be open. But both form are
open. I want when I click on the button to close first form and to open the
second but I don't know how. If someone can help me I will be very
g... more >>
Friend WithEvents
Posted by hartley_aaron NO[at]SPAM hotmail.com at 3/26/2005 2:31:27 PM
Hi,
What does it mean when VS automatically adds a line like this to code
of my form:
Friend WithEvents Label1 As System.Windows.Forms.Label
Also, I noticed a modifier property for each control and the default is
Friend. When modifier is set to Friend, I can access the control from
anyw... more >>
Error with Custom Control
Posted by Nikolay Petrov at 3/26/2005 2:14:19 PM
I've created a simple custom control with a textbox and buttom on it.
When placed in .htm page an empty box shown in IE.
I've added the site to trusted sites.
still no luck.
any ideas?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to set a tab in a picturebox
Posted by Just Me at 3/26/2005 11:10:50 AM
Using a graphics object to draw a string in a picturebox.
Been looking for a way to set a tab in the picturebox or graphic object and
can not find out how to do that.
Is it possible?
Thanks
... more >>
switchboard
Posted by boyet at 3/26/2005 8:27:02 AM
Hi everyone!
I want to implement a switchboard similar to Access switchboard. But i want
it purely on visual basic 6.
thanks
boyet... more >>
Object reference not set to an instance of an object.
Posted by sista via DotNetMonster.com at 3/26/2005 7:52:05 AM
Wonder why I always got tis error? :(
help....
here's my code in forgot.aspx.vb
------------------------------------------------------------------
Sub lookup_click(ByVal s As Object, ByVal e As EventArgs)
Dim email As String = Request.Form("email")
Dim p As New PartyHouse
... more >>
Turn Off Windows Form DataGrid Selected Row Little Pointer On the Left Of The First Row And the Area It Is In
Posted by Richard at 3/26/2005 12:10:16 AM
DataGrid Row Second Row Selected. How do I not show that blank row with the
>
abc abc abc abc
> abc abc abc abc
abc abc abc abc
abc abc abc abc
abc abc abc abc
xx yyyyyyyyyyyyyy
how do I eliminate that left row above the xx, thusly the > also
... more >>
Help with SendMessage API calls
Posted by Steve at 3/26/2005 12:00:00 AM
Hi all,
Could someone provide a link to working code examples for implementing these
Sendmessage API calls in VB.NET ??
EM_GETLINECOUNT
EM_GETLINE
EM_LINELENGTH
EM_LINEINDEX
I want to use these to get info from a multiline textbox. I can only find
VB6 examples on the net.
thanks i... more >>
|