DateTimePicker In Visualbasic In Window Form
Aug 17, 2009
how to program the datetimepicker in visual basic windows form such that when the user clicks on a certain date and time, to choose from this date and time TO this date and time then he will be able to view the data from the database within that time frame. I am new to visual basic and have totally no clue as to how to program the control.
View 12 Replies
ADVERTISEMENT
Apr 28, 2011
i need to add vscroll control to a form in VB.net and i need to use it to scroll the form where i need to add more controls in the form where the size of form not able me to add them ? and i need to know how to make the scrolling to show more controls in the form ?
View 1 Replies
Oct 12, 2010
I have create a project with one main form window and also i have to use a number of other forms as well. now i want to open these other forms inside the main window and not outside. I'm using Visual Studio .NET 2010 as developing environment.
View 1 Replies
Mar 11, 2010
i am using Visual Studio 2008 and VB.NET 2008 and SQL Server 2005 as the database. I just finished designing & writing codes for a customer's contract information and , however after it has been connected to the database only one of the datetimepicker can be click, (i put 2 datetimepickers to find date interval) and the rest of the function including in the form are not working! it seems that the form stuck and NOT responding. i cant even close the form using the X button, so i have to stop the process using compiler (visual studio 2008), however if i press the 'Delete' button before the 'Add' button, it will successfully delete the data..
View 4 Replies
Jul 16, 2011
Can we change the style of dtpicker in VB.NET form. i.e. I want to change its style to 2D or When I click in text box then the dtpicker should be open. If it is possible then how can we achieve this.
View 1 Replies
Mar 19, 2012
I have 2 problem, on my "addnew" form i need to filter the datagridview using the datetimepicker(Date) and to sort the "EventDate" column ascending(that column is set as text on my MDB that's why it is sorted alphabetically not by month) and 1 problem on my "em" form when i click on the button("View this Event" ) or double click the selected row in the datagrid the "addnew" form will showup with the selected row in datagridview.
And lastly on the "home" form load when there is a event saved today a msgbox will appear(you have event saved today, do you want to view them) if yes "addnew" form will showup with the selected event in the datagridview.
View 19 Replies
Jun 7, 2010
On form load I set my datetimepicker.value = date.now
It shows up as 6/ 7/2010
I want it as 6/7/2010
How can I get rid of that extra space?
View 2 Replies
Jan 23, 2012
How to catch the event of the window close button(red X button on window right top corner) in wpf form ? We have got the closing event, window unloaded event also, but we want to show a pop up if he clicks the close button of the wpf form.
View 1 Replies
Mar 24, 2011
As Autodesk is going to discontinue VBA for their Inventor product in the near future I have been looking at other ways to run VB.NET in Inventor. To date it doesn't look like VSTA will be the replacement. Automation from an External VB.NET app is certainly possible, but leaves something to be desired for speed and integration. Compiled Add Ins are the Cadillac of choice but can be a royal pain to debug and develop. Autodesk now provides a lightweight VB.NET script interface called iLogic. It's main purpose is to allow extreme customization of Solid Modeling parts. The code actually resides inside the Part Model file.
[Code]...
View 7 Replies
Mar 5, 2009
Iam creating an application. i have a main form it has 5 buttons i have created 5 more forms. my aim is to show a particular form for every button the form is opened in a new window i dont want to open in a new window it should be embed in the main form when i click anthor button it will show the related form in place of previous form
View 2 Replies
Mar 5, 2009
Iam creating an application.i have a main form it has 5 buttons i have created 5 more forms.my aim is to show a particular form for every button the form is opened in a new window i dont want to open in a new window it should be embed in the main form when i click anthor button it will show the related form in place of previous form?
View 1 Replies
Sep 10, 2010
how can I use main form like MDI parent form in window application?
View 1 Replies
Jan 23, 2012
I've given a VisualBasic Software, written in VB5. Now the whole thing should run under Windows 7, so it needs to be converted to VB8 or VB9. It seems that most of the API of VB changed a lot in these years, so for me it seems quite impossible to run just a few code upgrades and everything is fine...
The biggest Problem are Forms. There are a lot of Forms in this Software, which are declared inside .frm files and begin always like this:
[Code]...
It seems for me that this Stuff was generated with an UI-Layouter, so none self written code is in there.Is it possible to run this code in VB8/9 or even rewrite it that VB8/9 understands it? I'm currently very pesimistic and think that the whole software needs to rewritten...
View 1 Replies
Jan 9, 2010
I want to create an app for Windows that displays a graph. I want to plot points on that graph.
I can't find a Toolbox control for this.software developer
View 8 Replies
Aug 24, 2009
I'm developing a new SOA system right now, and would like to use WSDL2.0, but I heard some clients are still connect using VisualBasic and WSDL1.1 (mostly from excel sheets and stuff). So I was wondering if VisualBasic also supports WSDL2.0, or if it's all 1.1
I know WSDL2.0 will work with C#,Java,and most other typical application programming languages, and these languages will be used by most of our clients, but I don't want to alienate our VB users, so that's why I'm asking.
View 2 Replies
Nov 6, 2010
I am almost done cleaning the code. It is a huge project and I only have 35 errors left. I have opened a new thread as this is no longer only about IsNumeric. All errors relate to the following Microsoft.VisualBasic keywords:
InStrRev
InStr
Mid
DateDiff <=== solved date.Subtract(otherDate)
[code]....
View 7 Replies
Jan 18, 2010
is there a way to access Microsoft.VisualBasic.CompilerServices or is it hidden from us.
i was going to play around with some of the classes in this namespace but couldn't find a reference to it.
View 12 Replies
May 15, 2010
If i draw a printform into my form from Visualbsic. poerpacks toll box then i get two errors:Error 1 'PrintForm' is ambiguous in the namespace 'Microsoft.VisualBasic.PowerPacks.Printing'. C:UsersAlvinDocumentsVisual Studio 2008Projects[code]....
When click on this error i Get:
Me.PrintForm1 =
New Microsoft.VisualBasic.PowerPacks.Printing.PrintForm(Me.components)
Second error
Error:PrintForm' is ambiguous in the namespace 'Microsoft.VisualBasic.PowerPacks.Printing'. C:UsersAlvinDocumentsVisual Studio 2008Projects
isskov calculator[code].....
View 2 Replies
May 1, 2006
Can VisualBasic v8 (.NET 2005) send an SMS text message
to a mobile phone# ?Mine's running on Windows server 2003.
View 11 Replies
Aug 22, 2009
I typically develop in C# and am quite accustom to using System.IO. I recently ran across the FileIO library and have found that some of the advantages (such as sending an item to the recycle bin) are quite nice to have. Especially in the program I am currently working on.My question is, Does System.IO out perform the VisualBasic.FileIO?My program I am writing will be copying literally TB's worth of information onto server towers. I want to make sure I do not lose any time due to the library I am using.
View 2 Replies
Jun 7, 2011
I'm converting a python application to VB.net
a = 'abcdef'
b = re.compile('[' + a + ']{3,}$', re.I)
Is it possible to convert it to Visual Basic, if so, can you provide any code?
View 1 Replies
Mar 24, 2010
Is there any official assurance that the Microsoft.VisualBasic namespace will continue to exist in the future?
View 13 Replies
May 24, 2011
I have a method which takes a stored procedure name and a Microsoft.VisualBasic.Collection? I am referencing a vb project in which I have to pass in a collection to this method, but the current project I am in is in c#, so I am unclear what I can pass into the method?
Here is the vb call:
public void CallStoredProc(string spName, Microsoft.VisualBasic.Collection params);
In my c# app, I need to call this an pass in the appropriate c# object to params.
View 3 Replies
Nov 9, 2010
Possible Duplicate: CompilerServices.Operators equivalent on C#
I was looking for Microsoft.CSharp.CompilerServices.Operators but couldn't find it.
View 1 Replies
Apr 26, 2010
I am trying to use my .NET DLL library that is compiled in VIsual Studio 2008 in Linux. Now for that they have this Mono CLI implementation but unfotunately they have not fully implemented Microsoft.VisualBasic library as of yet. So when i try to call certain methods from my DLL i get this error: "Could not load file or assembly 'Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies.".
But not every function in my DLL crashes with this error. I found out that it is because this error only occurs when i use VisualBasic functionality. But the problem is that many things that come from this library are default things that you can do when using VB .NET.
Is there any way i can completely remove VIsualBasic functionality from my code in my DLL library?
I read in another post that setting Option Strict On is a good place to start but i still get the error even after doing that. Additionaly, i have unchecked VisualBasic namespace and removed it from references.
View 2 Replies
Dec 24, 2009
I want to get this Assembly version, I have an old application and lost the source code.
When I try to disassemble with reflect it ask for Microsoft.VisualBasic Version=7.0.3300.0 Where I can find it?
View 2 Replies
Apr 6, 2011
I use VS 2008, .net 3.5, C# projects. I need do the same functionally like Microsoft.VisualBasic.FileIO.File System.DeleteDirectory. Anyone says referencing the Microsoft.VisualBasic is often undesirable from within C#. Any association with VB from within C# code strikes me as undesirable. Using FileSystem class, this is a perfectly fine solution, but I prefer not references Microsoft.VisualBasic library. That one I would avoid.
[code]...
View 4 Replies
Feb 3, 2010
Is a VisualBasic 4-byte single precision floating point variable the same format as Visual-C++ float?
I need to send floating point values from an embedded PowerPC written in gcc C++ to a VisualBasic GUI,and want to first test it by simulating the embedded using Visual-C++.software developer
View 2 Replies
Feb 6, 2012
I've got a .NET solution that I've just upgraded from VS2008 to VS2010. It contains three web projects and two straight VB projects. The web projects all depend on (and have a reference to) one of the VB projects called BusinessLogic.All projects are targeted at .NET 2.0, but VS2010 is raising the following build warning:
The following assembly has dependencies on a version of the .NET Framework that is higher than the target and might not load correctly during runtime causing a failure: BusinessLogic, Version=1.0.4419.22315, Culture=neutral, PublicKeyToken=null. The dependencies are: Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a. You should either ensure that the dependent assembly is correct for the target framework, or ensure that the target framework you are addressing is that of the dependent assembly.
View 1 Replies
Jun 23, 2010
Trying to download framework 2.0 I get the following error (system error 0x80131107) ( error 25015 failed to install assembly
[Code]....
View 1 Replies