|
Are you saying that you didn't get exactly what you wanted? There's tons of examples out there. You take those examples, learn the basic techniques from them, then modify or rewrite the examples to fit your needs.
|
|
|
|
|
|
|
Hi to all,
Could anyone please tell me how (or what is the shortcut) to give the Tab Index for all control in a form in vb.net2005
Thanks in advance
I am a beginner
|
|
|
|
|
Select Tab order from View menu and select controls for desired tab order
|
|
|
|
|
Yeah, it's a bit diff. compared to VB6.
Any suggestions, ideas, or 'constructive criticism' are always welcome.
"There's no such thing as a stupid question, only stupid people." - Mr. Garrison
|
|
|
|
|
Hi,
I need someone to tell me about a free web service to retrieve stock prices and i need some instruction on how to use it in VB.net.
Thanks in advance
|
|
|
|
|
|
Hi,
Canyou be a little more specific please? 
|
|
|
|
|
Enjoy[^]
--edit--
I know, I know, it's C#/ASP.NET and not VB.NET, but the framework is the same.
I are troll
|
|
|
|
|
Nice!
Any suggestions, ideas, or 'constructive criticism' are always welcome.
"There's no such thing as a stupid question, only stupid people." - Mr. Garrison
|
|
|
|
|
|
Hi to all,
I wanted to run my vb exe whenever the system starts up. The idea behind the scene is to "not allow the user to do anything in the system except my own application."(for some security issue). I have made the form maximized, the control buttons are removed, special keys are disabled. Now i should run in system start up.
If I put the exe in startup folder of system, it takes sometime to run. by that time the user is able to do something else in the system. I dont want that to happen too.
So, could you please tell me if there is nay other solution ofr the same,
Thanks in advance
I am a beginner
|
|
|
|
|
Open the registry editor and modify this node;
[HKEY_LOCAL_MACHINE]\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Shell = "C:\calc.exe"
This will launch "C:\Calc.exe" instead of the Windows' Explorer, directly after login. Enjoy
I are troll
|
|
|
|
|
edit the following registry item :
[HKEY_LOCAL_MACHINE]\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\userinit,"C:\Windows\system32\userinit.exe,your application's executable path here"
It will run your program along with login to system.Don't remove C:\Windows\system32\userinit.exe while adding your application's path otherwise your system will no logon.
Gagan
|
|
|
|
|
hi to all
i wanted to know why test dialog doesn't work in vb.net....Do i have to enable somethin?
Thanks in advance
I am a beginner
|
|
|
|
|
What is a test dialog? I dont think any such dialogbox exists.
Time is the best teacher; unfortunately it kills all of its students.
जय हिंद
|
|
|
|
|
no its not a dialog. Its a command. In vb6 you can press cntrl+T to test a form. Doing that you can view the dialog(just the designer, no ovents will get triggered).
In visual studio 2005 also there is a button exist for the same. (right click on the toolbar and select "dialog editing" option). But i dont know how to use it.
I hope now I am clear..
Thanks
I am a beginner
|
|
|
|
|
himangshuS wrote: In vb6 you can press cntrl+T to test a form. Doing that you can view the dialog(just the designer, no ovents will get triggered).
No - CTRL+T in VB6 opens the components dialog which allows you to add controls, designers, etc to the project. The dialog doesn't test anything.
Guessing from your comment you want to add controls to the toolbox in .net. Right click on the toolbox and pick 'Choose Items'.
Any suggestions, ideas, or 'constructive criticism' are always welcome.
"There's no such thing as a stupid question, only stupid people." - Mr. Garrison
|
|
|
|
|
For applications under VB6 and C++/MFC which use the Dialog Editor (rather than WinForms), it was possible in Visual Studio to test out a dialog to preview the dialog using the "Format / Test Dialog..." menu (or by the Ctrl-T accelerator) and then hitting ESC to exit the preview to get back to the dialog editor.
To my knowledge, this functionality is not found in the editor for Windows Forms based applications in Visual Studio.
Has anyone implemented a plug-in or extension to Visual Studio to allow previewing WinForms from the editor?
|
|
|
|
|
Hi to all,
When I create a new form and try to re size the form to 1024,768. It doesn't allow me since my monitor resolution is 1280,720. Is there any way to fix the form(to 1024,768) resolution during the development time?
Reason I want to do that is ::: My exe will run in a computer with resolution 1024,768. Initially for development I was using a monitor with 1024,768....But now,I shifted to 1280,720 and certain control messed up. I cannot use anchor property for all the controls, since I have lots of them.(I have used many panels within the form).
Thanks in advance
|
|
|
|
|
Just type the size you want into the Size property in the Properties window with the Form selected. Visual Studio does not resize forms in your project based on the size of your development machines resolution settings.
himangshuS wrote: I cannot use anchor property for all the controls, since I have lots of them
No excuse. With proper design, this shouldn't be a problem at all. And from the sounds of it, you have way too many controls on a single form to begin with.
|
|
|
|
|
mates,
how to show next record when i click next button. the record is came from database. example the tablerecords has 10 records. it should display 1 record on the form and when i click next button. it will show the next data and so on.. i think its easy but i dont have the logic on that. can you help me. how to approach. note:i've searched already but no match.
thanks.
C# コードMicrosoft End User
2000-2008
「「「「「「「「「「「「「「「「「「「「「「「「「「「「
The best things in life are free
」」」」」」」」」」」」」」」」」」」」」」」」」」」」
|
|
|
|
|
|
hi anyone who can help me out here,urgent help needed.
i have been trying to convert some vb 6 code to vb.net but i keep on getting this error.
unexpected exception occured during upgrade engine operation.Not able to bind to source.(Exception from HRESULT: OX8004000A(OLE_E_CANT_BINDTOSOURCE))
THANK YOU IN ADVANCE
|
|
|
|