Can anyone help me with this? I have a hex color that I need to convert color in .net.
Here is the color: "DBDBDB"
And I need to set the backcolor of a label to this color.
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi,
A treeview control is populated with data
i.e.:
item1
subitem1
subitem2
...
Not sure why when I click on a subitem, the image changes. There are no events that fire this.
W...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Is there any way you can use the same menu without writing it out on each form?.
cheers
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Does anyone know how to reference a particular column in a list box control and then add stuff to it.
I was looking forward to something like this
Me.lstMylist.Columns("ColumnName"...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
When mouse enters a cell, I need to pop up a form just besides the cell, like, the top left of the form is at the bottom right of the form.
But the following code doesn't work, where the form ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I googled this error and microsoft tells me to download latest service pack, but I am using the latest sp already. what can I do?
I also tried to run it in devc++,
[Linker error] undefined r...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
EDIT: If there's a mod or someone who can edit thread titles, can you please add the word 'DLL' to the end for more clarity?
I'm doing something here that I'm unfamiliar with so I apologise in...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
When creating an If...Then statement, how do I make more than one if?
For example
If TextBox5.Text = "1" OR "2" Then
Do something
End If
I need to m...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
hey all,
i want ur help to determine printer and paper size using vb 6 code when i print a report using crystal report 10, i want to set dot matrix printer "Auto Epson LX-300+" and the...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi everyone.
I have an sql statement which looks fine to me but for some weird reason is not working. When I hit the command button it does not crash or break or throw up an error but for som...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi All
I am developing a Application which work like a translation.
It work well but when it find image it just create image icon
not real image. I am using MSO9.dll for supporting MSWord
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi All
I am developing a Application which work like a translation.
It work well but when it find image it just create image icon
not real image. I am using MSO9.dll for supporting MSWord
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
My datagridview is binded to a binding source.
Then I change a value of a cell in column (c) in the first row, and click other rows.
Then I set the filter of the binding source by the othe...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Is there any way of setting (at design time) different colours for individual items in a combobox? I want to have certain items permenantly shown in a different colour to emphasise key options. A ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I have a project where a Teacher can choose their class from a ComboBox and this is turn selects all the relevant student from an Access Database and displays this along with some extra columns in...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi people,
just a simple question really. I have two textboxes, textbox 2 has a number in there which is taken from a database. In textbox1 I want to input a number, however I want to tak...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I am trying to populate a table in a strongly typed dataset used for the ReportViewer.
I want to read in an XML file which was created manually using ds.WriteXML.
The strongly typed dataset ha...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Are there any other ways of scanning through the registry other than the standard way ?
Or is this limited to VBs performance ?
I see many other non VB applications scan through the regist...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi,
I would like to know how to use DirectX in VB.NET. To be precise I want to know how to draw 2D lines using DirectX in a VB.NET application.
- S.Kannan
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I am designing a program that is supposed to find test examples for a problem according to certain rules. I have a small form with some text boxes for rule input. When a button is pressed this s...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Do somone have a code:
Button1 Click...etc..
check ip code
write IP in textbox 1
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
Hi! Does anyone have snippet on how to rank grade average? the grades will be coming from a table (using sql2005 express)
thanks in advance!
...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
I would like one our applications to run silently, however it usually relies on user interaction to click the task you want to run etc. To complicate matters the tasks communicate with another mac...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
hello,
i wrote the following code for writing to a list box:
// methode for writing to the listbox for logging data strings
void CLauncher1Dlg::MsgLog(CString message)
{
UpdateDa...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine
is there a missing line why the new values were not save to app.config?
vb Code:
<?xml version="1.0" encoding="utf-8" ?><configuration> <appSettings> ...
[Tags: No tags defined yet] - Be the first to Tag this threadAdd TagsCancel
*Note: Tags must be comma (,) seperated. For example: boardtracker, forum search, search engine