| Thread | Last Post | Replies |
|
| Need help with drag and drop | 14 Aug 2006 23:44 GMT | 1 |
A form I am working with has two halves: on the left is a ListView in Report view containing a few columns of information. On the left is an array of image controls. What I need to do is be able to drag from the ListView to an Image control
|
| numeric value from textbox, val( ) or .value ? | 14 Aug 2006 22:43 GMT | 4 |
When I need a numeric value from a textbox should I do: Val(textbox.Text) or textbox.Value ? Actually, I think that for a textbox .Text and .Value are the same. or if the variable is for example an integer doesn't it matter and could I
|
| Proper declaration and population of an array | 14 Aug 2006 21:43 GMT | 10 |
Here is my code: Dim FileNum As Integer Dim TotalFile As String Dim strControlsNames() As String
|
| Error on Server but not on Local? | 14 Aug 2006 21:23 GMT | 1 |
am using VS.Net 2003 and CR XI .when i bring up the page that shows the report i get this error........when i run it on my local machine (where my VS project is at) What am I missing.....? I am using Windows 2003 Server.
|
| Hiding a form and keeping it from stealing focus | 14 Aug 2006 20:24 GMT | 2 |
I originally posted a question regarding systray code that would not steal focus when minimized to the systray. Testing has convinced me the problem of losing focus may be related more to hiding the form that the systray code.
|
| Sendkeys / keybd_event Suggestion and Help Nneeded | 14 Aug 2006 20:13 GMT | 9 |
I have an app I wrote in VB6. I now want to control it with another VB6 app. I am using this command to launch the child app: CommandLine = "c:\cpv2\cpv2.exe " & "-r=" & strGameName Shell Environ$("comspec") & " /c " & CommandLine, vbHide
|
| Problem with Microsoft Calendar Control 9.0 | 14 Aug 2006 17:05 GMT | 3 |
I have a problem with Calendar.ocx and Visual Basic 6.0 I have a form with two object calendar. In some machines, the two objects display ok, but in another machines, one calendar don't display the numbers of the day but the other display OK. This errors reports in some machines
|
| Select part of text in maskedbox | 14 Aug 2006 16:36 GMT | 4 |
i need to select part of text in maskedbox. (eg) if the cursor is at the end only the last masked part has to be selected any suggestions?
|
| Re-ordering Sequential Text File | 14 Aug 2006 16:24 GMT | 2 |
Is there a way to Append to the beginning of a file? Or if not...is there a way to read only the last 10 entries made? Thanks
|
| Looking for good systray code | 14 Aug 2006 15:42 GMT | 6 |
Please help me find good systray code. I must have looked/tried 20 different versions of systray code and they dont do what I want or have some kind of problem. The one I am using now is working except the code grabs focus from other apps. Not a good thing (got it from Planet ...
|
| Why doesn't this not work?????? | 14 Aug 2006 14:23 GMT | 4 |
Private Type LINKDATA pIcon As StdPicture sLabel As String End Type
|
| Controling the Media Player Control | 14 Aug 2006 13:50 GMT | 1 |
I'm using the msmdx.ocx control to show video. How can i open the video in Fullscreen I didn't find anything for this
|
| Making a form non-moveable | 14 Aug 2006 13:37 GMT | 30 |
I have a simple form (frmA) displayed in front of another form (frmBackground) which is the background form. I don't want the users to be able to move frmA. I tried setting the moveable property of frmA to false and I can still move frmA anywhere I want.
|
| Very Odd Behavior | 14 Aug 2006 13:14 GMT | 15 |
Hi Gang, VB6 SP5 seems to be broken or something. When I step through this code, boolEnabled is True but VB falls into the 'Do this' line. If Not boolIsEnabled Then
|
| Speed up the loading time of a GUI | 14 Aug 2006 09:32 GMT | 9 |
I have a dynamic page in my program that loads survey questions with a text field for the question and up to 10 answer fields inside a panel, each question/answer has a check box to display the answer in the survey or not. Each question will only show one extra text field for
|