| Thread | Last Post | Replies |
|
| How to set values on attributes in a structure with reflection | 27 Jan 2005 08:58 GMT | 1 |
I've struggled with this problem for a while now without finding a solution. The scenario is as follows: - I have a flat text file exported from a main frame.
|
| How to control placement of app on startup | 27 Jan 2005 08:27 GMT | 11 |
I want to start an app, and at the same time control where it is placed. I use the following code, but it doesn't seem to work. The MoveWindow call doesn't move the window. What am I doing wrong? Isn't the shell function supposed to return the handle to the window? Or is this just a ...
|
| Att: Cor Ligthert - re: Connecting a textfile to a datagrid | 27 Jan 2005 08:26 GMT | 1 |
I very much appreciated your answer to my question. But I was too hasty in replying that it worked. I am trying to connect a textfile via an ODBC connection and since I'm new to VBNet it does not seem to work.
|
| sb to text | 27 Jan 2005 08:20 GMT | 14 |
hey all, i was wondering how would i take the contents of my StrigBuilder variable and out put all of it to my text file? thanks,
|
| MyGeneration for .NET | 27 Jan 2005 08:19 GMT | 1 |
MyGeneration is 100% free. Are you tired of hand coding business objects, stored procedures? Why not spend your time doing other things? Let us help you. See http://www.mygenerationsoftware.com
|
| How to match full word | 27 Jan 2005 08:16 GMT | 1 |
I want to make a program to scan files by keywords, but how to realize "full word match"? Thank you
|
| Data Access Problem in Vb.net | 27 Jan 2005 08:13 GMT | 1 |
iam using this code but the moment i click on submit it says "Insert Error: Column name or number of supplied values does not match table definition" although there is nothing wrong in the table
|
| Example of dragging bitmaps | 27 Jan 2005 08:02 GMT | 15 |
Hiya Could anybody direct me to some examples of code to do the following: Display a bitmap on a form which can then be moved about i.e. dragged, using the left down button of the mouse.
|
| Need Feedback on using many user controls | 27 Jan 2005 07:07 GMT | 3 |
I am planning a very large project in vb.net and I want to make it modular. If the project needs 200-300 forms what do you think about creating a user control for each of these forms? The main program would dynamically load, place and dispose each one as required.
|
| drag/drop from listbox to listbox, but multiextended mode | 27 Jan 2005 03:52 GMT | 2 |
I've been able to get a pair of listboxes to pass data from one to the other successfully, but only one selected item at a time. If I change the listbox mode of both the multiextended, it only passes the item (point) from which the drag begins. Here's some of the relevant code:
|
| VB.NET and EM_STREAMOUT | 27 Jan 2005 03:31 GMT | 1 |
I am trying to use the EM_STREAMOUT message to get RichEdit Control data from another application. I have found several examples on the web for C++ and C#. I have tried to convert them, but the call always crashes the window I am trying to get the data from. Does anybody know ...
|
| System.Web.Mail Problem with Quoted Printable | 27 Jan 2005 03:07 GMT | 2 |
Is there a way to change System.Web.Mail's Content Transfer Encoding? It's currently using Quoted Printable... However, a piece of software on the receiving end does not support Quoted Printable. Is there a way to switch the encoding type?
|
| Pass Optional Arguments to MFC ActiveX Controls | 27 Jan 2005 02:51 GMT | 4 |
I have an ActiveX control created by MFC. One method has the following definition: [id(1), helpstring("method MyMethod")] SHORT MyMethod(BSTR p1, [optional] VARIANT p2, [optional] VARIANT p3);
|
| Set focus to main form from user component control | 27 Jan 2005 02:43 GMT | 1 |
I am developing a VB.NET user control that is composed of a component control (along with some classes, etc). This is probably a stupid question, and should be easy, but I must be having a brain fart. In the control itself, how do I set focus BACK to the form that the control is on? ...
|
| system.web.mail | 27 Jan 2005 02:29 GMT | 1 |
Hi, I created a console applicaton and try to import system.web.mail. But I do not see it. after system.web I can only see 3 choices for AspNetHosting..... But I downloaded a sample console app. from the web and I do not have any
|