Will Strootman's Q&A profile
Visual Basic Update a access 2002 memo field in VB6
How do i update a RichTextBox to a memo fields (access 2002) I'm making all my updates with a ado reccordset and all work corectly but when i update a memo fields he still empty. can anyone help me thanks a lot Here's the description of this forum: Questions and discussions not covered in the other VB forums such as Upgrade, Data, and Setup. ( Not for VB6 questions , unless they deal with VB6->.NET conversion.) ...Show All
.NET Development How to locate an loaded assembly?
I simply want to know how to resolve if an certain assembly (some *.dll file) is loaded (used) by other .Net application. AppDomain.CurrentDomain.GetAssemblies() gives you the list of all assemblies loaded in the current app domain. Michael Taylor - 2/7/06 ...Show All
Visual Studio "Requests to the MSDN Online server have timed out" error
VS.NET 2005 Beta 2 with the supplied MSDN Library. I've uninstalled & reinstalled both the MSDN and the entire VS.NET package several times. *Any* attempt to connect to offine content results in the above error. My only alternative is to work offline exclusively. The error dialog says to press the Help button to get more info, but all that does is pop up a blank screen and the same error again. Oddly, another machine on my network connects fine, and when I watch my outgoing firewall log I can *see* it trying to connect to 207.46.248.105. There's something on this particular machine that MSDN does not like. I can connect to the MSDN Onl ...Show All
Windows Forms still stumped.
Hey guys, Would it be too hard to put a status indicator on the web site somewhere indicating the availability of the server. Ie, a red or green light representing the server status being available or not would be a nice feature. I for one have never got the Terrarium to connect to the server. I always get this message "The terrarium s ...Show All
Windows Forms selecting a value in a combobox
I am trying to set the value of a combobox using the following: string locationID = frm.locationID.ToString(); this .ddlEquipment_group_id.SelectedValue = locationID; locationID has a value, and the value is in the dropdown but the code above sets the dropdown to null. I can manually select it but not set it in code. Any help is appreciated. ps. locationID is the valuemember of the dropdown is the locationid also the text in the combobox if so, change SelectedValue to SelectedText ...Show All
Visual Basic Creating Custom controls in VB.NET
I really need some help when it comes to creating custom controls. I need to know what to do to get started. If someone could give me like a short tutorial or something of how to start then that would be a big help. Thanks! theres also a pretty good walktrough in the Visual Studio Help section the to get it click Help then click Contents. The help screen will appear. Now click on the + sign in the following items in this order to expand their respective node Development Tools and Languages Visual Studio Visual Basic Visual Basic Guided Tour Visual Objects: Creating your firs ...Show All
SQL Server Package executing correctly in Visual Studio, but NOT through Execute Package Utility
I have created a very simply package which does the following: 1. truncates tableA, 2. Loads data from tableB into tableA 3. Creates a derived column in tableB and fills every row with variable TestVar which has a value of "something" When I execute the task within Visual Studio, it executes properly. The data in tableB is correct. However, when I double click the DTSX through Windows Explorer and run the package through the Execute Package Utility, I see the following error in the progress window "Error: The product level is insufficient for component "Derived Column" (121). Any ideas Thank ...Show All
Visual C++ How can I read the txt file into CString object???
I like to read the content of txt file into a CString object without losing the spacing between words like (eg. I like apple.). But the way I tried give me only the this format like "Ilikeapple.". The following is my code. char htmFile[50]; *htmFile = 0; while ( ! fhtmFile.eof()) //Read in the content of html into CString object fhtmFile >> &htmFile[strlen(htmFile)]; m_strhtmFile.SetString(htmFile, sizeof (htmFile)); Any idea to modify the code so that it doesn't lose spacing of the wording in the txt file Thanks, vcboy You could use GetL ...Show All
Visual Basic Extract typed info letter by letter
What I'm trying to do is have a text box for a user to enter a name into, then extract each letter from that box in order, turn letters into numbers, then screw with that to come up with an apparently random number for later verification (see if the name matches the number). My question is- how can I get each number into a seperate variable, then change it into a number (and all letters be pre-defined, so it's always the same number for each letter) Thx in advance. P.S., don't be too technical, I've only been using this for about 2 months P.P.S, I have Visual Basic 6 version 6.0.8169 Enterprise Edition Y ...Show All
Windows Forms mysterious menus
In my MDI main form, i have a menu of a couple of items. when i display a form from the main menu, it displays fine. when any form is active in the mdi app, and i want to show another different form from within the main (mdi) form, the menus on the main form "arrow out --->" to the name of the form that is alr ...Show All
Windows Forms Help System in MS Visual Studio 2003
Hello, after installing the latest MSDN Library, Visual Studio does not display anymore the DirectX help. Is there a way to integrate DirectX help again, without reinstalling DIrectX SDK Thx for your help. Bert ...Show All
Windows Forms Lost Graphics modification
Hello, I'm trying to compare 2 bitmaps. I want to save into a third bitmap the difference on this two bitmap Here's the code : Const SRCINVERT = &H660046 'The two bitmaps to comparate Dim img As New Bitmap("c:\test\test12.jpg") Dim img2 As New Bitmap("c:\test\test14.jpg") Dim g As Graphics = Graphics.FromImage(img) Dim g2 As Graphics = Graphics.FromImage(img2) BitBlt(g2.GetHdc, 0, 0, 1280, 1024, g.GetHdc, 0, 0, SRCINVERT) 'from GDI32.DLL g.ReleaseHdc() g2.ReleaseHdc() g2.DrawImage(img2, 0, 0) 'Saving the result img2.Save("c:\test\test4.jpg") Thi ...Show All
SQL Server beta headache
Hi Folks, I'm still using the the SQL Server 2005 June CTP to develop. I'm working for a client that intends to upgrade, but has not done so yet. We believed that we had 365 days from the date of installation before it would expire (late July). But Visual Studio 2005 Beta 2 just expired, which is used by SQL Server Business Intelligence Development Studio, so now we can no longer develop SSIS packages or Reporting Services reports. What can I do I thought that maybe installing Visual Studio 2005 express might work, but when I went there, it seems that it is split up into modules (e.g. Visual Basic 2005 express, Visual C++ express, ...Show All
SQL Server Error creating Report Model based upon Oracle Database
In MS Visual Studio, when creating a new Report Model Project, after defining a datasource to an Oracle database (and successfully testing it), and a simple datasource view (1 table), when I click "Run" in Report Model Wizard, I receive the following error: "ORA-02179: valid options: ISOLATION LEVEL { SERIALIZABLE | READ COMMITTED }" It does not appear that one can create Report Models from an Oracle database (since the SQL being used to query the Oracle database cannot be edited and contains syntax errors ). Is this the case Thank you. I have also encountered the identi ...Show All
Visual C# AccessViolationException thrown now and then
Hello, I have an application which is stable for most of time but sometimes it unexpectedly crashes (usually after a few hours of running). I have never been able to reproduce it on my development machine. The exception is always the same: System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg) at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData) at S ...Show All
