HI,
I have recently switched from VBA to VB in VS2008 and am wondering to know if I can configure a combo box so that it is not limited to the items of it's bounded data source.
It would be also cool if there is a way to automatically add the new data ( which is not already in the list) to the...
Hi,
What I need to know is the first event which is executing right after I click the X but in my form's control box.
Here is the whole story:
I get the following error message when Clicking on X but of its control box:
System.ArgumentException: DataGridViewComboBoxCell value is not valid.
I...
Hi,
What I need to know is the first event which is executing right after I click the X but in my form's control box.
Here is the whole story:
I get the following error message when Clicking on X but of its control box:
System.ArgumentException: DataGridViewComboBoxCell value is not valid.
I...
Hi everyone,
I don't know what I have done to my form, but suddenly it started to show the "System.Data.DataRowView" on all bounded text boxes instead of the real values.
Any comment will be appreciated.
by the way, I am using VS2008
Hi everyone,
I don't know what I have done to my form, but suddenly it started to show the "System.Data.DataRowView" on all bounded text boxes instead of the real values.
Please let me know any comment.
by the way, I am using VS2008
Hi,
I can not set the default value of a checkbox to False on my form. it should be very simple, but I can not figure it out.
What I have done is that I added the following codes in the Addingnew procedure of my form's bindingsource.
Private Sub Tbl1BindingSource_AddingNew(ByVal sender As...
Hi,
How can I specify a default value for a textbox control in VS2008?
I can not find the "Default" property in the Control's property list.
Anny comment?
Thanks
Hi,
Please let me know how can I pass e variable to a Filter string in VB (VS2008).
I tried the following, based on what I used to do in VBA but it does not work.
'Me.SpecTypeBindingSource.Filter = "CPTypeID=" & MyVar
Hi everyone,
I am new in SQL, and Visual Studio 2008, I am following the "Walkthrough: Creating a Simple Data Application" at the end I modify some records and save them before closing my application form. but when I re-execute my application, all modifications are gone, seems like the changes...
Hi everyone,
I am new in SQL, and Visual Studio 2008, I am following the "Walkthrough: Creating a Simple Data Application" at the end I modify some records and save them before closing my application form. but when I re-execute my application, all modifications are gone, seems like the changes...
Hi everyone,
I am new in SQL, and Visual Studio 2008, I am following the "Walkthrough: Creating a Simple Data Application" at the end I modify some records and save them before closing my application form. but when I re-execute my application, all modifications are gone, seems like the changes...
Hi everyone,
I wonder to know if it is possible to make an interactive dialog box using VBScrip, so the user can enter one or more information that I need to combine them to create a folder?
Hi everyone,
I am quite a beginner in VB.net with some experience in VBA.
Please let me know how I can open a form by adding codes to the click event-handler of a control.
I used to do it by "DoCmd.OpenForm ( form name) in VBA.
Thanks,
Kia
Hi All,
Please let me know how I can add a subform with multyrecord view to a main form in VB.net (Visual studion 2008).
I used to do it easily in MSACCESS and VBA.
Hi I get the following error message while I try to debug a WCF liberary service, it happens when WCF test client window pops up.
Error:
"SVCUtil.exe-Entry point not found
The procedure entry poin_Except_handler4_common could not be located in dynamic link liberary msvcrt.dll"
OS: Win XP...
Hi everyone,
Please let me know if there is a way to open an access database from a VBS. I have to pass the workgroup, User Name and Password to be able to open my DB.
Thanks,
Kia
Hi,
I have a table of x and y values that I want to show them in a X-Y graph inside an access form.
Pivot table is not giving me the right XY presentation and always adds the sum of all X and all Y values to the chart and gives me one point as Sum of X and the second point as Sum of Y.
What I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.