windows forms 2.0 -
i found this weird glitch unless theres something im missing. Say you have a regular old command button (the one thats always in the toolbox) and you put code to hand a right mouse button click in the MouseUp event, that works just fine. But if you use the button from the forms 2.0 library then when you run your program you have to click the button with the left mouse button before the MouseUp event is fired if you click the button with the right mouse button...did i explain ok?
if anybody could help me resolve this actually it would be great. I want to use the forms 2.0 button for its ability to place the graphic anywhere around the button.
Problem with Active X ComboBox -
When I install the software I have the following error when It tries to generate combos dinamically. In my machine it works fine, but when I make the installation project and install it in other machine it happens!!!
System.InvalidOperationException: No se puede obtener el identific
Classic Windows but XP Style forms.... -
Morning guys...
Quick question I really require an answer to...
I have a collection of Windows Forms that I want to display using XP Style...I have included the manifest file for this to occur...
However, the build these forms are being loaded is set to 'windows classic'.
M
Index outside the bounds of array with DataGrid -
Hi everyone.
I have an interesting problem which only makes it harder because I can't reproduce it on my own machine.
Here's what's happening:
The datagrid on the screen gets populated with data.
When the user enters the last column, an error is thrown (index was outside the bo
Windows Services w/ Windows Forms -
Hello.. does anyone have a good tutorial for creating a Windows service that utilized windows forms? I know i downloaded 1 from M$, but I cant find it any more..
thanks,
-mcd
Using Windows forms with web -
Hi
I have designed some windows forms in VB.NET and now I want them to be displayed in web site like when user click a button or any other event.
my forms which I designed in windows open.
How can I accomplish that
Please help
Thank You
[2.0] Type.GetType -
I am trying to get the type of System.Windows.Forms.Application without the reference to System.Windows.Forms.
I googled and people say to try stuff like
Type t = Type.GetType("System.Windows.Forms, System.Windows.Forms.Application",true);
But it throws an exception
Windows Forms -> Web Forms Resources -
I am about to begin translating a large VB.NET project from Windows Forms into Web Forms (ie an online system accessed through a browser). Can anyone please recommend good books/website/other resources to aid in this process?
Also any pointers from more experienced users who have wo
difference between VB forms and Windows forms. -
With the VB.Net thats coming out, it says that they are getting rid of vb forms and using Windows forms instead. Can anyone tell me what the difference is? I'm probably being as thick as a plank, but i need someone to explain it to me in english, not techno geek talk.
Can anyone hel
How to implement Windows forms inheritance -
Looking for sample code how to implement Windows forms inheritance. I downloaded ‘VB.NET - Windows Forms - How-To Inherited Windows Forms’ sample from a Microsoft site, but I want something which is more real.
windows forms -
what's the difference b'ween
file>add new item>windows form
project>add windows forms
Development for Windows and Web Forms -
Hello everybody,
We have to develop an ERP using Windows forms in Visual Basic and Web forms for desktop computers and mobile devices. All the forms, obviously, have to be in those three "different formats", and have to have a similar appearance, or at least, the same cont
ShowDialog Error -
I get the following exception throw when opening a form using ShowDialog. The form has a custom control so not sure what is going on?
System.Runtime.InteropServices.SEHException: External component has thrown an exception.
at System.Windows.Forms.UnsafeNativeMethods.DispatchMess
MSHFlexGrid --> RESOLVED -
i am using an old flexgrid on my application, but it is generating this exception:
System.Runtime.InteropServices.COMException (0x800A7546): Exceção de HRESULT: 0x800A7546.
at MSHierarchicalFlexGridLib.IMSHFlexGrid.set_DataSource(DataSource Data_Source)
at AxMSHierarchical
Need help with my code not working...VB 2008 -
This is what code I have.. This is an internet explorer with a built in calculator and media player... I can't take a screenshot or nothing because I don't know how to make it view the hardware part of it.. like the form and buttons and stuff...
Code:
<Global.Microsoft.Vis
Error in compiling -
hi,
i am trying to use richtextbox class but i am getting this error.
BC30466: Namespace or type 'Form' for the Imports 'System.Windows.Forms' cannot be found
i had imported system.windows.forms and added reference as system.windows.forms.dll. But still i am getting the error.
The XP look for vb -
I dont run XP at work...however I was wondering if it was possible to create my vb forms to look like windows XP forms.
I found a very nice link:
http://www.mvps.org/vbnet/index.html
The link or article you want to click on is:
Making the VB IDE use Windows XP Styles
[02/03] Customizing windows forms code generation process -
How do you customize how Windows Forms generates it's code. The designer generates code, but I now have a custom file-based resource loading mechanism, and I'm tired of Windows Forms editing it out when I make gui changes. How do I change the way it generates code? Can I do this?
Terminate Forms -
Please let me know what's wrong with the following lines of code. I am using this procedure to terminate all forms of the project. This is working fine with Windows XP. But this is not working always in Windows 98, sometimes working and sometimes not working. Please help me to cope up
Operation not allowed by security policy -
Hey all. Quick question.. I am getting this error whenever I try to run this program on the clients machine. On my machine at home it runs fine though. I have been messing with the framwork config tool to no avail.
The program does access a database on a remote server on the do
Imports and Precompilers -
I have a library code module which is 99% not dependent on user interface libraries. Basically it doesn't need Windows.Forms.
But there is a single subroutine, useful in cases where the app in question does have a GUI, that depends on the project referencing Windows.Forms. I don't
Programming Windows Application without using Windows Forms. -
Hi,
Is it Possible that programming Windows Application without using Windows Forms.
Maybe We can draw a control with GDI+ but how events and properties should it be used?
Good Working...
Displaying images in datagrid - Vb.net/Windows Forms -
How do we display images in datagrid control, in Windows Forms (not ASP.Net / Web Forms)?
Looks like we need to derive the datagridcolumnstyle class. Is there any vb.net code to do that?
Help appreciated.
[2005] Publishing project with AxOWC10.AxSpreadsheet -
Hi,
I have created an application (using Visual Studio Express), with one of the forms containing an AxOWC10.AxSpreadsheet control. It works fine on my own machine, and I can publish it using the Publish Wizard, install it on a different machine, and run it. However, when I try to l
windows forms program -
I remember there was some third party company that had this app that you could use in VB to make your forms look really cool (like non standard windows looking).. anyone know the name of that app?
Windows Forms controls -
If I used a Windows Forms control on my web application would the .net framework be required on client machines ?
I am of course assuming that all client machines on the intranet have Windows installed.
Yes you do. Bummer but I should have known that.
TIA
inheritence problem -
Ok here is my problem. If I add a reference to the namespace System.windows.forms to a class do i not have access to the datagrid.hittestinfo?
I have system.windows.forms referenced in my project and i have the line Inherits system.windows.forms at the top of my class.
I want to use
Problem with Disposed objects -
Hey everyone,
I created a program that searches Active Directory. I built the release version and it runs as it should. The problem comes up if I attempt to reopen the search form from the system tray again I get this error.
"Cannot access a disposed object named "Search
Hide ALL forms -
hey me again here, as some of you may know that i am working on and instant messenger, what im trying to do now is hide all the forms now, for example, i hit F9 all the forms will now be hidden meaning all the IM windows and the main window, and if i hit it again, all the forms will be
VB.Net 2.0 DoEvents -
I have an old Class I wrote in VS 2003 and I had a line that said System.Windows.Forms.Application.DoEvents(). When I try to add that line in a class in VS 2005 I get an error saying that Windows is not a memeber of System. Also, the intelisense does not have Windows showing up when
Cursor.show() problem -
Hey. Without giving lots of code I'll explain the problem.
Windows.Forms.Cursor.Hide()
Windows.Forms.Cursor.Clip = Me.RectangleToScreen(New Rectangle(Me.PictureBox1.Location, Me.PictureBox1.Size))
That hides and clips the cursor fine. That is at the start of a timer loop btw. S
gridview error! -
this is an interesting one which im trying to track down.
Basically there is a custom gridview created in this .NET 2.0 winforms app. All works great. Now the problem is, when the user goes from standard input controls (textbox/drop down list/numeric list) and clicks on the gridview
Using form that calls a subroutine -
Hi,
I am calling a sub from inside a form. Inside the sub, I need to manipulate the form that called it, which could be any of about 10 forms.
My code in the form is as follows:
Call ExtractReporting("Extracting customer data...", Me.Name)
and any code in the sub
help with MDI forms -
I'm working on fixing the interface for one of my programs. I want to try using MDI forms, but I've never done this before. I want to have a menu at the top but it seems that I can only get the menus of the child windows. Also, is it possible to make dockable windows? I want the in
How to reference a control from another form -
Hi all,
I have a checkbox cboxProcessRet in my VB.NET windows application's main.vb as following, so how can I use reference this checkbox in moduleA.vb?
I want to use it in a function in the module, it said cboxProcessRet is not declared
(If cboxProcessRet.Checked = True )
Convert VB forms to PowerBuilder windows -
I am working on a new project. It is most probably a VB application.
Now, I draw VB forms without any coding. Then the development job will be done by Vendor. Vendor add program code on my forms. But, the Vendor is still not sure whether they will use VB or PowerBuilder at this mo
[1.0/1.1] System.Runtime.InteropServices.SEHException -
My clients IT department suddenly and without warning upgraded all their machines to Windows XP from Windows 2000.
This has stopped the application we have written for them working after over a year of (relatively) trouble free use.
The error is occurring whenever a dialog window
Forms.NativeWindow.DebuggableCallback -
Can anyone tell me what:
Forms.NativeWindow.DebuggableCallback
Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPu shMessageLoop
means?
Com Interop DLL cannot be found by VB.NET DLL -
Hi Gurus!
I wrote a UserControl in VB.NET and placed the generated DLL on a iis 6 webserver. I embeded it with the object tag in a website and the communication to functions and propertys in the vb.net control works great.
As A reference I added the COM component UIRESOURCELib.d
from windows forms to web forms -
hey guys,
i am new in here, this is my 1st post.
i am also new in the vb and vb.net stuff...
basically my background in programming is all the way Java...
i still have one more semester to get my BS in computer science.
i got a summer job but the thing is that i have to use vb.n
Need help publishing project -
I published my project without any problem. I went to a different computer and from the URL I installed it no problem. However, when I run the program I get an error. I think the error is because I reference an image in the code...
mGraphic.DrawImage(New Bitmap("c:\\images\righ