all groups > vb.net controls > recent posts
User Control
Posted by Prachi at 3/6/2008 3:21:42 AM
I have written code for creating inherited Control of Combobox.
I want to hide 'DataSource' Property of Combobox.I have used Browsable attribute code to hide it.But Also the Property is seen in designer.What code should i write?
From http://www.developmentnow.com/g/39_0_0_0_0_0/dotnet-language... more >>
RE: Right align text in combobox
Posted by Morgan Gardiner at 11/30/2007 1:07:52 PM
I agree with michel the textalign property would be more useful if it existed. I am also trying to find a way to align text in a combo box.
From http://www.developmentnow.com/g/39_2007_5_0_0_965105/Right-align-text-in-combobox.htm
Posted via DevelopmentNow.com Groups
http://www.developmentnow.co... more >>
HybridControls
Posted by MG at 11/1/2007 12:00:00 AM
Please may i know if i can get a
combination of Picturebox and Richtextbox.
And is there a uniform convention
or Rule for creating Hybrid controls.
to be precise what are the Limitations?
thank you.
... more >>
RE: picturebox locking file (winforms)
Posted by RobKaratzas at 10/29/2007 8:02:00 AM
this was what cause the locking issue (always loaded files from a database
and/or persistence layer).
rob
"RobKaratzas" wrote:
> think I found the source of my issue:
>
> http://support.microsoft.com/default.aspx/kb/309482
>
> will let everyone know once I'm tested
>
> rob
>
>... more >>
RE: picturebox locking file (winforms)
Posted by RobKaratzas at 10/29/2007 6:22:02 AM
think I found the source of my issue:
http://support.microsoft.com/default.aspx/kb/309482
will let everyone know once I'm tested
rob
"RobKaratzas" wrote:
> hi folks
>
> on a winform, I'm loading the standard picturebox control via (something
> like):
>
> _p... more >>
picturebox locking file (winforms)
Posted by RobKaratzas at 10/29/2007 5:52:02 AM
hi folks
on a winform, I'm loading the standard picturebox control via (something
like):
_photoImage = Image.FromFile(uiOpenFileDialog.FileName)
uiPicPic.Image = _photoImage
for some reason, it is creating a lock on the source file. is there a way ... more >>
Re: looping through all controls and sub controls on a form...
Posted by Brendon Bezuidenhout at 10/28/2007 2:52:15 PM
Brad to make it easier for you, try implementing an Interface for all your
controls so that they all have a commonality to work with...
[code]
'Example
Public Interface IMyControl
''' Handles clearing control
Sub ClearControl()
''' Handles returning control value
ReadOnl... more >>
Link textbox1 to filelistbox1??
Posted by Mark Ivey at 10/27/2007 8:26:06 PM
VS.Net 2002 - Visual Basic
I am pretty new to VB in general, and I am having a bit of difficulty
finding the right method or property to link a textbox to a filelistbox.
Here is the scenario...
I have a filelistbox dedicated to a specific directory to display all the
..FMT type files in... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
ReportViewer and dynamic query
Posted by jay at 10/27/2007 7:49:25 PM
I am using strongly typed datasets, so the report viewer works great
with the following code:
Me.ReportViewer1.Reset()
Me.ReportViewer1.LocalReport.DataSources.Clear()
Me.ReportViewer1.ProcessingMode =
Microsoft.Reporting.WinForms.ProcessingMode.Local
Dim newDS As New
Microsoft.Reporting.... more >>
Smart client application
Posted by Deenadhayalan at 10/25/2007 8:19:52 PM
Hi,
We are now taking requirements for an smart client application. The application is basically a planning tool and 6 screens attached to the tow different screen. if user wants he can move the move screens to the other monitors also. If there is change in one screen , the application should val... more >>
Smart client application
Posted by Deenadhayalan at 10/25/2007 8:19:46 PM
Hi,
We are now taking requirements for an smart client application. The application is basically a planning tool and 6 screens attached to the tow different screen. if user wants he can move the move screens to the other monitors also. If there is change in one screen , the application should val... more >>
Spell check for HTML Editor (a wrapper on MSHTML COM component)
Posted by Matrix at 10/25/2007 3:05:28 AM
Hi,
I am trying use HTML Editor (a wrapper on MSHTML COM component) is
there any way I can implement a spell check in this component I want
it should support all facilities available with word like a spell
checker dialog along with wavy lines which should be enabled when any
bad word is typed... more >>
Re: Display Context Menu on DataGridView only when specifc keys are pressed...
Posted by hzgt9b at 10/22/2007 6:36:00 PM
I got this to work by using
Control.ModifierKeys = Keys.Control + Keys.Shift + Keys.Alt
Versus updating a global variable (bCtrl_Alt_Shift) as keys were
pressed.
The new mouse down procedure looks like this:
Private Sub MyDataGridView_MouseDown(ByVal sender As Object, ByVal e
As S... more >>
datagridview problem
Posted by Guy Cohen at 10/22/2007 12:36:02 AM
Hi all
I fill a datagridview manually from a dataset.
The vertical scrollbar size is full (meaning there is not much to scroll)
However there are lots of rows in the grid.
When I go down with the cursor manually (as a user) I get an error :
{"Value of '484' is not valid for 'Value'. 'Value' ... more >>
datagridview problem
Posted by Guy Cohen at 10/22/2007 12:35:01 AM
Hi all
I fill a datagridview manually from a dataset.
The vertical scrollbar size is full (meaning there is not much to scroll)
However there are lots of rows in the grid.
When I go down with the cursor manually (as a user) I get an error :
{"Value of '484' is not valid for 'Value'. 'Value' ... more >>
datagridview problem
Posted by Guy Cohen at 10/22/2007 12:35:00 AM
Hi all
I fill a datagridview manually from a dataset.
The vertical scrollbar size is full (meaning there is not much to scroll)
However there are lots of rows in the grid.
When I go down with the cursor manually (as a user) I get an error :
{"Value of '484' is not valid for 'Value'. 'Value' ... more >>
datagridview problem
Posted by Guy Cohen at 10/22/2007 12:33:00 AM
Hi all
I fill a datagridview manually from a dataset.
The vertical scrollbar size is full (meaning there is not much to scroll)
However there are lots of rows in the grid.
When I go down with the cursor manually (as a user) I get an error :
{"Value of '484' is not valid for 'Value'. 'Value' ... more >>
Display Context Menu on DataGridView only when specifc keys are pressed...
Posted by hzgt9b at 10/21/2007 5:13:46 PM
Using VS2005, VB.NET,
I am developing a windows app that has a DataGridView. I want to
enable the display of a context menu on this DataGridView only when a
specific set of keys is also pressed (like CTRL+ALT+SHIFT). TO this
point I have code that only displays the context menu while keys CTRL
... more >>
Fatloss computer program
Posted by Angel vasquez at 10/15/2007 7:37:11 PM
I have been using this computer program for a couple weeks now and i am very pleased with the results so far. its a software fatloss program, if your looking for a diet/weightloss plan i reccomend you check this place out first: http://fatloss9.50webs.com
... more >>
Re: monthCalendar
Posted by Jan Hyde (VB MVP) at 10/15/2007 12:00:00 AM
"jay" <jjay@hotmail.com>'s wild thoughts were released on
Thu, 27 Sep 2007 18:29:46 -0600 bearing the following fruit:
>I have set the monthCalendar.calendardimensions = 1,3. This displays Sept,
>Oct and Nov, but I would like to display Aug, Sept, and Oct. Is there a
>property that will al... more >>
HP Desktop for sale!
Posted by pbdude at 10/14/2007 4:14:34 AM
Hi,
I have an unused HP Pavilion with the fallowing specs:
# Processor: AMD Athlon 64 X2 4000+ (2.1GHz, 2000MT/s System Bus)
# Memory: 2048MB PC2-5300 DDR2 SDRAM memory (2x1GB) (expandable to 8 GB (4 x 2 GB) (64-bit OS)/ 4 GB (4 x 1 GB) (32-bit OS))
# Hard Drive:320GB 7200RPM SATA 3G (3.0 Gb/s... more >>
Watch NFL Games Online
Posted by Dexter H. at 10/13/2007 10:05:22 PM
Watch NFL Games Online!
For every one who wants to watch the games online because they dont live in the teams town or are at work i found a site that has basically every game covered. Its perfect if you have afford a monthly $70 direct tv nfl access subscription. they got a bunch of channels
The s... more >>
Re: using a treeview control in VB.net 2005
Posted by Eric Moreau at 10/13/2007 9:45:44 AM
Have a look at
http://www.emoreau.com/Entries/Articles/2006/04/The-Treeview-control.aspx
and
http://www.emoreau.com/Entries/Articles/2006/07/The-Treeview-control---Part-2.aspx
--
HTH
Éric Moreau, MCSD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
M... more >>
Re: using a treeview control in VB.net 2005
Posted by yuichiro ochifuji at 10/13/2007 12:00:00 AM
Hi,Brad.
"Brad Pears" wrote in message
news:elO$rMQDIHA.4296@TK2MSFTNGP04.phx.gbl
> Below is very simple code to create a parent-child tree - but what do I
> need to do to create a parent-child-grandchild??
>
> Dim oNode As TreeNode
>
> oNode = trvPostCalc.Nodes.Add("Parent")
>
Dim Chil... more >>
using a treeview control in VB.net 2005
Posted by Brad Pears at 10/12/2007 3:11:35 PM
I am attempting to use the treeview control in vb.net 2005. I can create the
parent and one levell down child nodes for that parent - but that seems to
be as far as I can get.
Can some one post some code for me that will add a parent-child-grandchild
to the tree??
I am looping through pa... more >>
Access like Subforms in VB 2005 express
Posted by Edwin Martinez at 10/9/2007 9:44:44 PM
Hello I have a parent form but I want to create 4 forms that will be shown
in a area inside the parent form when I click to buttons.
+----------------------------+
| Parent Form |
| |
| -------------------- |
| ... more >>
Binay Magics Magic CD/DVD Burner
Posted by gsmithei NO[at]SPAM yahoo.co.uk at 10/4/2007 1:48:13 AM
Dear readers,
I have purchased this component and I would like to suggest you avoid
doing so.
I have attempted to use it for authoring UDF DVDs (as they claim you
can. See "Create 100% UDF compatible Data CDs / DVDs" in the
marketing) but have been unable to do so. I have sent several suppo... more >>
ComboBox in Datagrid
Posted by Paul at 10/1/2007 1:43:00 AM
Hi
I have comboBox within Datagrid, working fine,
But the codes in lostfocus executing only after msgbox was fired, if i
suppress msgbox then rest of code are just being overlooked
Bring some solution pls
thanks
... more >>
Please Reply
Posted by <999> at 9/29/2007 12:54:24 PM
Hello All
I Use The Command Me.ImageList.Add(Image.FromFile(PATH)) To Loed Images To
An ImangeList But The ImageList Dont Save The Images (Delete Them From The
HD Or Change Their Path They WIll Disappear From The Imagelist)
So Please How Can I Save Them (I Must Use The Path)
Thanks For All ... more >>
Please Reply
Posted by <999> at 9/29/2007 12:00:00 AM
Hello All
I Use The Command Me.ImageList.Add(Image.FromFile(PATH)) To Loed Images To
An ImangeList But The ImageList Dont Save The Images (Delete Them From The
HD Or Change Their Path They WIll Disappear From The Imagelist)
So Please How Can I Save Them (I Must Use The Path)
Thanks For All ... more >>
|