VS 2008 Can Set Up A Series Of Calls At Application Load

Apr 15, 2009

I have a VB6 project that I'm converting to VB 2008. There is a routine in this project to LoadArrays.By passing the proc name and arrayName I want the info loaded into, I can set up a series of calls at application load and have these arrays available throughout the application (Info is used in many areas to populated controls)This routine makes use of Getrows.Example:arraydef = rs1.GetRows.This will load all fields and records into the array.Is there an equivalent in 2008?

View 1 Replies


ADVERTISEMENT

Waiting For WebBrowser To Fully Load Between Multiple Navigate Calls

May 1, 2012

I am venturing into WPF - first time in (VB).NET - and trying to re-create a project I started in MS Access VBA. It basically scrapes a series of pages within a web application. As you may have surmised I am having trouble with the LoadCompleted event.I have searched and found some information on it, but the "flow" of the code only lends itself to waiting for one page to load.url...All of the code execution is run in the DocumentLoaded event which works fine when you just need to navigate to one page and execute code. But I need to perform a series of these cycles for my application. How can I reliably wait for the document to fully load while still keeping the code execution in the same Sub AND not locking the UI thread? [code]That's it. Repeat for n times. my interactions with each DOM are significantly different.

View 2 Replies

Win32 API - Equivalent To Making System Calls Abd And Library Calls In UNIX?

May 8, 2010

What the Win32 API is? I have looked around but no where really outlines what it is. Is it basically a set of procedures, outlined by Microsoft for programmers in order to get services from the operating system? In essence is it the equivalent to making system calls abd and library calls in UNIX? And yes I now Windows makes library calls too.

View 2 Replies

Series - Practice Loops In Console Application

Mar 19, 2010

To practice loops in console application more

sth like this one:

CODE:

so this is my code that worked but only gave 1 as an answer which is wrong

CODE:

View 12 Replies

[vb2010] Detect The API Calls Of A Specific Application

Oct 30, 2011

Someome knows some utilities that can detect all the API calls of a specific external application? The application I would like to detect is a console application and, being without form, Spy++ don't find it.

View 2 Replies

Replacing DbTransaction Calls With Calls To TransactionScope?

Mar 4, 2010

I have been using DBTransaction for my current projects that access a single database. However, I read some documentation on TransactionScope and was wondering in which scenario would using TransactionScope be better? Or should I be replacing DbTransaction calls with calls to TransactionScope?

View 2 Replies

Automated Process - Create An Application That Will Make Calls To An API

Dec 16, 2009

I am trying to create an application that will make calls to an API. I want this process to be fully automated to run a few times a day. What kind of application in vb.net can be automated? I've created windows applications in the past, but never automated anything.

View 8 Replies

.net - Why Does A Large Amount Of AppSettings Calls To A None Existent Key Cause Application Crashes

May 23, 2012

There is a very strange problem with a Windows Service I am working on that I would like to understand why it occurs. The service loops every 5 minutes and then within that loop it loops through keys containing webservice URLs that are numbered such as:

<add key="URL.1" value="http://dummy1.com/Service.asmx"/>
<add key="URL.2" value="http://dummy2.com/Service.asmx"/>
<add key="URL.3" value="http://dummy3.com/Service.asmx"/>

The code that does this check is:

If String.IsNullOrEmpty(AppSettings("OM." & intCount & ".Name").ToString) Then

When it hits a key that doesn't exist an exception is thrown and the service stops and waits for 5 minutes until the next loop.This usually works great but every week or two the Windows service will crash on that line without any Exception. The application log has a line from before that line but nothing after, none of the Try Catches are hit (the main one is catching the base "Exception" class).In the Event Log for Windows is the following:

Faulting application name: MyService.exe, version: 1.1.2.0, time stamp: 0x4fa22a24
Faulting module name: KERNELBASE.dll, version: 6.1.7601.17651, time stamp: 0x4e211319
Exception code: 0xe053534f

[code]....

The weird part is that this line of code is executing fine 300 times a day for at least a week which is around 2000 times before that one time it causes a full crash of the application. why this is occurring? I have changed that line of code to not rely on Exceptions and it has been working fine for a week now with no crash so could be something to do with too many Exceptions - maybe causing a stack overflow?

View 1 Replies

Make An Application Where When The User Clicks A Button, It Generates A Series Of 100 Random Numbers Between 1 And 1000

Mar 15, 2011

I'm trying to make an application where when the user clicks a button, it generates a series of 100 random numbers between 1 and 1000, and then saves those numbers in a text file. All I could come up with is generating ONE random number, but I can't figure out how to make it 100. Here is what I have:

[Code]...

View 4 Replies

VS 2008 Loading Box - Other Application Takes Time To Load?

Jan 16, 2010

I made two applications the first one calls the other. But the other application takes time to load. Even on a fast Pc. So i was thinking of adding a loading form to it. For example when the other application is done loading the loading form goes away.

[Code]...

View 4 Replies

VS 2008 UAC Load Application With Windows With Adminstrator Rights

Oct 30, 2009

