How do you change datagrid cell color in vb.net compact framework?
Can you?
I know there are examples in .net framework. I need to do it in compact framework. The methods that develope...
Hi,
I got the following code to merge and edit cells in MSFlexgrid. The problem is when I type in the same data in 2 consecutive rows (same column), data are also merged whereas I only want...
Is there a way to change the forecolor of a command button
in VB6?
I want to set the combo box in vb 6.0 in a way where user cannot change the text displayed in this combo..The combo box gets filled up automatically with the data from the database at the runt...
I am curious how to set a vb textbox control so that when the form opens up, the field displays the current date as a default. I need the date to be formatted as MMMM DD, YYYY.
Thanks!
...
I have 10 sets of radio buttons that must be on a VB form. They're just Yes or No buttons. How do I create separate control arrays for each Yes/No pair of buttons? I've run across some article...
Hi,
I'm wanting to cancel the enter keypress on a datagridview. I can get a message box to show when the previewkeydown event gets called but you can't tell the program that the event has b...
Dear Experts,
I have difficulties in Closing WInsock connection.
I can establish a connection to my server (which is a vision controller) via Ethernet. But when I close the application u...
I have a visual basic form with several Yes/No Radio Buttons. I just want to store the value back into my table. Can anyone give me the VB designer code? I don't want to store a null value if ...
Hi all experts,
I'm using webbrowser in my program. I'm looking for a way to save the current web page to htm file without a prompting user for the file path/name.
I tried this code but ...
As the last step of my VB/Excel programming, I select a cell in order to deselect everything else. Is there a command to deselect all cells.
I have created an input form. I have required entry prompts to prevent submission without completion. After the user presses the Submit button I want the user to get a message that states: Th...
I would like to change the font characteristics for the text displayed in a command button and I would like to change the color of the font?
My developers were not consistent when establish...
Hi
I have two ComboBoxes on a form in VB6. The change event in the one works fine
but the otherone doesn't. Is there a property that might prevent this
I am using vb.net
I am developing a program using visual basic project......... smart device application.
I have my data in a dataview.
I would like to filter the data, based on the users...
I have a directory on a share containg Text Files with all of our users log on names, and within the text file is the hostname of the computer they use.
I need to check how many PC's have a...
This could be my first vb6 programming developing an application communicate with hardware. I have a controller generating 1 - 2 line(s) of data from a machine send to a ordinary pc through a ...
In vb.net via visual studio.net. I have a form hosting the webbrowser control. The following dlls are referenced in the project - axshdocvw, shdocvw and mshtml. What I want to do is place ...
Hi,
I'm trying to get a listview control onto a form in VBA (Excel) but the only one I can find doesn't seem to give me the flexibility I need to create a three column list. My question, th...
Hi
Is it possible to use the std webbrowser control to display xml data properly formatted as if it was opened in IE or Firefox etc ?
When I load the xml document to the control all I se...
Hi,
Just a quick question: I have a simple application that gets a file listing from a specified folder. I want to get the folder object so I can get file names etc.
I have added Microsoft...
Is there a way to change the ListView's rowheight. So far the only way I've been able to is change the font size. However I would live to have normal sized fonts with oversize rowheights. ...
(Question re. Excel 2003)
I am just learning how to program and my question is hopefully a simple one for someone with more experience:
When a user selects a certain macro, I would like th...
Hi there
Sorry, i have pretty much no experience in VB so can someone tell me how I can call a method of a usercontrol from a module.
Thanks
AH
Hi everyone!
I have VBScript that I want to change over to VB code so I can make it an executable. I know the code is similar, but there are a few differences and I am lacking VB knowledge. ...