User Profile

Collapse

Profile Sidebar

Collapse
muddasirmunir
muddasirmunir
Last Activity: Feb 12 '16, 07:32 PM
Joined: Jan 14 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • muddasirmunir
    started a topic How to print on small printers

    How to print on small printers

    I want to know how can we give prints using vb6 on very small pritners, like on cash machines usually used by shops or resturants.

    I mean machine like these http://www.shutterstoc k.com/pic-104659109/stock-photo-two-printer-for-fiscal-cash-register-on-a-white-background.html

    You can see the page has very very small width hardly few inches. So how can i made setting on printer
    See more | Go to post

  • Filter Data In vb6 + Crystal Report 10

    I am using vb6 and crystal report 10 (sql server 200 as database) to display record.

    I am using .rpt format for crystal report to display data. I am using net examples I am successfully able to display the data but unable to filter it.

    I want to know what is the syntax,formula for filtering the report using vb6.

    Here is the code I am using to display report.

    Code:
    Public CRReport As New CRAXDRT.Report
    ...
    See more | Go to post

  • muddasirmunir
    started a topic VB6 changing database

    VB6 changing database

    I had created a program using vb6 and SQL Server 2000 as Databae.

    For reporting purpose I had used Data Report and Crystal Report 10.

    My program is working fine and now I want to run more then one company in one computer for which I had to duplicate my database with another name and change my connection name is my vb6 sofware.

    The problem is I had used connection wizard to connect DataReport (DataEnvironmen t)...
    See more | Go to post

  • muddasirmunir
    started a topic VB6 deployment

    VB6 deployment

    I want to know what thing we had do use while deploying our program to another computer if we donot want to install vb6 in client computer.

    I know deployment wizard will do that, but I donot like deployment wizard. I had downloaded some trial version of installers like advacne installer.

    Now, my question is what programe should I add as a prerequest or as a merge moudle so I donot have to install vb6 on my clinet machine...
    See more | Go to post

  • muddasirmunir
    replied to VB6 unable to run script error
    Thanks Guido for you kind help. I had also find this http://tips-testing.blogspot.com/200...indows-xp.html

    Might be this causing the problem. I will try it on my client computer and if it work I will reply on board for other people to take help.
    See more | Go to post

    Leave a comment:


  • muddasirmunir
    replied to VB6 unable to run script error
    I donot know what service pack are installed in my computer and what on my client one? How can I check? I am also thinking that there might be some service pack missing in my client computer? is there any service pack you can name me that help to run vb6 in xp?

    Also, As I had made programe for quiet a long time so I did not excatly remember the reference I used in my programe? but I remeber I had used excel export function and some other...
    See more | Go to post

    Leave a comment:


  • muddasirmunir
    replied to VB6 unable to run script error
    Well, I had first made the application in win xp, then i had buy a laptop with preinstalled win7 so i complete the application in win7.

    Now, when I had just run the application in win xp of my client, I just copied the whole programe with relevent software required but its give me error something like ' Unable to run script'

    There is no where which the program get me point so I can debug the code and I donot think there...
    See more | Go to post

    Leave a comment:


  • muddasirmunir
    started a topic VB6 unable to run script error

    VB6 unable to run script error

    I had a vb6 application, I had once made the application using win7, but now when I try to run the application in win xp (even if i try to run exe or use the run function on vb6 programe to execute code) I am getting error that says something like that

    'Unable to run script'

    What the problem? why that error accrued?
    See more | Go to post

  • muddasirmunir
    started a topic Show Hide MSFlexGrid Row/Column

    Show Hide MSFlexGrid Row/Column

    if we place MSFlexGrid , we can see a grey colour columns and rows (I donot know what actually we call them), after that there are cell which display data.

    On some forms I want to display those grey colour colums and rows and some wont? so my question is which property hides and display both grey colour column and rows?
    See more | Go to post

  • Error: Run time error 13 , Type mismatch

    Please tell me what wrong in that code.

    I had many forms in MDI Child, which i want to adjust height and widht by the use of function. I had made the following function and put in in moudule at start


    Code:
    Public formname1 As Form
    Code:
    Public Function bigformalgfun(formname1 As Form)
    
    formname1.Left = Screen.Width - (Screen.Width - formname1.Width)
    formname1.Top = Screen.Height - (Screen.Height
    ...
    See more | Go to post

  • Deploy software without installing complete software

    I had developed a software using

    VB6 + Crystal Report 10 + SQL Server 2000 (Theren are also few dlls and ocxs of third parties which I used in my vb6 project)

    I know I must had to install SQLServer 2000 on my client machine to run but How can I minimize the installation of vb6. I don't want to use deployment wizard that not looks good.

    What you suggest? what software to use so I can easily deploy my project,...
    See more | Go to post

  • I think the code might work like that

    Code:
    form1.width=whatever
    form1.height=whatever
    
    form1.top=(screen.height-form1.height)/2
    
    form1.left=(screen.width-form1.width)/2
    I am confused, how to control widhth and height
    See more | Go to post

    Leave a comment:


  • muddasirmunir
    started a topic Arrange child form in MDI form

    Arrange child form in MDI form

    Let me try to explain what I want to achieve.

    I had one MDI Form and I had putted child form in that. Now I want to arrange child form in MDI form in such a way that it always expend to such extent that it just left few margin at top,right,left and bottom.

    It might be similar to center form, but it also include height and widht of the form so even if i medium the size of MDI child form auto resize. Just like you can...
    See more | Go to post

  • muddasirmunir
    started a topic How to enlarge Windows 7 Partition

    How to enlarge Windows 7 Partition

    I buy a laptop in which windows7 is already installed , I have around 320 GB hardrive but one paritioned that is c: show only 282 GB in which windows7 is installed and other partinoned d: is showing 2GB.

    Now, as at c: windows is installed so i want to put by data on other pariton but its too small. How can I enlarge my partion d: or create new partitions taking space from c: with out formating my hardrive or disturbing windows install....
    See more | Go to post

  • muddasirmunir
    started a topic How to create first time Windows 7 setup CD

    How to create first time Windows 7 setup CD

    I had just buy a HP Laptop. Shopkeeper told me that this laptop already installed with windows 7 and once you open the laptop then there is option to create a setup file for windows for reinstallation if needed.

    In simple words he told me that laptop already contain windows and there is no CD availble to install window

    Now, I had started my laptop but donot know how to create a setup file for windows 7 ,so i can reinstall...
    See more | Go to post

  • Thanks , i will try to follow you instructions
    See more | Go to post

    Leave a comment:


  • muddasirmunir
    started a topic How to properly charge laptop

    How to properly charge laptop

    I had just purchased an HP laptop. The shopkeeper told me that always cahrge battery when laptop is off because if we charged laptop while running it might heat upto 90% and in off mode it will heat only 30%. Is it true?

    Secondly, He told me that we should always charge battery when it almost finished.

    All both thing true , if so How can many people work about 8 hours a day continioulsy on laptops? should it not heat...
    See more | Go to post

  • Is this possible to connect one company device with other

    We have bought a 2nd hand logitec wireless key board and our connecting devices is of kingston, when we try to connect our device they are not working.

    Is this possible to connect different companies devices or we have to buy the logitec connecting device for it
    See more | Go to post

  • How to email many people but reciever will only get its own email?

    If i want to send mail to more then 1 person I just put commas between each mail , but the problem is every one getting it will get the email of other to whom I also mail.

    So is there any way , i can send mail to many but the receiver will only see the email address of his own not all

    Hope you understand what i mean.
    See more | Go to post

  • Can a standing pc case be put on it's side??

    I have computer CPU Casing in standing style , I want to know if i put my CPU in lying can it affect some things/functions of my computer. I know my cd rom will have some problem as the cd my not sit properly on cd rom but as i donot use it so it wont be any problme but can it create some other problems.
    See more | Go to post
No activity results to display
Show More
Working...