| Thread | Last Post | Replies |
|
| SuSE 10.1 | 11 May 2006 01:09 GMT | 1 |
As a newbie I have a few questions about this 10.1 which is being discussed Mainly is it a major upgrade and should I upgrade or stick to 10.0 for the time being?
|
| Location for new form | 10 May 2006 21:38 GMT | 3 |
I looking for place a FORM at specific position, I want double click on OBJ and i need to show a small form at this position to select parameters. Any help, i not found on API.... :-((( Thank's
|
| week no | 10 May 2006 14:38 GMT | 12 |
I need to make a function to calculate the week nr for now, from date 19000101 a easy exmpl. the first week in 19000101 have week nr 0 and so on.....but which
|
| selecting an optimum combination of parts. | 10 May 2006 13:59 GMT | 3 |
I need to solve a problem and any practical assistance would be gratefully received. I have a variable matrix of parts and values (the number of parts and their values varies from situation to situtation) with a sample as
|
| VB6 Trying to Enumerate Sections in an INI file. GetPrivateProfileString(vbNull returns a 1. | 10 May 2006 13:53 GMT | 2 |
OK. I'm stumped. I have an INI file with the content : [Settings]
|
| how to add dynamic command buttons to a SSTab | 10 May 2006 11:18 GMT | 3 |
Dear Friends, I am using SSTab Control. I am adding dynamic tabs to this control. During the same time also adding listboxes and command buttons on the tab. The tabs as are added to the control but the listboxes and
|
| Kill Unattended VB6 Inifinite Loop | 09 May 2006 10:32 GMT | 16 |
I have an .exe I wrote in vb6. It is unattended. I could not create it as a service for various reasons. It runs unattended in the back ground with an infinite loop to ensure it continually queries the necessary components. I need to detect when a windows logoff or
|
| .NET Update | 08 May 2006 17:31 GMT | 2 |
New material / information added http://it-pedia.com http://it-pedia.com/programming/programming-development.htm Discussions Forum, Chat Rooms and lot more http://it-pedia.com
|
| Big text in menu-bar | 08 May 2006 16:33 GMT | 9 |
Last week I installed an application at a new customer. Two of the users there have big characters on their screen. Looks awful. Icons, etc are normal, text is big. In my app. everything is as I made it, except the menu-bars.
|
| Saving Binary File to .txt file | 08 May 2006 08:21 GMT | 2 |
I need to process data in many binary files. If I open the file in Wordpad the data is readable. If I save the file as a Text Document I can process the .txt file in VB via the Open and Line Input commands. I would like to loop through all my binary files and convert them to .txt
|
| Newbie Question about VB programming | 08 May 2006 03:59 GMT | 2 |
Ok, here's what I want to do: I want to make a quiz program that will ask what is the definition for ________. Then allow the user to pick the answer out of 4 choices.
|
| Printer.Backcolor | 07 May 2006 22:41 GMT | 2 |
I am trying to print my MSFlexGrid on paper manually. This is the command I use when I print my grid lines: Printer.ForeColor = &H808080 Printer.Line (vn_X1, vn_Y1)-(vn_X2, vn_Y2) This is the command I use to color a non-white cell:
|
| Lock Option buttons? | 07 May 2006 20:55 GMT | 2 |
I have a fill in form on which the text boxes are locked because I use an Enter form. In this fashion the user does not have to look all over the main form to fill in any of the text boxes. The text boxes display the entered data and cannot be changed without applying the Enter ...
|
| changing values in textboxes | 07 May 2006 12:50 GMT | 5 |
This maybe trivial question, but how can I change values from textbox1 to textbox2 and vice versa? Thanks, Miikka
|
| Object Array Bug | 07 May 2006 10:41 GMT | 3 |
I have my class which I want to make a two-dimensional array of. Public Class SpaceTile Public Shared TileType As Integer Public Shared Planet As Integer
|