| Thread | Last Post | Replies |
|
| MSFlexGrid entry errors | 30 Sep 2007 15:20 GMT | 6 |
What can I add to allow the user to makes corrections to the entries of a FlexGrid? Assume I have a grid with 50 rows and ten columns and the fifth row has an error in the third column. It has 1357 entered and the number should be 1267. Thank you, Jim Y
|
| Dragdrop and control arrays | 30 Sep 2007 10:05 GMT | 1 |
I have a controy array A B C D E . I want to drag B to the right so that each succeeding letter go 1 place to left and if i drag D to left each letter i drag over will go 1 place to the right. My problem is how do i determine for the inside letters (B C D) the direction of the
|
| Invoking a PDF | 30 Sep 2007 06:03 GMT | 8 |
Hello ... my Dad is dabbling in VB & has a question about invoking a PDF (to display a help file or manual). Myself, I don't know VB - but I *do* know how to post to a NG <g>. If anyone has a solution, I would pass it on with appreciation. Thanks! - Tim
|
| Visual Studio Error R6034 when using Transaction Scope with File System and MySQL | 29 Sep 2007 19:08 GMT | 1 |
Very weird; I lost a day worth of work because of this problem. I have an ASP.NET application written in VB that is using MySQL database. Shortly, a page creates a Customer record in the database and if successful, creates a directory on the web server. I was using
|
| VB 6.0 with MSXML2.DOMDocument; How to access apache http with credentials | 29 Sep 2007 01:44 GMT | 3 |
I have two applications, one using VB.net and one using VB 6.0. To http access a protected apache server with VB.Net, I do: public string CreateRequestURL(string baseURL) {
|
| Interprocess communications (across a network). [Long] | 27 Sep 2007 21:04 GMT | 8 |
Hello all again. I'd like some opinions on a program design. I'm creating a new program that will watch other (existing) programs running on a separate server, on the same network, although physically many
|
| The use of scale when making af 2D plot | 27 Sep 2007 18:58 GMT | 2 |
I'm trying to draw a simple 2D graph (tried MSChart and it doesn't do the trick for me) using simple line-commands. The graph is 470x470 pixels and has top left corner in (104,24) pixels on my form. I thought pixels would be nice to use as scalemode as its
|
| exe compression, crunch and alternatives | 26 Sep 2007 16:42 GMT | 2 |
For a number of years, I have used Crunch V2 to compress VB6 executables. Sadly, I can't find the makers anymore - which is a problem as it is tied to a specific hard disk, which I have just updated - so no Crunch
|
| xxx.vshost.exe consuming massive memory | 26 Sep 2007 12:25 GMT | 1 |
I have a application written in VB using VS2005 SP1. The application has been running extremely well for about a year now when suddenly I started receiving "OutOfMemory" exceptions on startup. What I have also seen is that while debugging the application, massive amounts of ...
|
| MsgBox clears Err | 26 Sep 2007 04:04 GMT | 5 |
Hello vb6 programmers. I discovered a curious behavior of obviously the 'MsgBox' function that I cannot explain. In my application there is an error handler procedures that handles
|
| Question about viewing binary files | 25 Sep 2007 17:45 GMT | 1 |
I dont know if this is the right group to be asking this but VB is the only language I can write even a little bit of. I am an industrial chemist so a lot of the machines that I work with are quite old. One in paticular spits out data as a binary file that is incomprehensible
|
| Convert subroutine | 25 Sep 2007 16:09 GMT | 1 |
I have a subroutine I need to convert from vb.net 2005 to visual C++ ( .net 2005) The function only allows specific characters to be typed into a textbox. the backspace and 0 -9.
|
| VB Array Structures | 24 Sep 2007 21:56 GMT | 3 |
If I were to create a VB array out of just using characters, chr(), how would I go about doing that? In other words, if I did not have access to the Array function, but I needed to create a VB Array, could that be done just through building a string of characters? Thanks.
|
| Checkmark in Grid. | 23 Sep 2007 21:11 GMT | 3 |
Is it possible to present a Checkmark in a cell of the MSHFlexGrid? I now use a bold "v", but I'm sure there is a Chr$(...) for it.
|
| Tooltip | 23 Sep 2007 00:12 GMT | 1 |
I've a problem. When I assign a Tooltip to a Label everything is Ok unless I draw the form on my second monitor. When done this, the tooltip is not shown besides the mousecursor but
|