VS 2008 : Export Program As VNC Server?
Sep 15, 2010is it possible to build "vnc enabled" programs using .net?The idea would be to allow several threads of some custom program to be controlled by different persons.
View 5 Repliesis it possible to build "vnc enabled" programs using .net?The idea would be to allow several threads of some custom program to be controlled by different persons.
View 5 RepliesI am developing an application using VS 2008/MySql and I am trying to export the crystal report on runtime using my own code. I get an error saying:
Quote:Invalid export DLL or export format.
My code is:[CODE].....
Multi-User Chat Program (Server & Client) with Main Server?
View 1 RepliesI am working with Vb.net 2005 and SQL server. I have a form which has a browse option to find .txt files from my PC and display the path to a text box using the code below; [code]Now, my task is to create a button called "Export" , when clicked this button should read the dataof the text file displayed in TextBox1 and load the data to a database already created table in SQL.
View 15 RepliesI am working with Vb.net 2005 and SQL server. I have a form which has a browse option to find .txt files from my PC and display the path to a text box using the [cod]e...
View 1 Repliesis there a way to export the whole data in one table from sql server 2008 directly using asp.net and vb.net without using datagridview to EXCEL FILE?
View 6 Repliesi want to know how to export sql server 2005 database to access through vb.net coding..no need to select n insert table one by one,just save package...
View 8 RepliesMy application is in VS2008 and coded in Vb.net. I have my database in Sql Server 2005.I have a Database table say Table1 in My Database named Test. Now i want to export the data in Table1 to a MS-Excel(.xls) file on the click of a button. An excel file should be generated after the user clicks on the button and the generated Excel file should have the data that is present in Table1. Can anyone provide me with a link. My code is in Vb.net
View 9 RepliesWhen I try to run a program I've written from a network drive on a windows server 2008 machine it always gives me: Open File - Security Warning The publisher could not be verified. Are you sure you want to run this software? Unknown Publisher This file does not have a valid digital signature that verifies it's publisher.... I need this message gone.
View 2 RepliesBack up my entire database using vb.net. I'm using SQL Server 2008 R2 for my DB.
View 39 RepliesI'm following this example:
[URL]
I've basically converted the classes to VB.Net. Now when it says create an application to call the wrapper class called Program I get lost.
How do I call that class from my application that I want to embed sql server express with?
I have some code that retrieves some data from multiple tables.This works fine.Now I want the data I retrieved to ADD to an excisting table in an Access 2003 DB.
How can I achieve this.I searched this forum and google...without succes :-(
The code I use to retrieve the data from sql server 2005: Dim connection As New SqlConnection(strConnectionStringSQL)
[Code]...
I want to select just the Year from that DOB and display that on a Listbox (or any appropriate interface on a page). We are not using SPs. So I will probably coding SQL directly from the page or using SQL datasource. Using LINQ is alright if that can be done in it
View 4 Replieshow do I deploy a SQL server database program to a machine thats I don't know the name of the machine. tried using "server (local)" but still.
View 6 RepliesI want to create a program using VS2008.
Can I export the program to exe that do not require user to install .net framework?
I am starting design of a program that needs to run no matter if the user is logged in to the PC or not. So I will be writing it as a VB.Net Service.
As I am not overly familiar with SQL Server Express, is it possible to connect to a local SQL Server Express Instance and access the database from a VB.Net Service while the user is not logged in to the PC?
I'm getting a really strange error. I have a program that needs to run a thread on startup, and for some reason when I do myThread.Start() in Form1() it will crash with "program is not working" (But only on Windows Server, not on my local machine!). However, if I put the same code under button1_Start() it works no problem. What gives?
EDIT A little extra information: In my thread I have a line of code that uses invoke
Invoke(new Action(() => richTextBox1.AppendText(string.Format("Updating {0}..
", DateTime.Now))));
And for some reason the crashing goes away after I make the thread sleep for 2 seconds before it starts executing. Am I using the right method to execute code on the app startup?
I am having trouble developing the VB code (syntax) to automate the export a series of tables from a MS Access 2003 database to SAS. This is a process that I can do manually table by table.
View 3 RepliesI am a newbie in the asp.net world.I have any asp.net application where I get data from a stored procedure in a datatable.I would like to populate the data in an HTML table and then export it to excel.
Unfortunately these have to be done the long winded way (each column individually), since the data is modified based on user login credentials, before it is exported to excel. [code]...
I have a text box. and I want to make an editor for it. I want the editor to export a file that the text box will get reference.
Example:I put "Hello!" on my editor then I then it will export a file.now when When I open my program with the text box,The text box should also say "Hello!"
I want to export dataset content using VB in one shot as i'm exporting crystal report
View 1 RepliesI made a simple TCP server (I've found the example on the web) in VB to receive data from about 40 TCP clients.The clients are not synchronized but sends data about every 18 minutes; the problem is sometimes several clients sends data at the same moment, so I can't receive data.I also made a second program that reads the data (server program writes data on a file, read from the second program) scheduled.
My question is this: I've seen on the web examples about Multithreaded Server Socket Program, so I suppose this could manage my 40 clients (but now the clients are syncronized and send data at the same time in client mode) or is better get data (I have a central client that asks data to all 40 devices in server mode)?
Second question: can I make a single program where I run both TCP client and TCP server at the same time?
I have a program that at one point will open word and export some info. That works perfect, however I have just noticed each day I have a number of winwords open (can only see them in task manager so they are hidden). It appears that everytime I start the program it opens a hidden winword session. It has nothing to do with the code I have on the form, it opens before any code I have written is executed.
View 3 RepliesI have been able to export data from a query to the xlsx file..howerver those fields which are currency in my sql server 2005 table are currency are showing up in the spreadsheet as text. The column mappings are correct when I look at it in connection manager.
Also Is there also a way to create a new worksheet each time the export is run or does the file have to be already named?
I am creating a very simple Voting System, that will be use on electing new set of officer in a teacher cooperative...
So I have to create two separate program, a Server Program that will manage all the information in the election and a Client Program where voters will vote their selected candidate...
The election officers wanted that the Server Program will display the Voting Results at real time... So when the Voter finished voting, The Voting Result displayed by the Server Program will also be updated every time the Client Program Insert the data to Database....
An action listener in Server Program that will execute if new data is inserted in a Table in the Database made by the Client Program...
I'm using the TcpClient and TcpListener classes to read/write to the network when a request comes in on port 25. All I'm trying to do at the moment is make it so that my server program can receive SMTP messages from other SMTP servers. I've tested in Telnet - if I connect to my own IP on port 25 and type EHLO, MAIL FROM, RCPT TO, DATA etc then all works as it should and the details I entered are logged by the program (it doesnt do anything about delivering these details/email yet).all looks good... but then when I try and just send an email to my domain from my work account I can see that a connection is made to my program and the string "EHLO workdomain.com " is received by my program - my program responds to the remote SMTP server with "250-mydomain.com Hello" and then a CrLF and then "250-OK". After that point however, my app does not receive anything further at all from the server at work. I'm guessing I am doing something wrong with the data I'm returning when it sends EHLO but can anyone point me in the correct direction?
I was using telnet to test with, it seems that I have made it work only with telnet.In telnet each time I type a key the data is passed to the server, however with a real SMTP server it just sends each entire command in one go. So after altering my server a little I can now get it to respond with the 250-OK which I thought it already was doing.. but it still doesnt work. The remote server just sends EHLO and then thats it nothing more.Something interesting, at the moment I am ending all of my responses to the remote server with VbLf - if I change this to VbCrLf (which is what I believe it is meant to be according to the SMTP standard) then I get an infinite amount of empty strings sent to my program (or perhaps some other character that just shows as an empty string in intellisense when stepping through the code). Changing it back to just vbLf or ControlChars.Lf makes it go back to just sending EHLO and then nothing else..
Dim oExcel As Object
Dim oBook As Object
Dim osheet As Object
[Code].....
I have a table, with 3 fields:
Date / Time
Job
Location
How can create a form with one button, to export my table to the tasks of Microsoft outlook?
Imports System.IO
Imports System.Windows.Forms
Public Class Form1
[Code].....
give detail steps of importing only data from one database to other in SQL 2008
View 3 Replies