| Thread | Last Post | Replies |
|
| Latest version for VB.net | 05 Nov 2005 22:40 GMT | 1 |
I have started using a year old version VB.Net Standard Version 2003 recently. I purchase a "how to" book and noticed that the book had several extra object properties displayed in it's version of VB.net than mine. (Example, a panel on a web form didn't display an option to ...
|
| Deleting from text file | 05 Nov 2005 22:39 GMT | 1 |
I'm using the code below to try to delete a name from a list of names in a file. Unfortunately it doesn't quite do what I want it to. Instead of looking for the name in the textbox and deleting that it is just
|
| Sorting data in a text file | 05 Nov 2005 21:06 GMT | 3 |
I'm using a bubble sort to sort data and now need to write that data back to the file it was originally read from. How do I do this? I can show the sorted data in a listbox fine, but can't figure out how to get it back into its orignal file.
|
| How to change pixel colors in PictureBox? | 05 Nov 2005 20:01 GMT | 7 |
I want to be able to change all instances of a specific color in a PictureBox to another color, selected by the user. Also, I'd like to add the ability to change not just one color, but a range of colors, like RGB 0,0,0 thru 10,10,10 to one specific color.
|
| prevent a .vbs file from being read | 05 Nov 2005 19:40 GMT | 9 |
I'd like to distribute a .vbs file to compact and repair a password-secured .mde file. However, I wouldn't want anyone to open up the .vbs file in notepad because that would give away the administrator login and password. Any way to do this?
|
| Get network username - newbie | 05 Nov 2005 19:28 GMT | 3 |
Can some one please show me how to create a form that, once a button is clicked shows the username of the current network user? I have found this a common questino and so have the code to do so but dont know how to write the rest....I am using vb .net and when i drop this text in
|
| VB6: How to compare DATES and return MOST RECENT??? | 05 Nov 2005 19:25 GMT | 3 |
I want to create a VB6 function which will have as in input parameter an array of Dates. I'm going to want the function to look at each Date in the array and return to me only the *most recent* Date. What is the most efficient way to accomplish this in VB6?
|
| public vs global and scoping trouble | 05 Nov 2005 18:52 GMT | 3 |
I've been having trouble with using this Global flag I have (gRecordSaved). It is of type Boolean. I'm using VB 6.3. I have a separate module called modGlobVar to declare all my global
|
| Form paint? | 05 Nov 2005 12:42 GMT | 6 |
I have a popup form that has several textboxes on it. The data is loaded from a recordset. The orgianl data is meteric and I must display it in standard units. No problem. But if the user clicks on the "ok" button, I assume they have changed something and update the record. ...
|
| Separate Double into Bytes | 05 Nov 2005 07:30 GMT | 4 |
How can I separate a Double into 8 seperate bytes. There is info on the HiWord LoWord for Longs but nothing on how to do it with a double.
|
| Why the form position changes? | 04 Nov 2005 23:31 GMT | 9 |
I am trying to debug special situation: My app saves on exit the current position on screen (Me.Left and Me.Top). On startup it reads that data and position itself accordingly. But twice already I had that problem that application did not show itself on
|
| Do Loop error ? | 04 Nov 2005 22:57 GMT | 10 |
I have a Script to copy data from a screen to a Text file, page forward, copy again, etc. Until no more pages. The code works to a point then continues to copy the final page until I shut it down?? Something is wrong in my code.
|
| Loop de Loop | 04 Nov 2005 22:47 GMT | 3 |
Now, I really going nutz. Code: Do EMConnect "A"
|
| Understanding ContextHelpID's......... | 04 Nov 2005 18:07 GMT | 2 |
I have a project where I want to the user to be able to press various "help" command buttons distrubuted throughout my project, and see specific topics in my help file. That part I've got working just fine. I also want the user to be able to press 'F1' from anywhere in the ...
|
| how to show the html code that the WebBrowser wont to save when he | 04 Nov 2005 10:53 GMT | 3 |
how to show the html code that the WebBrowser wont to save when he wont to save html+pictures with the "dialogbox" - before saving. this is the code to open the save "dialogbox" Me.WebBrowser1.ExecWB OLECMDID_SAVEAS, OLECMDEXECOPT_PROMPTUSER, 0, 0
|