Ahmad Khalid Developer Corner
Wednesday, 8 January 2014
Solved :Could not load file or assembly 'file:///C:\Program Files\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet1\crdb_adoplus.dll' or one of its dependencies. The system cannot find the file specified.
›
Please Change your app.config.exe file find that line in your file <!--<startup> <supportedRuntime version="...
Tuesday, 7 January 2014
save yes and no in ultragrid in place y and n in ultragrid column
›
Hi everyone i have that column in ultragrid 1 so i place that code in initialize row event Private Sub UltraGrid1_InitializeRow(sender A...
Wednesday, 21 August 2013
Remove the highlighting from combobox when selected
›
To remove the highlight from a selected item in a combo box: ComboBox1.SelectedIndex = -1
Friday, 14 June 2013
How to make a pop up window in vb.net
›
HI user you can make popup window by writing that piece of code here FrmProviderMedicationsis name of form which you open as pop window ...
Convert String rgb to color IN VB.NET
›
Hi user i solve that problem by using that piece of code .here NOTE_STATUS_COLOUR is string in which color is save i convert into color in...
Thursday, 13 June 2013
disable(readonly) all control of a form(window) from other window in vb.net
›
Hi i made all control except close button disable all read only in this way. my all control in the panel and i disable all that and also ...
Wednesday, 12 June 2013
Prevent From Duplicate Record editing in Ultragrid
›
I Resolve this Problem By using That Type of Check Dim frmdrug As New frmDrugSearch If Cbxprovider.Text = Nothing Then...
›
Home
View web version