| Thread | Last Post | Replies |
|
| How can I throw out (handle) an ENTER keypress for an AcceptButton? | 27 Oct 2004 16:34 GMT | 12 |
I have noticed that if a user closes a form via pressing return (either while the OK button has focus or if AcceptButton is set to OK for the form) then the "ENTER" keypress event fires ON THE CALLING FORM! This is very bad for me, because in my application, Form1 responds to an ...
|
| DNN & FarPoint Spread for Web... | 27 Oct 2004 16:30 GMT | 1 |
Is it possible to use FarPoit Spread for Web on DotNetNuke platfrom? Can somebody point me to some samples. Any help is greatly appreciated, Leszek
|
| Treeview to behave as a MENU | 27 Oct 2004 16:20 GMT | 1 |
Hello everyone. My name is Iggie. I'm new in vb.net and having a hard time trying to figure out how to accomplish this. I'm trying to use a treeview as menu. How can i tell the treeview to show
|
| protecting login information | 27 Oct 2004 15:43 GMT | 1 |
Right now in order to protect SQL Server login information I have it hard-coded into my application. I don't exactly like that, but I can't figure out a way to store it elsewhere since the application itself has to go find it, with the users credentials. So I was thinking about ...
|
| Best places to put user/application settings? Confused! | 27 Oct 2004 14:55 GMT | 3 |
I'm a bit confused about where to put my program settings. Firstly, I can choose (I suppose) between .ini, .xml or the registry. Which one is best? Secondly, *where* do I place any files I generate on a per-user or
|
| Experts please I need Your help..... | 27 Oct 2004 14:53 GMT | 2 |
I read the articl "using Visual Studio Net 2003 to redistrbuted the Net framework" which is in the msdn library and I applied every step in it to add the Net framework to the setup project: and here what I did:
|
| printing from a label | 27 Oct 2004 14:43 GMT | 1 |
I need to print a list of input from a label. How do I go about coding the printdocument_printpage to look at the text in the label? I have all the e.graphics lines in and it will print the title the date and the time. Thank you.
|
| Treeview | 27 Oct 2004 14:34 GMT | 3 |
I have a menu that is a treeview, and I am using the after select function to open the appropreate form, but once a node is selected, and the form is open, if you want to open a second form from the same node, you have to click another node, then click back on the node to run ...
|
| I want a control of day calendar in ASP.NET | 27 Oct 2004 14:19 GMT | 1 |
Actually i don't where this query has been posted. I want a control like day calendar. I searched in the net for this control in ASP.NET. But i didn't get any solution.
|
| mysql direct | 27 Oct 2004 14:09 GMT | 1 |
Are were any ways to connect to mysql server directly from vb.net? (I mean with libmysql.dll, not with odbc or smth) I've found VBMySQLDirect library, but it is for VB6....
|
| Display 3d Objects in VB? | 27 Oct 2004 14:09 GMT | 4 |
I wanted to write a simple program that can open a simple 3d model (.3ds or other) and display it in a window, alow you to rotate around it. Basically a simple model viewer. The problem is that I don't know where to start. I
|
| What is Create GUID | 27 Oct 2004 13:21 GMT | 6 |
What is Create GUID on menu Tools in vb.net and how can i use it for something . as exsample Brg, TingN@ng
|
| Check Status of Service in VB.Net | 27 Oct 2004 12:49 GMT | 2 |
I have a VB6 app that uses API calls to check that status of certain Services. I am converting this app to VB.Net and wondering how to accomplish this same functionality in VB.Net. Any ideas?
|
| Howto disble beep when enter key pressed | 27 Oct 2004 12:02 GMT | 2 |
I use this code to find a record. I want to beep a sound when no record is found. But even when the record is found, the beep is sounding. What is wrong with the code here Private Sub TextBox1_KeyDown(ByVal sender As Object, ByVal e As
|
| How to Check and Uncheck CheckBox without Raising an Events | 27 Oct 2004 10:03 GMT | 3 |
I have a checkbox, when enable, allows me to proceed with what I like to do. However, I need to check a certain conditions before I allow the checked box to be checked, if condition is not fullfill I need to cancel the Checked State.
|