User Profile

Collapse

Profile Sidebar

Collapse
shaif
shaif
Last Activity: Jun 18 '10, 10:01 AM
Joined: Mar 18 '08
Location: Australia
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I would like to make [B]setup pakage of .Net in small size

    Dear all, I made a small project by .Net frame work (C#) , now I would like to make setup pakage of .Net for client. When I make setup file by using .net setup system. , It make setup pakage but its too big size of file such as 500MB which is too much to put on web. Is any isea to how to make small size of setup pakage? or any idea that how to I give my project via web? Many thanks in advance.
    See more | Go to post

  • Covert PDF from Excel to specific location by Adobe PDF printer

    Hello Friends, I am facing a problem to create PDF from excel to specific location by using Adobe PDF Printer ib VB.


    I used code:
    Dim xlbook As Excel.Workbook
    .
    .
    .
    .
    xlbook.PrintOut , , 1, 0, "Adobe PDF", True, True, "C:\Test.pd f"

    Its work, But After make PDF I cant open the file , bacuse its say file is damage or corrupted.

    Could any one please...
    See more | Go to post

  • shaif
    replied to Store DWG file in SQL server?
    Hi Deb, I used the thread that you given for that probelm. The Error shows---- Run-time error '91' Object variable or With block variable not set , in SavePicture() line : Rs!logo.AppendC hunk Chunk() ----------

    If you have any sugession please?...
    See more | Go to post

    Leave a comment:


  • shaif
    replied to Store DWG file in SQL server?
    Yes thats right, CK. My question is the source file of image where I can define in this example?...
    See more | Go to post

    Leave a comment:


  • shaif
    replied to Store DWG file in SQL server?
    Hi Deb,

    I checked this example but bit unclear, where i can get the image file? I mean location of file? which avriable contain image? Thx...
    See more | Go to post

    Leave a comment:


  • shaif
    replied to Store DWG file in SQL server?
    Ya it is possible , But requirement is to put CAD file in DB ..........
    See more | Go to post

    Leave a comment:


  • shaif
    started a topic Store DWG file in SQL server?

    Store DWG file in SQL server?

    Hi All, I would like to insert a CAD file in SQL server database. I am using VB with SQL server. If some one can help me out with the idea please , Many thx in advance.
    See more | Go to post

  • shaif
    started a topic How to manage CAD Project ?

    How to manage CAD Project ?

    Dear all, I am confuse to make decision choose the tools to start my new project. Just shortly I explaining please: I am going to design a software for my Co. our all work doing with autoCAD environment. We do bit customization on CAD by using VBA with is really good interfacing with CAD. Now we need to make a CAD LIbrary where user will use from network. I mean Is there any combination of tools to choose for CAD environment in network? we will...
    See more | Go to post

  • shaif
    replied to How to use 2 database in Php?
    in PHP
    I connect with first database & after that I run a query which is getting data by while loop . and inside while loop i need to connect with other database to insert data into second DB. I tried normal connection such as
    [code=php]
    $con = mssql_connect(' localhost','php web','phpweb', 'TG') or die("Error: Could not connect to DB Server"); [/code]

    Is there any way to possibly solusion?...
    See more | Go to post
    Last edited by pbmods; Jul 25 '08, 02:42 AM. Reason: Added CODE tags.

    Leave a comment:


  • shaif
    replied to is php is a right choice to enter IT Field?
    in PHP
    Good question, In Programming life No language is stable However, If u get the basic language and good logic u can peak up any lang such as C.
    See more | Go to post

    Leave a comment:


  • shaif
    started a topic How to use 2 database in Php?
    in PHP

    How to use 2 database in Php?

    Hi all I am doing a module where I need to use 2 database . I start First database and select some data by using while loop. Inside While Lopp I need to open other Second database to insert some data from first BD, If any idea pls provide , I am using Php and SQL server. Many thx.
    See more | Go to post

  • Hi Pbmods, Ya its working how ever , its get only rounded minutes such as 30 mins only if have. But if 00.09 , its cant count. Is there any way to get exact minutes pls?...
    See more | Go to post

    Leave a comment:


  • Php Problem to get hour & minutes from smalldatetime types

    Hi all, I am working on a module of Php project with SQL server. I design a date filed in the table smalldatetime types. I want to get Hour and minutes. I write the code bellow: Its works for hour but not for minutes. pls give me idea if diff way ...... many thx
    [code=php]
    $S= gmdate("H", strtotime($row[2]));
    $Sm= gmdate("m", strtotime($row[2]));[/code]
    See more | Go to post
    Last edited by pbmods; Jul 23 '08, 01:43 AM. Reason: Added CODE tags.

  • Hi Fish,
    Sorry 4 bother u again. Actually I got stack on the query in Big module, If u can help me out to give some idea please. For ur more understanding I giving u real example that where data I need to sort.

    In my table Data : 100 UB * 220* 3, P * 200* 100, X 300* 20, 200 C 100 * 200, D 200 * 900, 600 * 200 J. Its mean all data make by char & number with some special char such as *.

    I want...
    See more | Go to post

    Leave a comment:


  • Hi fish,
    I tried in VB mostly and get syntax error....
    See more | Go to post

    Leave a comment:


  • Hi Fish,
    Many thx for your reply , I got a little syntax error that i applied ur sql in VB with access.

    Code:
    Set Rs = New Recordset
     
    Rs.Open "select * from Material ORDER BY Replace([N], Trim(Str(Val([N]))),"")", Con, adOpenStatic, adLockOptimistic

    I tried diff way to solve it , if it is possible please advise me, again many thx....
    See more | Go to post
    Last edited by Stewart Ross; Jun 9 '08, 09:15 AM. Reason: Added code tags

    Leave a comment:


  • shaif
    started a topic how can get data from table by character order

    how can get data from table by character order

    Hi all, I have a problem with SQL. I using VB with access. the table name T1 and field N as text.

    I do the query "select * from T1 order by N"

    But my data in the field such as 61UD
    72BC
    A200

    so when i apply this query then i get data : in order of above but I want to sort data by charcter...
    See more | Go to post

  • shaif
    replied to Progess ...Message
    Hi Many thx for ur advice, Just I cant understand "ProgressLa bel" how can I get that ? Is this control or ...? if u pls explain me bit more, again Thx....
    See more | Go to post

    Leave a comment:


  • shaif
    started a topic Progess ...Message

    Progess ...Message

    Hi All,
    I have problem with making a Progress Message. I am doing an analysis in mathematical terms whech takes abt mote than 2 mins . so in that time I want to show user a progressbar taht will show the percentage..... .


    how I will do in Loop - vb: such as
    for i=0 to 10000000

    analysis part

    how hoing to put progress message?
    next

    Please provide some idea...
    See more | Go to post

  • shaif
    started a topic Shut Down Computer in VB6

    Shut Down Computer in VB6

    Hi all, I try to shut down computer for security module developemnt. I used the following code, But its doesnt work also no error message come, Could you please clarify whicj way I can proceed? Thx a lot.

    Const EWX_LogOff As Long = 0
    Const EWX_SHUTDOWN = 1
    Const EWX_REBOOT = 2
    Const EWX_FORCE = 4
    Private Declare Function ExitWindows _
    Lib "User32"...
    See more | Go to post
No activity results to display
Show More
Working...