User Profile

Collapse

Profile Sidebar

Collapse
taufik
taufik
Last Activity: Feb 28 '08, 12:03 PM
Joined: Aug 22 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • taufik
    started a topic store date value into database (vb.net)
    in .NET

    store date value into database (vb.net)

    Hi,

    I have problem with my simple program. Actually, I try to store date value in form of date format (mm/dd/yyyy). I got message that inform me "number of query values and destination fields are not the same". I provide example coding below to help you all understand. Please help me, it urgent....

    Private Sub Button1_Click(B yVal sender As System.Object, ByVal e As System.EventArg s) Handles Button1.Click...
    See more | Go to post

  • taufik
    started a topic Logon failure: user account restriction.
    in IIS

    Logon failure: user account restriction.

    Hi..

    I install a web base system. I using MSSQL 2000 database and the Driver should be SQL Server. I try run the system but i couldn't open. The message that appear "Logon failure: user account restriction. Possible reasons are blank passwords not allowed, logon hour restrictions, or a policy restriction has been enforced.". Is it IIS problem or Database Driver? Please help me...
    See more | Go to post

  • taufik
    started a topic HTTP 500 - Internal server error Internet Explorer
    in IIS

    HTTP 500 - Internal server error Internet Explorer

    HI guys...

    I create a system using ASP. I create database using Microsoft SQL Server and link both system and database using Canopy Administrator server. I followed the instruction from user manual provided and set up all the requirement needed. After I finished, I start the system. The system came out with no problem where i need to select the database, and it must be follow up with login interface. But, the system not link to the...
    See more | Go to post

  • taufik
    started a topic scan image in PDF format (vb.net)
    in .NET

    scan image in PDF format (vb.net)

    hi...

    I try to make scan function working and save it in PDF format using vb.net. Right now, I be able to scan but the image that i save in PDF format cannot be open. Can somebody help me to solve this problem. This is very important to me.

    Urgent
    See more | Go to post

  • taufik
    started a topic open PDF file (vb.net)
    in .NET

    open PDF file (vb.net)

    hello...

    I have problem to open PDF file using vb.net. Regrading to this problem, can somebody have any ideas to solve this problem? Please I really need this problem settle quickly.
    See more | Go to post

  • taufik
    replied to open Microsoft Word read only
    in .NET
    hello... can somebody help me with my problem... please... it important
    See more | Go to post

    Leave a comment:


  • taufik
    replied to merge two language (vb.net)
    in .NET
    hello...
    so you mean that i able to add new existing project into my existing project.
    ok... but how can i call all function in others existing project since it split into two project? or i need to add something to make the both project can communicate? please... this is very important to me....
    See more | Go to post

    Leave a comment:


  • taufik
    started a topic merge two language (vb.net)
    in .NET

    merge two language (vb.net)

    how to merge to language vb.net and C# in one? i try to merge C# language and vb.net into one project using visual studio 2003. please help me... urgent
    See more | Go to post

  • taufik
    started a topic open Microsoft Word read only
    in .NET

    open Microsoft Word read only

    how to make open file .doc format from vb.net to Microsoft word just for read only?
    See more | Go to post

  • taufik
    replied to open .doc file to microsoft word (vb.net)
    in .NET
    so if i using the coding like below

    System.Diagnost ic.Process.Star t("WINWORD.EXE" ,sFileNameWithF ullPath)

    the sFileNameWithFu llPath need to be declare first. can you give me an example to declare the sFileNameWithFu llPath.
    See more | Go to post

    Leave a comment:


  • taufik
    replied to open .doc file to microsoft word (vb.net)
    in .NET
    yup... actually i want to open the file using the path that store in database. from the vb, i just need to click the path that contain in data grid and open it to Microsoft word. how to make it?? pls help me??
    See more | Go to post

    Leave a comment:


  • taufik
    started a topic open .doc file to microsoft word (vb.net)
    in .NET

    open .doc file to microsoft word (vb.net)

    hi.. i use database access to store the path file in vb.net. actually, from the source path that i store in database, i want to open it in Microsoft word through vb.net. right now, i just be able to create a blank file in Microsoft word through vb.net. can somebody help me??
    See more | Go to post

  • taufik
    replied to copy file (vb.net)
    in .NET
    Private Sub Button4_Click(ByVal sender As System.Object, ByVal e As System.EventArg s) Handles Button4.Click
    OpenFileDialog1 .ShowDialog()
    filePath = OpenFileDialog1 .FileName
    TextBox2.Text = filePath
    End Sub

    * this button for open file dialog where the path are written on the TextBox2.Text

    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArg s)...
    See more | Go to post

    Leave a comment:


  • taufik
    replied to copy file (vb.net)
    in .NET
    ok.... actually textbox1.text and combobox1.text represent folder that i create...
    and textbox2.text is the openFileDialog1 .showDialog() function... from the openFileDialog1 .showDialog() function i want to save the file that selected in textbox2.text to the following input user based on textbox1.text and combobox1.text...

    actually... i can create the folder based on input from user... but i cannot copy the file into the directory...
    See more | Go to post

    Leave a comment:


  • taufik
    started a topic copy file (vb.net)
    in .NET

    copy file (vb.net)

    hi guys... i new person using vb.net
    i have some problem in copy a file into specific directory create by user...
    below is coding that write that may help u all to solve my problem
    [code=vbnet]
    Imports System.IO

    Public Class Form1
    Inherits System.Windows. Forms.Form

    #Region " Windows Form Designer generated code "
    #End Region

    Dim filePath As String...
    See more | Go to post
    Last edited by Frinavale; Aug 23 '07, 07:47 PM. Reason: Added [code] tags to make more legible
No activity results to display
Show More
Working...