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...
User Profile
Collapse
-
store date value into database (vb.net)
-
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... -
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... -
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 -
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. -
hello... can somebody help me with my problem... please... it important -
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....Leave a comment:
-
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 -
open Microsoft Word read only
how to make open file .doc format from vb.net to Microsoft word just for read only? -
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.Leave a comment:
-
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??Leave a comment:
-
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?? -
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)...Leave a comment:
-
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...Leave a comment:
-
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...
No activity results to display
Show More
Leave a comment: