Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #3K
~1K People Reached

9 Posted Topics

Member Avatar for wrappingduke

Hello, I am attempting to use a windows form in asp.net. However, I am receiving the error message: Unable to cast object to type 'Custom.MyControl' to type 'System.Web.UI.Control' The following are the steps taken to try to use this Custom control in a web app: 1. Convert the form to …

0
55
Member Avatar for wrappingduke

Hello, Attempting to run java app from zip file rather than jar but having some difficulty. I have placed all the classes for the app in the zip. The files not are compressed. Here's a sample of the code: [CODE] 'the following tries to run Main.class. Also, tried calling app …

Member Avatar for wrappingduke
0
77
Member Avatar for Don Gino

Hello, Yes, I believe the error you are receiving is because the target machine does not have the necessary objects or components that is included in your application. You may need an installation tool, like InstallShield(if called this anymore) or Wise to distribute the appropriate components to the target machine. …

Member Avatar for Don Gino
0
157
Member Avatar for XC MTB

hello, Sounds like you maybe able to use the Dir function to retrieve all the files in the folder and possibly FSO (FileSystemObject) to open, read and process the file. FSO is available by going to "References" and selecting Runtime Scripting, I believe. You may also need to reference Excel's …

Member Avatar for XC MTB
0
118
Member Avatar for abu taher

Hello, There are a couple of controls that vb provides to do this. One is DTPicker and the other is MonthView. These controls are available via, I believe, MsComtlb2 under Components. You can right-click the Components in the vb ide and select Components. HTH.

Member Avatar for aktharshaik
0
132
Member Avatar for wrappingduke

Hello, Attempting to use vb6 to call CeRapiInvoke to execute a process on a WM device. However, I'm having some difficulty invoking this function. The desktop (VB6) application used to call CeRapiInvoke unconditionally terminates when attempting to run the process in Block mode. I'm using passing the parameter IRAPIStream a …

0
72
Member Avatar for wrappingduke

hello, Attempting to connect HSQL db by calling a config file from a java command line. However, receiving the following error message: Failed to retrieve connection info for database 'personal': Please set up authentication file 'C:\Documents and Settings\user\sqltool.rc' Here's a sample of the command: [CODE] java -jar \pathto\hsqldb.jar personal /pathto/Export_Data.sql …

Member Avatar for Ezzaral
0
169
Member Avatar for wrappingduke

Hello, Attempting to create a progress bar for awt-based application. I'm trying use a thread to do some simple animation to give the appearance that a frame (the progress bar) is incrementing. However, frame will not paint immediately. Here's the code: [CODE] import java.awt.*; /** * * @author user */ …

Member Avatar for wrappingduke
0
128
Member Avatar for wrappingduke

Hello, i'm attempting to create a splash screen using the code snippet posted on this site(i.e. DaniWeb) - [URL="http://www.daniweb.com/code/snippet697.html"]http://http://www.daniweb.com/code/snippet697.html[/URL] However, I'm having some difficulty. It appears that the splash screen will continue to run w/out disposing itself. That is, the screen hangs and does not go away. Also, the screen …

Member Avatar for wrappingduke
0
149

The End.