User Profile
Collapse
-
i think using schedule task... -
it is like log file indicate that some records inserted into table or run exe program i choosed.
thank you...Leave a comment:
-
create trigger for insert (SQL Server)
hi
i need to create trigger when insert records in table
for example
when insert records in table then run exe program.
or if any records insert in table i need alert that is record inserting in table.
i hope that is clear.
thank you. -
listener program
hi for every one
i have a visual basic progarm used to examine the files up on the server so that when they reach these files it run Batch program is sending these files to the Mainfarme.
i identified certain time to operate the program through the schedule task, but this may cause a problem because the file may be delayed from reaching the time specified through the schedule task, which I want is a program that running the length... -
thank you , but i use Data Grid to show a view from database
i need to query about some fields
how can i do that ?
thank you .Leave a comment:
-
connect VB with SQL Server !!
hi for every one
i have SQL Server database and i want to connect with visual basic forms
because i want to query about specific data from some tables
and i want to use the forms to do that
1- how can i connect vb with SQL Server?
2- how can i show records for some tables?
for exampl:
i use Data component when i connecting with access and i can see any records from any table in... -
run my prog on server
hi for every one
i want to run my prog on a server but before that i want to check the server is connection or not .
i want to write (batch program) to check the server connection by (ping) statement and the result is writed on (log file) .
and i check the (log file) by my (vb program) to ensure the server is connection or not .
how can i write this patch program?
thank... -
ok i use batch file and after run that it created two files:
1- log file .
2- text file contain some information .
the text file is updated every day by run the batch file
i need to ensure if this text file is updated or not .
note :
if updated the text file ,first line is changed and i want to use it to help me to ensure if text file is updated or not .Leave a comment:
-
compare between two lines from two differnt text file
hi every one
i have text file and it updated every day and i want to copy first line from this file and pasted in new text file to compare between the first line in both text file
what is the code can i use to do this
thank you . -
-
file not find problem
hi for every one
the following statements open txt file and read it :
but if (xx.txt) is deleted the compiler give me :Code:Dim f As Integer f = FreeFile Open App.Path & "\xx.txt" For Input As #f
i want if the program not find file,i want to execute next statement without show error .
what is the code use to ignore that error.... -
how i can check the size of a text file
hi for every one
i want to check the size of a text file and execute some statement dependent on that size ,example :
how i can convert last example to codeCode:if the size of (c:\xx.txt)=0 bytes then msgbox "file is empty"
thank you . -
i want download my prog and run it on any opreating systems
hi for every one
i want to install my program because i want to run it on any computers and any opreating system .
i want to use (Package&Deploy ment wizard) but i do not know how to use it .
thank you . -
error :Method 'DocumentHTML' of object 'IDHTMLEdit' failed
hi for every one
i using program for send e-mail
and i use 'IDHTMLEdit' to load text file with message
but after i load file and run program ,compiler show following messagebox:
Run-time error'-2147418113(8000 ffff)':
Method 'DocumentHTML' of object 'IDHTMLEdit' failed
i want to help me to solve problem because i want to load text file with my message .
... -
thank you but i do not use outlook
i want to attach file with my program that posted in here ....Leave a comment:
-
i use following program to send e-mail but i want to attach file with message :
...Code:Dim Response As String, Reply As Integer, DateNow As String Dim first As String, Second As String, Third As String Dim Fourth As String, Fifth As String, Sixth As String Dim Seventh As String, Eighth As String Dim Start As Single, Tmr As Single Sub SendEmail(MailServerName As String, FromName As
Leave a comment:
-
how attach text file with e-mail ?
hi for every one
i have program using to send e-mail but i want to attach text file with that
e-mail .
how attach text file with e-mail automatically ?
example :
every time send e-mail i want attach text file example : c:\xx.txt .
thank you . -
the problem is the winsock state is every time is close .
and i stop the firewall but i cant running .Leave a comment:
-
mse07 started a topic Trying to send e-mail via Winsock control, state remains CLOSEDin Visual BasicTrying to send e-mail via Winsock control, state remains CLOSED
hi for every one
i have program using to send e-mail
i enter all information to this program put i can not sending from it
please if any one can help me i waiting
note : i write the source code :
...Code:Private Sub Form_Load() cdInsertFile.ShowOpen txtInsertFile.Text = "c:\ReadMe.txt" wsk.Protocol = sckTCPProtocol -
send e-mail using winsock
hi for every one
i have program use to send e-mil using winsock and i try to send e-mail from this program but i failure
i write the code of program in here and i want to help me to solve this problem :
...Code:Private Sub Form_Load() cdInsertFile.ShowOpen txtInsertFile.Text = "c:\ReadMe.txt" wsk.Protocol = sckTCPProtocol wsk.RemoteHost
No activity results to display
Show More
Leave a comment: