| Thread | Last Post | Replies |
|
| Help with Calculating Time | 30 Jun 2005 03:55 GMT | 1 |
I'm learning to program with VB .Net. I'm trying to write a program that will calculate jogging time. I have Text boxes for Distance1, Distance2, Speed1, Speed2, Time1, Time2, and Total Time. For example, say I run 2 miles at 8mph (7:30 minute miles) and 1 mile at 7.5mph (8 ...
|
| Visual Basic 6.0 support | 30 Jun 2005 03:49 GMT | 18 |
I am not sure who this Dan guy is or what he does for a living, but I don't think I have ever run across a man who acts like such a spoiled child. After reading his post, you would think Microsoft or Ballmer himself stole his his wife and raped his dog.
|
| Back to Square 1 -- User Control and GUID problems... | 30 Jun 2005 03:24 GMT | 17 |
I'm really getting grumpy over this ()&*%%$#$%^{!! GUID problems (I know: welcome to DLL Hell). My co-worker is having a problem pulling up a project that has several user controls in it. The error is "<Path\Controlname> could not be loaded -- Continue loading project?" The ...
|
| After creating an OLE server, I can't get focus back to my app | 29 Jun 2005 22:00 GMT | 1 |
I have a VB app that creates an OLE server,i.e. starts an application. This application(VC++) then starts a third program that starts in the System Tray. Afterwards the keyboard focus is in the third programs first edit field. My
|
| IDE | 29 Jun 2005 20:16 GMT | 3 |
under the "Windows" menu, the tile is greyed out" Looks there there is no MDI form in the IDE. All the windows seem to be free floating and not contained Wierd???
|
| "scrrun.dll" language incompatibility? | 29 Jun 2005 19:37 GMT | 1 |
I'm working on a family project; I work in MA, my mom lives (and will use the program) in Mexico. I'm using VB6 SP6. We need to use VB6 to support Win9x computers, which are still widely used in Mexico and therefore essential for us to support.
|
| Buttons / ForeColor Property | 29 Jun 2005 17:51 GMT | 1 |
I have a button that has text on it .. The text is in black, and when the button is selected I want to turn the text to red. In MS Access all you had to do is change the forecolor property, but VB 6
|
| FlexGrid Landscape Printing | 29 Jun 2005 16:32 GMT | 1 |
I am able to print data inside a flexgrid, but i would like to know how you make it landscape automatically without new windows saying would you like it portrait or landscape
|
| Registered Symbol and Trade Mark Symbol in text box | 29 Jun 2005 16:20 GMT | 4 |
I need to be able to type theses symbols directly into a text box. I'm locked into the Garamond font so I can't use a symbol font. Also, I need to store these in a SQL table. When I retrieve from the SQL table will these symbols be in tact? I'm stuck.
|
| Readin an Excel cell | 29 Jun 2005 16:09 GMT | 1 |
I have some code which reads the contents of certain cells in an Excel spreadsheet, but one particular part of data which I want to read through my VB app is the contents of a dropdown list which is on the spreadsheet. Any ideas how I can read the contents of a drop down list on a ...
|
| runtime error 68 device unavailable | 29 Jun 2005 15:19 GMT | 4 |
How do i resolve this I have just copied the project to a new pc and tried to compile and I get the following error runtime error 68 device unavailable
|
| VBclassic petition | 29 Jun 2005 15:08 GMT | 27 |
Like, I guess almost everybody else in this newsgroup, I too signed the petition. I'm just curious... Has there been any response from Microsoft to this initiative? Martin
|
| Passing an Array Name | 29 Jun 2005 14:16 GMT | 4 |
I'm trying to pass an array name to a sub but not having much luck Call GetRecord("dbPartNum", "arPartNumber") ........... Public Sub GetRecord(sTable As String, ArrayName As Variant)
|
| Help : upload file | 29 Jun 2005 13:46 GMT | 2 |
winhttp : I would like to Upload file (xml) as if I sent a form : <form action="URL_page" method="post" enctype="multipart/form-data" name="Form_Export_OFAA"> <input type="file" name="file" value="FILE.xml" >
|
| number format problem | 29 Jun 2005 12:59 GMT | 1 |
i have a small problem My reginal setting are set to swedish from data base i fetch values . following are once they are fetched . a="1.00204053E8"
|