Drawing lines and boxes on .NET forms
How can you draw lines and boxes on .NET forms? I have the drawing toolbar, but it is greyed out in form design mode.
Answer Question
| December 23, 2004 4:36 AM
C, VB.NET
How can you draw lines and boxes on .NET forms? I have the drawing toolbar, but it is greyed out in form design mode.
Super Basic menu program
I haven’t used VB in forever but I’m trying to create a simple program. I’m going to run program along with a couple of other files on a CD. I’ve created two buttons, the 1st to open a file and the 2nd to open a different open. I’m using a call shell command but if [...]
Answer Question
| December 16, 2004 8:08 PM
VB.NET, VBA, VBScript, Visual Basic
I haven’t used VB in forever but I’m trying to create a simple program. I’m going to run program along with a couple of other files on a CD. I’ve created two buttons, the 1st to open a file and the 2nd to open a different open. I’m using a call shell command but if [...]
Customized Windows Form DataGrid
Hi, I urgently in need of a solution, which allows a column of a Windows Form DataGrid to contains multiple textboxes. I’m aware that the way to place a textbox in the DataGrid is through the – .AddRange(new System.Windows.Forms.DataGridColumnStyle[] { this.dataGridTextBoxColumnProjectName}) code. But this only cause the DataGrid Column to have a single textbox. Is [...]
Answer Question
| December 1, 2004 1:03 AM
C, Development, Microsoft Windows, VB.NET
Hi, I urgently in need of a solution, which allows a column of a Windows Form DataGrid to contains multiple textboxes. I’m aware that the way to place a textbox in the DataGrid is through the – .AddRange(new System.Windows.Forms.DataGridColumnStyle[] { this.dataGridTextBoxColumnProjectName}) code. But this only cause the DataGrid Column to have a single textbox. Is [...]
VB.Net and Internet Explorer
Hi, im a vb.net developer…or well i try. Please i need help on this one…big time. Im just gonne get straight to the point, I need in a seporate app. to monitor or run a loop ( i know to do the loop and check with a timer) and check if a session of Internet [...]
Answer Question
| November 12, 2004 3:28 AM
Development, VB.NET
Hi, im a vb.net developer…or well i try. Please i need help on this one…big time. Im just gonne get straight to the point, I need in a seporate app. to monitor or run a loop ( i know to do the loop and check with a timer) and check if a session of Internet [...]
Importing iSeries SpoolFiles in Windows
I’m importing succesfully iSeries Spoolfiles in Windows Systems with an ActiveX/VisualBasic application and the CA400′s cwbobj.dll. In order to optimize my VB app I would like to have specific informations about cwbobj’s function ReadSplf and about filtering the Spoolfiles list by Outq. (Sorry for my poor english) Thanks in advance !
Answer Question
| November 5, 2004 3:53 AM
ActiveX, AS/400, Java, Microsoft Windows, RPG, VB.NET, Visual Basic
I’m importing succesfully iSeries Spoolfiles in Windows Systems with an ActiveX/VisualBasic application and the CA400′s cwbobj.dll. In order to optimize my VB app I would like to have specific informations about cwbobj’s function ReadSplf and about filtering the Spoolfiles list by Outq. (Sorry for my poor english) Thanks in advance !
Inhibit Close Button (x) on IE6 Browser
I need to stop users from using the Windows Close (x) button on IE6. The application is VB.net WebForm based which accesses a mainframe transaction service via the browser.Is there anyway of making the windows close (x) unavailable to the user?
Answer Question
| October 29, 2004 3:02 AM
VB.NET
I need to stop users from using the Windows Close (x) button on IE6. The application is VB.net WebForm based which accesses a mainframe transaction service via the browser.Is there anyway of making the windows close (x) unavailable to the user?
How do I check for changes in a database on insert / update?
Hi there, I have an interesting problem. I need to write a program that checks to see if data has been inserted or updated into a Microsoft access database or sql server database. The program needs to be compatible with both types of database, so using triggers is not possible as it wont work in [...]
Answer Question
| December 17, 2004 3:08 AM
Microsoft Access, SQL Server, VB.NET, Visual Basic
Hi there, I have an interesting problem. I need to write a program that checks to see if data has been inserted or updated into a Microsoft access database or sql server database. The program needs to be compatible with both types of database, so using triggers is not possible as it wont work in [...]
VBA – Class/Procedure names
Hi, Does anyone know how to grab the name of a Class Module (or Procedure) at run-time without having to hard-code it? Many thanks Matt
Answer Question
| October 27, 2004 7:35 AM
VB.NET, VBA, Visual Basic
Hi, Does anyone know how to grab the name of a Class Module (or Procedure) at run-time without having to hard-code it? Many thanks Matt
Finalize
Does Finalize on an object trigger in visual studio vb dot net debug mode when the session times out? I set a break point and it never showed up. Any thoughts?
Answer Question
| October 12, 2004 2:19 PM
ASP.NET, VB.NET
Does Finalize on an object trigger in visual studio vb dot net debug mode when the session times out? I set a break point and it never showed up. Any thoughts?
Additional information: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
Ok, my company just updated to new servers running window server 2003. The database server was window server 2003 before this upgrade. I had written a couple of apps in VB.Net using the sqlconnection object and they worked fine, I was also using some old ado I am just learning .net. As soon as we [...]
Answer Question
| September 15, 2004 12:01 PM
VB.NET
Ok, my company just updated to new servers running window server 2003. The database server was window server 2003 before this upgrade. I had written a couple of apps in VB.Net using the sqlconnection object and they worked fine, I was also using some old ado I am just learning .net. As soon as we [...]
IT Grads
We are expanding and we are looking for vb.net programmers. Our budget is limited, so we want to focus on college grads. Do you know a test, or whatever method, that will help qualify the applicant, so we make sure we are getting a REAL programmer?
Answer Question
| June 9, 2004 11:35 AM
VB.NET
We are expanding and we are looking for vb.net programmers. Our budget is limited, so we want to focus on college grads. Do you know a test, or whatever method, that will help qualify the applicant, so we make sure we are getting a REAL programmer?
Access SAP BAPI with .net
By trying to access a BAPI we get an error after the line that starts with: ?error occurs in this statementa Maybe someone has a idea what is wrong in the statement. Peter using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; namespace WebApplication1 [...]
Answer Question
| May 12, 2004 2:52 PM
ABAP, VB.NET
By trying to access a BAPI we get an error after the line that starts with: ?error occurs in this statementa Maybe someone has a idea what is wrong in the statement. Peter using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web; using System.Web.SessionState; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.HtmlControls; namespace WebApplication1 [...]
ProgressBar Control as Marquee
I want to use a ProgressBar control in marquee mode. In other words, I want to have a piece of the bar scroll across the screen repeatedly to show that something is happening, along the lines of the progress bar that is displayed during a file search in XP. I know that you can do [...]
Answer Question
| May 18, 2004 11:44 AM
C, VB.NET
I want to use a ProgressBar control in marquee mode. In other words, I want to have a piece of the bar scroll across the screen repeatedly to show that something is happening, along the lines of the progress bar that is displayed during a file search in XP. I know that you can do [...]





