Rob Culhane. Silverlight 3: Slideshow. CS Rocks. This is a slideshow that works in a Silverlight 3 UserControl. Indoor Weather Station using Arduino. A complete weather station using Arduino and Visual Basic. Enhanced CollectionEditor Framework.
An easy to use, customizable Collection Editor; with inheritance support. Genetic Algorithm in VisualBasic. Dirk Bahle. Jochen Baier. Addin to navigate in your code using the thumb buttons of your mouse. Mahsa Hassankashi. Net Part 3 of n. Dirk Bahle, Alaa Ben Fatma. Interactive Design Time Control Overlays to make editing custom controls easier. Rene Bustos. Duncan Edwards Jones. Part 2 in the series showing how to write a debugger in VB.
TreeView Explorer using VB. Manoj K Bhoir. Lightswitch Job Hunter Application. Job application tracker for those out of work built using Visual Studio Lightswitch How to take a screenshot of a Windows form and then print it. UPnP code for Windows 8. Automatic port forwarding for your UPnP enabled router.
Len Holgate. The component may be useful if you need to communicate from VB using Mailslots. WatiN Test Recorder. Automate web test recording into C , VB. Multi-Threaded Game Server Browser. A project that allows users to query Source and Half-Life-based master servers and individual servers.
Embedded Controls in HMIs. Mathematical method of S-system equation to simulate a biochemical network system. Magic Blocks game tutorial. Magic blocks -Simple logical game tutorial.
Abhishek Sur. A very simple, XAML-based month-view calendar that shows appointments, exposes events, and allows dragging appointments in the current month. Razi Syed. Easily bind a class to. TexasQuest v. Terence Wallace. TexasQuest is a 2D side scroller platform game similiar to Super Mario. NET Webform Generator. When supplied with a connection string and table name, this tool will read the field data types and create asp controls for you to copy and paste in your own project.
Unfortunately, since Dec. What languages come to mind? Bet you didn't think Visual Basic. Exposing tabular data from your COM object - Part 2. Using Nhibernate in VB.
Implementation Nhibernate concept in VB. This is yet another example for memory mapped files. Sound in games - Rooms. How to calculate a reverbration time in a room. NET Class Method. Kerem Guemruekcue. This short article shows how to use an undocumented internal class method from the System. Win32InterOp namespace to get a PE images manifest resource. Migration - Strategy Game. NET implemenation of using delegates and threading for game loops.
Understand Yield and IEnumerable C ". State Machine - State Pattern vs. Classic Approach. State pattern and procedural solution illustrated. Net, Part 2: IOS switch. Snesh Prajapati. Kuv Patel. Hiske Bekkering. A simple explanation of how to synchronize custom painting with a ProgressBar's default painting. Run all rules for all accounts on all messages; also useful as Outlook Rule debug tool. UpdaterApp - a Library for Easy Update.
William Costa Rodrigues. This article explains an easy method to download and update your WinForms application. Securing Your. Hisham Abdullah Bin Ateya. Querying a family tree in LINQ fashion.
Black-Oil MSV. Amir Emamjomeh. This application integrates modification, simulation and visualization of Black-Oil model of hydrocarbon reservoirs. Genetic algorithm to solve 2D Mazes in Visual Basic. Emiliano Musso. How to apply GA techniques fo solving problems in VB. The example shows how to create solutions for a 2D maze, which will evolve to find the shortest path between two points. Steve Aube 1. Setting up a simple log4net log manager class handling multi appenders and auto zip capability.
How-to setup log4net logging tool, create different objects configured to store their own logs in their own log directory and zip older logs. Kourosh K Tari. In this article I will show you how to update WebBrowser control to use the latest installed browser on the host machine. Paradox to SQL Server. If you use the CodeDOM, here's an indispensable package to make it awesome. Net Part 6 of n. Color Scale Filter. Grayscale and color scale filters. The Amazingly Forgotten 2-Way.
Quick Attach to Process by Macro. Martin Hinshelwood. Microsoft Office Version Detector. This is an alternative for "Microsoft Office Version Detector". FoxTools Screen Shooter. Capture screen, edit, and send images to the Internet. Sleeper Optional Parameter Expression in VisualBasic.
Tiny Weather. David Vanson. A weather application for the current conditions in your area. NET pages let you upload, delete and browse files in a folder. Table Football Game Tutorial. Simple game "table football", you can easily create and play with your friends and family.
Modal Analysis of Plane Truss using Python. Bhairav Thakkar. Basic modal analysis for dynamic response of structures in Python. Net Part 5 of n. How to draw muliline formatted text on a System. Graphics object. Konstantin Boukreev. Handling connection notification between a desktop machine and Windows CE based devices.
This article describes how to get notification when a Windows CE based device is connected or disconnected from a desktop machine. Description of the DevCom framework and sample usage. A fast way to display the details of all PSTs currently loaded into Outlook. Simple Network Programming. A simple way to do network programming. Giving a web page user regular indication of the progress of a server task.
Wordnet Rightfully Transmogrified. Jim Meadors. Finnaly with some Regex Fixing and Alpha of Alphas in identing! Puzzle Square. The goal of the program was to make things simple yet easy to understand and quickly changeable based on future ideas.
A study of. NET Parallel Class in solving a system of linear equations using bi-conjugate gradient stabilized method. Jalapeno Bob. Using NDepend to Understand Complicated. NET Code Base. NET code structure. Asynchronous Event-driven Controls Update in Winforms.
Updating controls with a background worker with event-driven trigger. Rehosting WorkflowDesigner. Alexandros Pappas. Shirish Wagh.
SmartLink allows to group together the files across the network in logical folders, Groups. Using the Windows Media Player Component. Serial Foot Pedal Device Server. Nejimon CR. A control library to control signals from a serial port foot pedal device. Device enumeration in Windows 8. Exploring the Windows.
DeviceInformation and Windows. Pnp APIs. Introducing PresentationWindows. PresentationWindows is a WPF class library that introduces three new types derived from the Window class, enabling many previously difficult to access features of windows.
George Sefcik. Size-to-content just doesn't give you the window sizes you want for each usercontrol. Part 2: CodeProject. Show DeepDive - exploring the source code behind. Anele 'Mashy' Mbanga. Exploring the source code behind the offline CodeProject article writer CodeProject.
This to me seems a little cumbersome and difficult to understand. Hence I developed a simple method to achieve the same. LiteDB - A. Alternative VB. An Almost Extension Property. How to fake an Extension Property This article will show an easy way to add the ability to print, or save as an image, each screen Window or FrameworkElement UserControl in your application. Venn Diagram in VisualBasic.
Six Hat Solutions. Null reference exceptions i. They will show up as first chance C exceptions with a 0 or almost 0 address. The runtime will sometimes do that if there are objects set to nothing but that is safe because the only possible values are null or a valid value.
You will also see exceptions if your code does lookups in collections and the value is not there. Because exceptions are now so expensive, you probably want to avoid doing that if you can. Another exception that you will commonly see is cf. If you look the number up then you will find that it is a floating point inexact result exception. Debugging hangs and crashes in VB components is done very much in the same way as with any other unmanaged component but it is just a little harder because of the compilations described above.
If you have to try debugging VB code this way, I would strongly recommend that you start on a "Hello world" application and work your way up. All the things that may VB an easy language to code in make it a terrible language to debug. I believe that when debugging in VB6, it does not attach to a running binary but instead interprets the code within it's own process. Also as you say, VB6 sometimes short-circuits calls to COM libraries so intercepting these calls is not always possible.
You're probably going to have to resort to intelligent logging i. Have you tried windbg? Just make sure you have pdb files for the project. Stack Overflow for Teams — Collaborate and share knowledge with a private group. Create a free Team What is Teams? Collectives on Stack Overflow. Learn more. Remote debugging in VB6 Ask Question. Asked 12 years, 11 months ago. Active 2 years, 8 months ago. Viewed 5k times. Is it possible to remotely debug a process started outside VB6? Improve this question.
Add a comment. Active Oldest Votes. Re: alternative Approach pdoxtader Oct Hi, Good to know It's not really the same as coding it yourself - which is what this article is all about, really. Creating the TCP connection yourself, and then handling the logistics of passing file system data and transferring files yourself.
But it IS an alternative approach, and it's one I wasn't aware of. So thank you for this, and I'll definitely check it out. No File Downloaded progkix Sep I tried to download the archives for Remote File System and also TcpComm and both Code Project download pages routed me back to the articles. Is there anywhere else to obtain the archives?
Re: No File Downloaded pdoxtader Sep Hi, Give it another shot. I just downloaded both from codeproject. If you still have trouble, let me know. Is there any way to include this DLL which needs to be next to app inside application itself? Hi, You mean the TcpComm. Yes, TcpComm. I will try to add it to the project. Do I need to change any settings there is probably somewhere something that "includes" the dll? Is there maybe and version of this code along with TcpComm.
No, sorry. I would just copy the class files into your application. After that you won't need the. I copied files and now can't compile, getting error "The type or namespace name 'TcpComm' could not be found are you missing a using directive or an assembly reference? It seems like you have a namespace issue.
Change the namespace in the classes you copied to the name namespace you are using for your application. Make sure you get them all - the ones in the TcpComm classes as well as the remote file system classes. Michael B Pliam. Copy Code Connection problems: Couldn ' t connect to the server! The error returned is: Error caught in run thread: No connection could be made because the target machine actively refused it Any help appreciated.
Michael, Sorry about the late reply. Just judging from that error, it looks like: 1. The server isn't running, 2. It's not listening on port , or 3. It's being blocked by windows firewall on the machine it's running on.
I would start by disabling windows firewall and trying it again. Make sure you have started the server, and verify that you have it listening on After speaking with someone else who also seemed to be running into this issue, I looked into it myself and here's what I found: 1.
If you don't run the server application as administrator, it will quietly close when you connect to it. It needs to have permission to access the file system. So make sure when you start the server on the remote machine that you run it as administrator.
When connecting to the remote machine, it's easy to forget to include the port in the connection string. Hope this helped, - Pete. Hello pdoxtader! I have tried but i failed. What i really want to do is give my ip to server and it will automatically connect with client. In your case you have to write your ip in client and then it will connect with server but i want to do it oppositely.
0コメント