I set grid's OleDropMode Property to Manual. When I drag something over the grid, it has the "+" symbol, which looks promising. But when I drop it, it...
Looks like i was wrong Steve I do have some duplicate values in another array that i need to rank. So far I have no luck in getting my code to work the way I...
Good Morning Anthony, Don't recall having coded this situation, and I suspect that it will require some work / code for the FlexGrid Control. Could be wrong...
Hi Vasco, Could not find my trusty API Viewer from the boys over at the ‘All API Team’, so.... Off to Google go I, and I found that we end up at this new...
Good Morning Bertram, Seems a simple request.... Assign the same Rank to equal values. But as we look at the problem we discover that some additional code, and...
Good evening Steve, Your code and explanation helped me out a lot. I tried to get my program to work with your code exactly as you wrote it but I had trouble...
Please forgive the off-topic. Does Visio have anything that is similar to a VB frame in which I can put multiple objects and move the entire frame if needed...
Hi guys I want to disable right click feature of web broswer control. Or replace it with my own pop up menu. How do i do that? sam ... Yahoo! Messenger with...
Not a simple proposition, but here's a link to an article that points you down the path. http://www.vbcity.com/forums/topic.asp?tid=1395 /tr ... replace it...
You can use Java script to do this and it's very easy - but the person can still save the entire page and get all the pictures or whatever - you have test out...
All, As part of an upgrade to my software, I need to have a bit more control over a Dropdown combo box. it may sound corny, but I am trying to eliminate as...
All, I figured out how to do it. At least this is what works :) I added an API Call SendMessageLong in the got focus event. Private Const CB_SHOWDROPDOWN =...
Hello All, When running my project, I'm coming across an error message that I've not seen before. It only seems to occur when I'm attempting to find a date...
Geoff, Bad SQL. Should be more like "Data like '" & g_lngValue & "'" Joe Thank you, Joseph P. Wasko Software Engineer PANNIER CORPORATION Phone: (412)...
Hello Joe, Thanks for this. Whilst this has solved the problem I presented to the group, I now have another problem. When running the program with CTRL+F5 I...
Hi Geoff, ... There are three problems here. The first is that "G_lngValue" is embedded in the string. To pass the actual value of a Visual Basic variable to...
Hello Adelle, Thank you for such a full answer. I'm working with a DOW Access database. I shall read your reply again tomorrow, and see if I can make some...
Great little tutorial Adelle. Many Thanks. Geoff, I woke up on the wrong side of the bed today, so could I take issue with your variable name ? < g > ...
Hi all, Thanks Adella for your help with the "Shell OpenaDocument" problem I was having. It works great!!!!! Thanks again. I am using DataGrid. It is looking...
Trying to help myself here, yet still need help. Would the "HeadClick event" be the way to go? I found this stuff and have tried to plug it in. I get "object...
Hi, ... In this example, "Publishers" is the name of the table. Whether this is applicable to your application will depend on how you have populated the grid...
Hi Joe, I just saw your other e-mail that explained you had solved your problem, but you might want to look at Randy Birch’s web site to see if there is...
Hi all Dudes and Gals. I am new to this group. In fact I am a novice in VB programming also. One of my clients asked me to make VB - Access project with few...
Hi, ... The VB setup wizard replaces some OS-specific files based on the date on the file on the development PC being newer than the one on the User's PC, even...
Ok, this is one of those pesky little things that I cannot remember, and for some reason cannot find anything by searching the web. What is the format for...
What error is thrown? This should work just fine.... Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim...