| Thread | Last Post | Replies |
|
| Shutdown Windows In Visual Basic.Net | 09 Jun 2005 16:21 GMT | 3 |
I am an intermediate visual basic.Net programmer and want to know how to write the code to shutdown windows, irrespective of the version. Your assistance in this regard will be utmost appreciated.
|
| security program from vb to Fortran | 09 Jun 2005 15:58 GMT | 2 |
Duane Bozarth wrote:
> *akayoku wrote: > > > > I'm doing a university project and have faced a problem. |
| Option Button Problem | 09 Jun 2005 15:47 GMT | 14 |
I have a form which has four groups of four option buttons. Each group of fdour option button are placed on a frame, however when I select the bottom group of four option button it automatically selects the top group as well. I have tried re drawing them on the form and copying and ...
|
| How to form XML String in VB ? | 09 Jun 2005 15:34 GMT | 4 |
I need to form a XML string in VB. How do I do this. Should I from a string variable and do a concatenation ? For example I need to form the below input as a XML string. <FCRTXN>
|
| File associations and file loading at startup | 09 Jun 2005 15:33 GMT | 6 |
I need to implement the ability to load a file that is associated with my application, when clicked on. I don't really know the word for this cabability under Windows, if somebody could help me out?
|
| DOS Pipe | 09 Jun 2005 14:58 GMT | 3 |
I try to redirect the output of a DOS Box to a vb TextBox. Therefore I use the CreateProcess method. Nevertheless it fails for unknown reasons. My solution is as follows, perhaps you can see why I am failing. _______________________________
|
| Accelerator Keys | 09 Jun 2005 14:38 GMT | 2 |
I've designed a user control that behaves the same as the standard command button with a few extra features. The only thing that remains is to implement an accelerator key / shortcut key, and to react on the key even if the control does not have the focus.
|
| Which environment? | 09 Jun 2005 10:43 GMT | 4 |
I would like to write an application to do some basic score analysis and produce a neatly formatted report. The data will be either read from an external file, internal table or user input. The data will be checked against hard coded criteria with
|
| popupmenu | 09 Jun 2005 05:06 GMT | 2 |
I have a piece of code that calls a popup menu with start and stop items. It works ok and starts my application going but the next time I right click, to get the popup menu nothing happens, it does not reappear. I do get to the line of code:-
|
| suppress error dialog | 09 Jun 2005 04:47 GMT | 2 |
Is there a way to suppress an error dialog box? If so, would you tell me how? Thanks, Q
|
| More Access Keys | 09 Jun 2005 04:41 GMT | 1 |
First, thanks for all the input in my previous thread. It really helped and I got it working. :) My next issue is this: I have a Preferences dialog with four different pages (frames) of options.
|
| Deleting A Line From A Text File | 09 Jun 2005 02:37 GMT | 2 |
Newbie to VB and I have a question I need to open a text file, read each line, and if I find something in the line, delete that line from the text file. Can anyone tell me how to do this. Some of my code is below:
|
| Sticky windows | 08 Jun 2005 23:36 GMT | 2 |
Has anybody out there seen an implementation or info about implementing sticky windows in VB?
|
| Rows & Columns | 08 Jun 2005 22:43 GMT | 28 |
A general question please: In arrays, why are rows listed first and then columns m(y, x) instead of columns and rows as in Cartesian Coordinate System m(x, y)? Any idea why it might have been designed this way?
|
| reading XML into vb Variables | 08 Jun 2005 22:33 GMT | 5 |
Firstly thanks to all that have helped me over the last few day, im managing to slowly get a grip on whats going on with this project.. I have however come upon yet another stumbling block, the xml file we recieve may or may not have an extra child node.
|