Topics
-
- 1 reply
- 1.3k views
I have a web serive which handling some db works between the client and server. It uses one dll inside the Bin folder. Later I added another dll which handling zip file. The name of that dll is Interop.Shell32.dll. Then I tried to run the web service but I got an Error page instead! It says something about Configuration Error and Access is denied. I tried the same web serivce (with new dll)again on another machine and it works just fine. What kind of error is it? Is this has anything to do with Interop.Shell32.dll(the dll I added)? Thanks in adnvance.
Last reply by Gill Bates, -
- 1 reply
- 1.1k views
Is there a way to reboot a machine on my network remotely using vb.net 2005? Thanks, Gary
Last reply by Gill Bates, -
- 1 reply
- 967 views
I'm not sure if this actually goes in this forum, as the part of this subject that I'm inquiring about is not REALLY networking... but it's the closest forum I could find. Anyway, I'm working with this (http://msdn.microsoft.com/workshop/networking/pluggable/overview/appendix_a.asp) I'm struggling to understand how my program can accept the information passed to it from the entered URL. This is one part of C# I'm still learning, I've got the basics down pat. Anyone know the answer? Thanks.
Last reply by Gill Bates, -
- 1 reply
- 2.6k views
Hi guys, I'm starting with VB.NET 2003 (as requested per job's demand). I have a requirement to look for a port and see if it is in use. Do you know of any commands to do that? Should I use some socket native function or what? Thank you Very MUCH!
Last reply by Gill Bates, -
- 1 reply
- 1.8k views
I am needing to write and or find a program that will allow me to connect direct to another computer via the internet via IP In other words... my computer connect to your computer by connecting using IP address as target for computer. I need then once I make this connection be able to tranfer files either direction using this connection. I need from you some direction as to where I can find more info or even software that already does this. vbMarKO
Last reply by Gill Bates, -
- 1 reply
- 3k views
How to download a file using ftp programmatically. I have all files in the database in a binary column. Presently I use web services to download the files. But users are having difficulty when downloading huge file as it is taking much time. So, Is there a way i can download a file from the datbase using ftp. I appreciate any feedback.
Last reply by Gill Bates, -
- 1 reply
- 1k views
I'm busy with an app that can get some information about a CS:S server. http://www.int64.org/docs/gamestat-protocols/source.html Here's a page about the protocol. But, my question is: how can I send the query? do I have to create a byte array with the query? or is there another way?
Last reply by Gill Bates, -
- 2 replies
- 1.2k views
I've been looking into this for a few days. Does anyone know any website that allows you to automatically download their stock data? Or, how would this be feasable ... I'm not quite sure where to look. -The Pentium Guy
Last reply by Gill Bates, -
- 2 replies
- 1.2k views
I'm writing a custom tab control. I'm inheriting from ContainerControl, the problem i'm facing is, during design time when u drag a Panel or any other control into the container, you can select the control inside the container, but when i add the control from within the class that dervies from ContainerControl. The controls cannot be selected during design time, is there any reason, how can i fix this? Thanks.
Last reply by Winston, -
- 2 replies
- 942 views
Gentlemen, I need some guidence on a task I have been given. Is it possible to have a web page display data collected in a database? I have a table collecting real time data from units in the field and would like to display the data in a graph without having to refresh the entire page (something like the task managers graph on the preformance tab). I was thinking I would have to use an activex controls but one of the requirements is not to install anything on the clients computer because security will interfere with that method. Is there any other methods that I can use? Does anyone know of some java sites that have related information?
Last reply by teixeira, -
- 1 reply
- 631 views
I am hoping to find a tutorial that might walk me through this control. Also, one on how to create a Dataset and then use it with the DatagridView. Any ideas, does such a tutorial or info exists? vbMarKO
Last reply by teixeira, -
-
- *Experts*
- 3 replies
- 1.3k views
Please I want know how make barcode reader connenct with my program the code or Idea for code
Last reply by teixeira, -
-
-
- *Experts*
- Leaders
- 3 replies
- 1.5k views
Simply put, I want to make a class with functions that I can run without the need to actually instantiate an instance of the class... Let me explain with an example; given a class FORM1 & RENDER I want to be able to use the functions of class RENDER in class FORM1 without the need to create an instance of RENDER, something like the following (pseudo-code): public class FORM1 { public FORM1() { // See I am using RENDER without creating a RENDER render = new RENDER(), no need for a instance of RENDER RENDER.DRAW(); RENDER.CHANGES(); RENDER.UPATE(); } private void FORM1_Load(object sender, System.EventArgs e) { // See I am using RENDER without creating a R…
Last reply by Nerseus, -
-
-
- Administrators
- Leaders
- 10 replies
- 1.3k views
GRRRRRRRRRRRRRRRRR!!!!!!!!!!!! Im so double minded on whether to go with C++/CLI or C#. I dont know what to do.. :( Any advice guys? Im looking to develop Windows Forms App's with Power and ease. I have C++ Knowledge but seeing that there arent many resources for C++/CLI, im thinking about going with C# like the many C++ Programmers out there who are...Not that i dont like C++/CLI or C++, its just that C# is a "pure" .NET Language and will always be supported by Microsoft.I feel as if im being left out of the crowd by continueing to use C++/CLI because people are going to C# these days..
Last reply by snarfblam, -
-
- 1 reply
- 8.1k views
A little about what I am trying to accomplish I am tyring to do a HttpWebRequest to a company called Paymentech. Here are some of there requirements: It supports one method of communication - HTTPS I will only be doing HTTP POST requests. The web address are as follows. orbitalvar1.paymentech.net/authorize on port 443 Now the XML gateway URL must be accessed using the https protocol. But interfacing to the Orbital Gateway using SSL does not require us to have a certificate. The Orbital Gateway uses a non-authenticated SSL session, meaning the client is not authenticated using a digital certificate as a component of the SSL negotiation. The Orbital Ga…
Last reply by Gill Bates, -
-
- Administrators
- 2 replies
- 822 views
Hi all I am attempting to upload files to a web server in a remote location using the code and steps outlined in the following page: http://support.microsoft.com/default.aspx?scid=kb;en-us;323245. I have tested the code on my local network, and have successfully uploaded files to another computer on which I have just installed iis and asp.net while avoiding any changes to the permissions with the machine and folders. The problem that I am getting is that when I try to upload a file, the code throws an exception, and I get back the error: Any suggestions? Mike55.
Last reply by mike55, -
-
-
- *Experts*
- 17 replies
- 2.2k views
Dear All, I have a serious affliction that I suspect a lot of you must suffer from ... I Never know when to stop developing! As strange as that may sound, I'm being absolutely serious! For instance, because of the nature of a solution I'm working on at the moment, I have decided to implement a home rolled security. I then thought to myself - that's all well and good, and keeps within the scope of the project, but what about look-up codes? So, I implemented a system to get and set look-up codes as classes. My boss then asked one day - so have you applied the security system to the code-lookups? I thought: 'No I haven't - that's a good idea!'. So were born acc…
Last reply by mskeel, -
-
- 0 replies
- 1.1k views
Hi - How can the HeaderRow be null? ShowHeader is set to true, and I can gView.Columns.Add(Col); so gView is definitely there, but I can't GridViewRow gvr = gView.HeaderRow; gvr.Cells[0].Text = "hello"; because it drops out with 'Object reference not set to an instance of an object', because gvr is null How can this be? I've tried to manually instate the HeaderRow, but the property is read-only. Any ideas? Thanks for any help, Graham
Last reply by GrahamRounce, -
- 3 replies
- 2k views
I get the following error: The CLR has been unable to transition from COM context 0x1a01d0 to COM context 0x1a0340 for 60 seconds. The thread that owns the destination context/apartment is most likely either doing a non pumping wait or processing a very long running operation without pumping Windows messages. This situation generally has a negative performance impact and may even lead to the application becoming non responsive or memory usage accumulating continually over time. To avoid this problem, all single threaded apartment (STA) threads should use pumping wait primitives (such as CoWaitForMultipleHandles) and routinely pump messages during long running operation…
Last reply by vbMarkO, -
-
- Administrators
- 2 replies
- 1.4k views
How do I do this... This is what I have but it returns a list of the subdirectories but with the full paths to them as well. All I want is the Subdirectories within a Specific Directory. Dim dirArr() As String = System.IO.Directory.GetDirectories("C:\Visual Studio 2005\Projects\AddressBook\") For Each itm As String In dirArr tsCombo1.Items.Add(itm) Next So, what am I doing wrong? vbMarkO
Last reply by vbMarkO, -
-
Who's Online 0 Members, 0 Anonymous, 56 Guests (See full list)
- There are no registered users currently online