I'm trying to make my application compatibile with Vista/7 UAC so I created a manifest file that gives me adminstrator rights which works great but the only problem that when my application tries to run with windows (via registry key I added) the application just won't run, and ideas how to run my application with admin rights when it loads up with windows?

View 7 Replies

Forms :: Chart (Series Colors, Graph Refresh On Timer, Etc) Application That Ties Into A SQL Database On The Back End

Dec 29, 2011

I am working on an application that ties into a SQL database on the back end. Currently the main form contains a series of combo boxes (Graph type, data format, location, and customer), two date pickers, and a button to launch the selections in a new form. Everything works just fine except there are a couple of things I can't seem to accomplish.

Example Data:

[CODE]...........

Case Select (with commented out lines for variations attempted):

[CODE]..........

1) I would like to be able to use some sort of case statement to color the bars in my chart based on value. I have tried approaching this in a couple of different ways but neither of the options seem to work. First, I tried this (the If Not is used because depending on what values are passed to the stored procedure in SQL, different columns will be returned):

[CODE]..........

Only one series is created with this method, so I can see how/why a Select Case would set all bars the same color. I have also tried creating a series for each row in the returned dataset but it results in 22 bars of different colors, for each of the rows (484 bars):

[CODE]..........

So is there any way to modify the second set of code there to only select the value from the "Percent TMHB" cell that corresponds with Row(i), rather than ALL values from the "Percent TMHB" column for EACH Row(i)?

2) Since I am drawing/creating these graphs in a new window, is there any way to also create a new timer on the "newFrm" and have the tick refresh the data? I've struggled with this but I feel like it should be easy. Say someone chooses a "TMHB", "Percentage", "Chicago", "All" (Graph type, data format, location, customer) and launches the graph, which opens in a new window, then they want to do "TMHB", "Percentage", "LA", "All" and have both windows up, refreshing automatically throughout the day. Can I somehow store the SelectCommand.Parameters values in the new form/timer so that it will query the database again every 5 minutes?

Example code for the StoredProcedure and creating the new form:

If combo_GraphType.SelectedItem = "TMHB" Then
Dim newFrm As New Form
Dim newChart As New Chart

[CODE]..................

View 1 Replies

Use API Calls In 2008?

Nov 21, 2009

i want to know how to use api calls in vb.net2008. in visual basic 6.0. we can find the list of api calls in add in manager . in vb.net2008 how to find it..

View 2 Replies

How To Load A .bak File Of Database Backup In Sql Server 2005 Using .net 2008 Windows Application

Mar 12, 2009

how to load a .bak file of database backup in sql server 2005 using vb.net 2008 windows application?

View 5 Replies

VS 2008 Having A Ini Type File So My.settings Don't Get Over Written When Load Newer Versions Of An Application?

Aug 23, 2009

how I can go about having a ini type file so my.settings don't get over written when I load newer versions of my application?

View 3 Replies

VS 2008 Capture .NET Remoting Calls?

Sep 22, 2010

We have a client server application that 650 users are using everyday. Lately they have started complaining about over all slow responses and slowdowns in normal application usage like searching, reporting etc.We are using .NET Framework 3.5 and .NET Remoting is the technology we have used for client connection to the server side. We can't remove that and use something else due to legacy application maintenance. We are using SQL 2008 R2 x64 on a very good server.We have gone though the basic steps of making sure that all the SQL side is ok everything is well tuned but we need to convenience the client that it is not the application but the database that needs to be regularly maintained by a DBA in order for it to run smooth due to the nature of the application making tons of changes and inserts in the database everyday.

Anyways I need to write some sort of module that can plugin into the .NET Remoting calls so it can log the normal usage of different methods on the server like;* How many times a remoting method is called* What params a remoting method is called with* How much time it takes to execute each remoting callIs there anything available in .NET Framework that can help me? I read something about .NET Remoting Sync but not too sure if that is what I need to use? If any can shed any light on the subject or nudge me in a right direction with some sample code, that would be great.

View 2 Replies

VS 2008 : Making Safe Crossthread Calls?

Mar 13, 2012

Imports System.Threading.Thread
Imports System
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Me.demoThread = New Thread(New ThreadStart(AddressOf Me.ThreadProcSafe))

[code]....

I've been trying to use Microsofts example on their MSDN but I'm getting this error. :

Error1'demoThread' is not a member of 'WindowsApplication1.Form1'.C:UsersAydinAppDataLocalTemporary ProjectsWindowsApplication1Form1.vb89WindowsApplication1

View 20 Replies

VS 2008 Replacing API Calls With .NET Framework Classes?

Aug 18, 2009

Do we have nay .NET framework classes to replace the following API calls?

CreateWindowEx
GetWindowText
ShowWindow
SendMessage
GetWindowRect

Basically we have migrated our application from VB6 to .NET and used same API calls in .NET as well.

Now the time has come to replace all API calls to .NET framework classes.

We used those API calls to validate textboxes by popping up a temporary error message box next to textbox object. After few seconds, the error message box disappears by itself or on loosing the focus of textbox.

If we can use the similar functionality of .NET, then there will be less code changes

View 3 Replies

VS 2008 - How To Write Wrapper DLL For Accessing Function Calls

Jul 27, 2011

I have a camera for which the complete source code with header files(.h) and all libraries files(.lib) are given in VC++. Now if I want to access the function calls in the header files and in turn the functions in the library from VB.NET, I am required to write a wrapper DLL for accessing the function calls which I never did till now.

View 1 Replies

VS 2008 .NET Child Form Controls Method Calls?

Sep 14, 2010

I have a MDI Form that has a child form containing a text box. I want to be able to make a call to the TextBox's cut() method on the currentlly active child form. Here's what I have so far, but it is complaining about using ctrl.cut()

[Code]...

View 3 Replies

Thread State - Thread In An Application Which Calls A Sub Routine Main()

Jul 26, 2010

I have a thread in an application which calls a sub routine Main(). The Main sub routine in turn call several sub routines/functions from with the same module,several different classes in the same application. Also some sub routines/functions call routines from a class library. Now say the routine/function in class library goes into a infinite loop and never returns. I would like my thread in the application to raise a event and display message to the users about the infinite loop. I am giving some sample code for the application.

Imports System.Threading

Module VMain
Public gbSuspend As Boolean

[CODE]...

View 7 Replies

VS 2008 Built In Key Calls (Shift - Ctrl - Alt) Are Broken On Windows 7 Bit

Nov 23, 2009

VS 2008 Built in key calls (Shift - Ctrl - Alt) are broken on Windows 7 Bit

View 4 Replies

Office Automation :: Create An Excel Document With A Series Of Columns That Contain Data To Import Into VB 2008

May 31, 2010

Ok, what I would like to be able to do seems simple enough. I would like to be able to create an Excel document with a series of columns that contain data to import into Visual Basic 2008

[Code]...

View 1 Replies

[2008] Error Validation - Series Of Nested If/then/else Statements To Make Sure A User Enters Information

Feb 15, 2009

I'm using a series of nested if/then/else statements to make sure a user enters information into each text box or chooses a radio button. What would i use to say if no text is entered in textbox1, then ... also what would i use to make a sure the user choose one or the other radio button? for example i also have a combo box, i used "If SubjectComboBox.SelectedIndex <> -1" for the if statement.

View 2 Replies

VS 2008 : Load Forms From A Class Library Project (.dll) Into New "menu Application"?

Apr 8, 2011

I have a class library project (.dll) which contains a couple of forms.I now have a new project that would be the Client.

1) How do I load the forms from the dll into this project at runtime?

2) How do I set the client to be the MDiParent of the forms that will be opened from the dll?

View 1 Replies

VS 2008 : Calling A Fortran .exe That Calls A File - File Not Found?

Jul 6, 2010

I am trying to run a fortran .exe in VB with the Shell() command. The fortran .exe, when ran, it asks you for a file name. It works perfectly on it's own, but when I try calling it through VB Shell(), it does not work.. (i.e. I cannot get VB to get the file name in it.)

Added info:I am using VB9 but I'm writing in compatibility to .NET. As for the Fortran .exe, when you call it, it opens a command window where it asks for a file name (which I got as a string in VB and I'm trying to pass it in), then you press Enter and it's done. Basically the .exe takes a text file and creates a new text file. We've also tried adding & mystring when calling the exe, but it gives a "file not found" error.

View 3 Replies

VS 2008 What Will Happen When 3 Function Calls Same Function At A Time

Apr 27, 2009

What will happen when 3 function calls same function at a time? I have 3 Function, f1,f2,f3.. Those function after completing their task will call finish() function. What will happen if Finish is Called morethan once..

View 9 Replies

.net - Make A VB-dll And Load It In C++ Application?

Jun 8, 2012

I have a problem I've been struggeling with for a full week now, and I'm not able to solve it by myself. I've been googeling, and searching in all kind of forums.I have found lots of "this might work", tried it, but no, no success. If anyone have any clue,I'v got, from an external source, lots of classes and functions written in VB that I need to be able to use from a C++ application. My first though was: no problem, I turn the VB code into a dll, and load it from my C++-program. This was though harder than I ever could imagine. My C++-program is not written in Visual Studio, but for simplicity I started with trying to load my VB dll (written in Visual Studio 2010) from a Visual Studio C++ application. This is my code so far:

[Code]...

I looked at the link with the tutorial, but there is a small problem: there are no such thing as "ActiveX DLL" to choose among all the project types. And yes, I do have Visual Studio 2010 Professional (a trial version, but still).

View 2 Replies

Load Data Into An Application?

Nov 24, 2010

I am creating an application that is a services calculator. The user selects various options and an amount is calculated. I do not want to hard code the values due to the potential for pricing changes then I would have to change the pricing as opposed to an authorized user. I do not want to use a database, and this will be an offline application

View 6 Replies

.net - Get Keydown On Application/form Load?

Jan 15, 2010

I want to able to hold a key down while the application is loading and depending on which is being held down a certain form is shown.

For example holding down shift and the opening itunes opens a little dialog allowing you set the library(or something)

I can check whether the shift/Ctrl/Alt are being held down but i'd prefer to use the letters/digits.

Such as hold 1 down to open Form1 and hold 2 down to open form 2.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved