Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
T

Tasnim

@Tasnim
About
Posts
28
Topics
20
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Plz help : Unable to Attach Msm file for .net framework
    T Tasnim

    hi,,, When I made setup of Vb.net project, dotnetfxredist_x86_enu.msm is automatically included in the setup project. But when I build project it is giving an error saying " dotNETFXRedist_x86_enu.msm must not be used to redistribute the .NET Framework. Please exclude this merge module." Setup is built, but as it does not include the framework msm file, .net framework doesnt get automatically installed on the system nor does the setup run because framework is not installed. Which is the file to be included so that framework gets installed automatically?? thx, tasnim

    Visual Basic help csharp dotnet question

  • CrystalViewer Formula Field in VB.net
    T Tasnim

    Thanks for your reply, But I am not using any Report Document. I have Crystal Report Viwer object on a form, and i am passing the reportsource through another form. My code is as below. Dim frm As New frm_reportviewer() ''' form which contains crviewer frm.CrViewer.ReportSource = Application.StartupPath & "\reports\rep_EFileStatusReport.rpt" frm.Show() What is the property of CrViewer to pass FormulaFields??? I am not getting it? thanks Tasnim

    Visual Basic csharp tutorial question

  • MDAC Merge Module Installation
    T Tasnim

    hi,, How to automatically install Mdac along with my software ? I have downloaded mergemodules for mdac,but it doesnt work, i.e. its not getting automatically installed... how to do it? thanks tasnim

    Visual Basic tutorial question

  • Deployment of Crystal Report in VB.net(From where shud I get KeyCode)
    T Tasnim

    Hi, I want to deploy Crystal Report with my software. I got registered on the site www.crystaldecisions.com/net/licensing. After deployment it was giving error "Invalid Keycode". When I registered they send me a pdf named net_distribution_license.pdf file. But it does not have any keycode. How shud i proceed? From where to get the key code for crystal report. thanks tasnim.

    Visual Basic csharp com sysadmin help

  • How to retrieve network Drives/All Computers in Network
    T Tasnim

    Hi,,, How shud i retrieve the Mapped Drives and also All the Computers in Network in Vb.net. thanks Tasnim

    Visual Basic csharp sysadmin tutorial

  • CrystalViewer Formula Field in VB.net
    T Tasnim

    hi,,, I want to pass a value in a formula field in my report(Crystal Report 9) through Front-End. I am using CrystalReportViewer. Like in Vb 6.0 we used to write CrystalReport1.formulafields.item("formulaname").text = FormulaValue How to do this using vb.net and Crystalreportviewer??? thx Tasnim:zzz:

    Visual Basic csharp tutorial question

  • ERROR IN SETUP(CANT VIEW CRYSTAL REPORT IN CLIENTS SYSTEM)
    T Tasnim

    Hi ,,, I have made an application which uses CrystalReport 8.5 Viewer(that comes with .net setup). I made a setup so that the client can view the reports. I read in the help file that to include all the files for CrstalDecisions we need to include 3 Msm files i.e. merge modules in the setup. They are MANAGED_ENU.MSM, DATABASE_ACCESS_ENU.MSM, REGWIZ.MSM. I couldnt find MANAGED_ENU.MSM, instead of it I included MANAGED.MSM. I also couldnt find DATABASE_ACCESS_ENU.MSM, instead of it I included DATABASE_ACCESS.MSM. They contain the files needed for CrystalDecisions. But when I included REGWIZ.MSM , it doesnt show me any files in the list(When we see the file list in Mergemodule by including it in the setup). It shows empty list. As per the help file, REGWIZ.MSM contains a file called KEYCODEV2.DLL. But its missing in the MSM FILE. And the error I am getting when I try to open the report at clients place is "INVALID KEY CODE". So where should I find these three files so that I can include it in the project. I searched it on the net but could nt get any of these files. What are the other options for this error??? :zzz: Thanks Tasnim

    Visual Basic help csharp database question workspace

  • Floating point ambiguous errors
    T Tasnim

    Hi, You can try this. Define all the variables as double or type cast it into double and then subtract it. Take the result into a variable which is double. Tasnim

    Visual Basic question help tutorial

  • Default Button in Vb.net
    T Tasnim

    Hi Which property shud i set to make button a default button, so that when it is clicked the event fires automatically. Thanks Tasnim

    Visual Basic csharp

  • How to sort the listview on the basis of the clicked column
    T Tasnim

    Also I want to sort it into descending order if the column is clicked again. How to do it? Thx Tasnim

    Visual Basic tutorial question

  • Directory Permissions in vb.net
    T Tasnim

    hi, Can anyone help me how to set directory permissions on a particular directory and also on the subdirectories and files within that directory. Basically I want to set specific permissions for a Windows Group. Only that group should be able to access that directory and have specific permissions like read, write, add,delete etc. What I did is I made a directory and assigned a particular group to it, i.e. only that group can access the directory on the basis of permissions. Then by using Scripting.FileSystemObject I copied that folder in another drive. But the permissions are not transferred. Even if the permissions are transferred it will be useful to me. Right now I tried on Windows Nt Server 4.0. But I want this to work on Windows 2000 also. Thanks. Tasnim

    Visual Basic csharp sysadmin help tutorial

  • How to sort the listview on the basis of the clicked column
    T Tasnim

    Hi, Thanks a lot, Will try the code and get back to you. Thanks Tasnim.

    Visual Basic tutorial question

  • How to sort the listview on the basis of the clicked column
    T Tasnim

    Ya I read the help but I didnt find any examples related to it. I just came to know that it works with IComparer Interface , but how I didnt get it. Can anyone help me for it? Thanks Tasnim

    Visual Basic tutorial question

  • How to sort the listview on the basis of the clicked column
    T Tasnim

    But how to get it in Vb.net Thanks

    Visual Basic tutorial question

  • How to sort the listview on the basis of the clicked column
    T Tasnim

    Hi, How can we sort the listview on the basis of the clicked column? Thanks Tasnim

    Visual Basic tutorial question

  • Please Help!!! Opening Multiple DataAdapters at same time Gives error
    T Tasnim

    Hi, I am using System.Threading namespace as I want to continuously fetch some data from the server and give some notification to the user. I am using SQlDataAdapter,dataset and sqlcommand to fill multiple tables in the dataset. Along with this I also want the user to do his normal work on the software. At that time if he performs another operation where another Sqldataadapter,dataset and sqlcommand is used it gives error while setting commandtext property in the sqlcommand. the error is "Sql Command is busy fetching data" How to overcome this error? Thanks Tasnim

    Visual Basic help database sysadmin tutorial question

  • Help !!! How to Access MDI form's controls from a child form
    T Tasnim

    I want to access my MDI forms menus from a child form. like I want to enable all the menus in my MDI form(which is a startup form) after the user logs in successfully. How can I access my Mdi forms menus/controls from a child form Thanks tasnim.

    Visual Basic help tutorial question

  • IIS Debugging problem
    T Tasnim

    hi, I installed .net on Windows 2000 Server. While Installing i checked that all the options are ticked. but still I am getting this error : Error while trying to run project: Unable to start debugging on the web server. Server side-error occurred on sending debug HTTP request. Make sure the server is operating correctly. Verify there are no syntax errors in web.config by doing a Debug.Start Without Debugging. You may also want to refer to the ASP.NET and ATL Server debugging topic in the online documentaion. Would you like to disable future attempts to debug ASP.NET pages for this project? Can anyone help me out. Het :) If you have no Conflicts you have got tremendous Energy. ---Het

    System Admin help csharp c++ asp-net sysadmin

  • Asp.net Not Working on Windows Server 2000
    T Tasnim

    hi, I installed .net on Windows 2000 Server. While Installing i checked that all the options are ticked. but still I am getting this error : Error while trying to run project: Unable to start debugging on the web server. Server side-error occurred on sending debug HTTP request. Make sure the server is operating correctly. Verify there are no syntax errors in web.config by doing a Debug.Start Without Debugging. You may also want to refer to the ASP.NET and ATL Server debugging topic in the online documentaion. Would you like to disable future attempts to debug ASP.NET pages for this project? Can anyone help me out.

    ASP.NET help csharp c++ asp-net sysadmin

  • login problem
    T Tasnim

    write this line strpwd= ds.tables(0).columns(0).tostring after you have queried and filled the dataset using data adapter tasnim

    ASP.NET help question database sales tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups