Topics
-
-
- Administrators
- 2 replies
- 1.6k views
Anybody know how to fix this error: i have created windows application and it has a reference to the .dll of 3rd party software. when i package it for deployment. it seems ok but after installing to other PC is prompted me an error: System.Runtime.InteropService.COMException(0x80040154):Class not registered. when i try to install the 3rd party software my windows application works. Do i need to register .dll and how?
Last reply by jemico, -
-
-
- Administrators
- 3 replies
- 1.2k views
Hello everyone, I'm new to this forum and to be honest a bit new to .net as well. I have small problem, I'm about to write an intranet application which should search our server's hard drive for .doc and .xls files no problem with that. But how to index or search inside .doc or .xls? They have a lot of files with same or very similar names in shared docs on server, it is really a complete mess. Please help Thaks ivan
Last reply by ivan74, -
-
-
- Moderators
- 1 reply
- 895 views
HI! After I install sharepoint on a win 2003 server I get a strange phenomenon. When I type in the IE http://mySharepoint the default page don�t open. But a window come up an tell me: File download�. �Do you want to save this file� Why? But when I type http://mySharepoint/default.aspx everything is ok... the default page come up.. The problem exists only with the default web page where I host my sharepoint. The administration page that is host on http://mySharepoint:3034/ doesn�t has this problem. On the default web page I already set under Document: Enabel Default Documents: to �Default.aspx� What is wrong with my settings? Regards, g…
Last reply by Robby, -
-
- 2 replies
- 983 views
I am trying to do a simple function where I could display image file directly from MYSQL server. The flow of the function would be as below: 1. Select a file using FileField 2. Store the selected file into DB (LongBlob data type) when user wish to view, 3. Read the stored file from Databases 4. Display the file/image directly from the databases without storing a temporarily file in the web server. Please guide me.. thanks...
Last reply by georgepatotk, -
-
- Leaders
- 2 replies
- 1.6k views
I have a question about a if statement below: if statement1 and statement2 then ..... endif IIRC, if statement1 is false, then statement2 will not be evaluated(at least in other language). But in my program, this is not true. Is this normal in VB.NET? :confused:
Last reply by Worrow, -
-
- 3 replies
- 2.2k views
I'm using windows 2000 with excel 2000 SP3, i import the microsoft office 9.0 object library. But when i user your code i receive the error "System.Runtime.InteropServices.COMException (0x80028018): Old format or invalid type library." at those lines like: Excel.Workbooks.Add() also when i use code i find at http://support.microsoft.com/kb/319180/EN-US/ http://support.microsoft.com/default.aspx?scid=kb;en-us;306022 seems like they al use 10.0 object library, but i only have the 9. isn't theire any simple solution to import my datatable or may datagrid to excel? i think i try almost everything. :s does anybody has an idea or some code to create an excelf…
Last reply by techmanbd, -
- 2 replies
- 984 views
Hello, I am using VB.NET and am working within a Windows Form. Within my form i have a web consol where i navigate to a website that contains a web form. I would like to enter data into the form. Currently i use this method which works well: web1.Document.forms("formname").fieldname.value = "testdata" This works well, but my problem is that i am currently working with a web form that has no name, how would i enter data into a web form with no name? I have tried many variations with no success, such as the following: web1.Document.forms("form").fieldname.value = "testdata" web1.Document.forms("").fieldname.value = "testdata" web1.Document.forms().fieldn…
Last reply by nomaam, -
-
- Administrators
- 6 replies
- 2.8k views
When you attach a file to an email, what actually happens? Is the file kept in a temp directory on the server? How come attachment limits are so low?
Last reply by PlausiblyDamp, -
-
- 2 replies
- 984 views
Hi! I am looking for an ASP.NET alternative to gallery.menalto.com. Does anyone know an alternative? regards, gicio
Last reply by patrick24601, -
Guid
by lothos12345-
- Administrators
- 3 replies
- 976 views
What is a GUID and how can I use it to remove "-" for a file name? Any help given is greatly appreciated.
Last reply by HJB417, -
-
- 0 replies
- 1.2k views
Im working on an application that works as a shell to a installed dialer. The dialer uses the key combination ctrl - d to dial a number that is selected and ctrl - h to hang up. The plan is to have buttons instead to send the key combinations. I have tried with the sendkey class but I didn´t get that to work. So are there any other way to send the key combination?
Last reply by patdenim, -
- 1 reply
- 1.8k views
I wanted to make the installation of a desktop link dependent on a condition. So I set the Condition property of the User's Desktop to the CheckBox1Property of my Checkboxes (A) dialog which I added to the Start section right before the Installation Folder dialog (I found an example where it was described that way). BUT it does not work :( ! The condition is ignored. The link is installed anyway. I even set the Transitive property to true, because I made these changes after the first installation of the assembly. Any idea or hint why it doesn't work, or even better, how it is done correctly, is appreciated!
Last reply by APaule, -
- 1 reply
- 800 views
I need to transfer database with data from my development machine to clients machine. how can i run command file of database project out side the vs.net? can any one help please.
Last reply by APaule, -
- 3 replies
- 915 views
Filling a DROPDOWN box Could someone please review my code and tell me why i keep getting an error whilst trying to fill the DROPDOWN box? Thanks. Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'Put user code to initialize the page here Dim MyConnection As String = "Host=grppc03;Database=bobbert::mv2;User Id=magic;PWD=password;" Dim IngresConnection As New IngresConnection(MyConnection) IngresConnection.Open() Dim CmdString As String = "SELECT * FROM adjust_stock_t" Dim IngresCommand As New IngresCommand(CmdString, IngresConnection) Dim dr As IngresDataRe…
Last reply by Jay1b, -
-
- Leaders
- 2 replies
- 670 views
Hi, I am encountering the following error: The code that I am using is: localConnection() 'Open a connection to the database. 'Set-up the command sqlCommand.Connection = conSQL sqlCommand.CommandType = CommandType.Text sqlCommand.CommandText = "SELECT Email_Add FROM Login where Group_HeadID = " + senderID Try getSendersEmail = sqlCommand.ExecuteScalar 'Execute the statement Return getSendersEmail.ToString Catch Finally conSQL.Close() 'Close the database connection. End Try From what I can see, my SQL statement is correct, and the connection is being opened cor…
Last reply by kejpa, -
-
- 3 replies
- 825 views
Can you use the DataGrid control for non-bound data? Eg. Use it like you would a ListBox and add items?
Last reply by jonorossi, -
-
- Administrators
- Leaders
- 23 replies
- 3k views
I'm tired of it. Comparing languages, that is. All the C++ programmers think that VB is the devil, and VB programmers think that C++ is impossibly difficult. Half of these people never even give the other language a chance. I use VB because it suits my needs. Not because C++ scares me. You run into people who will tell you things like C++ is simpler than VB or worse yet that it is better in every way. And its not just C++ programmers ragging on VB programmers. Here, sometimes, it's C# and VB.Net. Elsewhere, its Java and ActiveX. Its PHP and ASP. Its Windows and Linux (well... that one I can kind of see). Each language and platform has its purpose, and it just seems to me …
Last reply by IngisKahn, -
-
- 1 reply
- 1.7k views
was wondering does anyone know how to get the current URL of the web page that is being displayed in the AxWebBrowser??
Last reply by AlexCode, -
- 6 replies
- 985 views
Is there anyway of swaping a form? iv tried: Dim frm As Swap Form2 frm.show() and also frm.swap() anyone got any ideas? thanks
Last reply by AlexCode, -
- 1 reply
- 1.2k views
Hi I need to implement network failure tolerant messaging between two applications that each talk to each other. (Two way dialogue.) It appears that MSMQ works well, but fails if the queue resides on the PC that loses its network connection. Anyone else found this? I guess if that�s the way it works then I just have to follow the rules, but I had hoped to have writes to a local queue and a read from a remote queue at each end. In testing this is clearly faster, although not resilient. Any thoughts anyone? Thanks
Last reply by AlexCode,
-
Who's Online 0 Members, 0 Anonymous, 68 Guests (See full list)
- There are no registered users currently online