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


ADVERTISEMENT

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

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

Asp.net - Where Contains From Two Function Calls?

Jan 12, 2012

I want to get a list of all students who were at one of two events. Here's my function to get an attendance list:

Private Function AttendanceList(ByVal Mode As AttendanceListLookupMode, ByVal AttendaceTypeID As Integer, ByVal EventID As Integer, ByVal EventOccurenceDate As Date) As IEnumerable(Of Integer)
'Get the attendance table for specified event[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

Why Does App On Startup Calls Csc.exe

Jun 16, 2010

For some time ago I have notice that my App on every start make a call to csc.exe and starts it. I have google-it and found out that csc.exe is some kind off on-the-fly compiler for C# (If I understand it correctly ) but my App is in VB.net. VB.Net code to make my App on every start calls csc.exe?

View 13 Replies

.net - Preserve Objects Between Wcf Calls?

Dec 13, 2010

This should be fairly basic, but say I have a Public property as local variable on my WCF service, and I set this in one call to the service. Is there a way to preserve that data for another call to the service? (Without writing the data to xml or a db, and re-referencing it or anything like that)

Executing the calls from the Winform:

Public Class ClientSideWinForm
Private proxy As ServiceReference.Client
Private Sub Client_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load

[Code]....

View 2 Replies

Allow Calls From Unmanaged Code?

May 5, 2009

I have an application which has been succesfully installed on a number of different client machines.

The problem I now have is that I have been asked to allow third party applications, possibly written in a non .net language set to plug into my application and execute some of the code. Just a handfull of properties and half a dozen methods.

Now I can wrap up these properties/methods, make them public and have them in their own project which will be part of my solution but I have no idea where to go from here.

How do I make this portion of my application accessible to a third party application written in unmanaged code ?

View 1 Replies

Can't Make Calls To Other Forums

Feb 20, 2012

Trying to make a call to another forum to chance some text boxes on it and update it. I had it working I thought but the values were not holding when I closed the box so I came up with this solution but Im getting null exceptions.[code]....

View 11 Replies

Executing COM API Calls From SQL Trigger

Apr 2, 2012

I have a CRM application that I would like to programatically post new records and updates to, based on values in other tables getting inserted or updated. Problem is because of how this CRM app was designed I cannot use straight SQL insert/update SQL commands. This is because the database has some proprietary account#/record ID generation algorithm, and also writes to a log table using some pretty cryptic looking values.

The only way to ensure the integrity of the data is to use a the COM based API they provide. How can I send calls to this API from SQL Server code, I'm guessing a CLR user defined function? Can anyone point me to such tutorial on the web?

The updates I am making MUST be in real time, that is why I need to use a trigger that calls this app's API.

View 2 Replies

Function Calls To Unmanaged DLL From VB

Jun 12, 2009

I'm having some trouble finding the syntax for making function calls to unmanaged DLLs in VB.NET. Let's just assume there's a function "Connected" in unmanaged DLL "Connector.DLL". I want to call this function by creating an abstract function call to it.

I've seen some code out there that looks something like
[DllImport("Connector.DLL")]
Public Shared Function Connect(ByVal intPort)
But that syntax doesn't work for me.

View 2 Replies

Main App That Calls A Dll With A Form In It?

Mar 3, 2012

I have my main app that calls a dll with a form in it. Is there a way to make my main app be the owner to the dll form?

View 7 Replies

Make Login And Using Calls VB?

Jan 28, 2010

Once I click Sign in, I want the application to test to see if the user has internet. If it does I want it to call another sub. If the network is not available I want a message to come up and say Error, no internet connection.

This is what I tried but can get it to work If My.Computer.Network.IsAvailable Then Call testnet()
else Messagebox.show("Error", "Truoble connecting to data base")

View 2 Replies

Make Pc To Phone Calls?

Jan 11, 2009

i wanna make a program with vb that can make pc to phone calls and i wanna know if it is possible with vb or if i need another program because im new to this programing thing

i added a tool in toolbox called phonecall but however i cant use it i dont know why

View 6 Replies

Multithreading Or Delegates With WMI Calls?

Jul 12, 2011

I have a VBNET app to scan my Active Directory using WMI calls and return some basic informaiton such as Dell Model name, current user logged on, Dell Service Tag etc my issue is the app becomes unresponsive whilst it scans and i have to wait for it to finish looping before i can work with it, in the past a do events used to suffice

I think Multithreading is the way i may need to go, whats the best approach? I tried to use Delegates but it doesnt seem to have made any difference

below is my for next loop code that calls the functions, the last section "Private Sub Button1_Click" down is the Delegate code i attempted

[Code]...

View 3 Replies

Php - Run Some Calls To A Site As Test?

Mar 30, 2011

I need to run different consecutive calls to a web service with no particular response needed to be read, just need execution.What is the simplest approach? I can run either asp.net or php script.

[URL]

View 2 Replies

Set Up For Multiple Calls Of Same Method?

Jun 24, 2012

I have problem setting up the mock to fail if the user has attempted to log in three time with failure. My code looks like this[code]...

View 2 Replies

VS 2010 Messed Up Api Calls?

Jun 23, 2010

i recently upgraded from vs2k8 to vs2k10 and after loading up some of my programs i couldntbut notice the error window saying "A call to PInvoke function bla bla has unbalanced the stack. bla bla bla..."This is very annoying since the exact same code worked perfectly in vs2008 and theres no apparent reason for their sudden failiure, i tried different kinds of calling conventions but i get the same error on each turn. The error message only seems to appear upon callingg

View 4 Replies

.net - Control.Invoke Never Calls Delegate?

Oct 1, 2009

I'm working with the DevExpress XtraGrid control.I have a routine that goes thru and adds all the controls on the current form dynamically, and launches on a seperate thread the routine for a given control to initialize it to the value that will be displayed to the end-user. Some of the controls are displaying calculated values, and take some time to return their values, so that's why we are doing it on a seperate thread.

[Code]...

I'm using a similar snippet of code for any control properties that have to be updated, and all work fine. On the above code when the actual Invoke is called, it APPEARS that the thread just ends and never calls the delegate, and doesn't return to finish either.

View 2 Replies

Clean Up App And Deal With The Async Calls?

Mar 16, 2010

My app is basically talking to a device via RS232. I need to 'listen' to the data received and do certain things based on it, update labels, etc. When I started, I only had a couple cross-thread calls and I used JMC's example to get by that. Now my app is bigger and I am calling the ThreadProcSafe all the time. I am hoping there is an easier way so I don't have to create sub routines for every control. Here's the relevant parts of my code.

Private Sub StepperSerialPort_DataReceived(ByVal sender As Object, ByVal e As System.IO.Ports.SerialDataReceivedEventArgs) Handles StepperSerialPort.DataReceived
Dim ReceiveBuffer As String

[Code].....

View 4 Replies

Convert Legacy VB6 Function Calls To .NET

Jan 8, 2010

I am looking for a utility/tool to convert calls to legacy VB6 functions to the .NET equivalent. For example, it would convert this...

[Code]....

Does anybody know of one, or am I going to have to roll my own?

View 3 Replies

Creating A Function That Calls Sql Storedprocedure?

May 27, 2011

I tried to search forum topics to find a tutorial that will guide me on how to achieve this however seem like most of the tutorials i were finding were confusing me more.With that being said here is what i have,Here is what I am trying to do [URL]that tutorial is exactly what I am trying to achieve however I do not understand what the supplierstableadpater, northwindtableadapters are. I can only assume that I am not doing exactly the same thing as that tutorial.

What I have is a simple sql storedprocedure that selects all employeedetails.And also another sql stored procedure that selects just a few columns from the employees table. On my frist page I am going to list all the employee names in a gridview and when they click the employee name it should take them to another page and show that employee's details. Seems like you have to use an object datasource to achieve this but is there an easier way to achieve creating a class that calls the 2 stored procedures that I have that i would be able to then link them with an objectdatsource?

View 1 Replies

Creating Button That Calls Bat/vbs Along With Progress Bar?

Jun 23, 2010

Hey everyone I need some help, I created a bat/vbs (created two just incase) file that takes images that users have scan and re-names them places them into differnet folder and zips them so they can be uploaded that night.

When the user done scanning they click on that bat/vbs i created so it can do everything i stated above just it just opens a dos propmt or nothing happins to viewers eyes..

I want to create something in Visual Studio that calls that bat/vbs and shows them a progress bar so they know how long its going to take instead of them looking at a black DOS promptI do have visual studio 2010 and i am not really know to much about programming i start reading some books but im still a noob =)
Dominick

View 1 Replies

Error Handling Procedure Calls?

Oct 14, 2009

I have an issue with handling errors in procedure calls in VB6.

View 6 Replies

Executing Several Rss Feed Calls At One Time?

Jan 12, 2010

I've created a page that makes several calls to different rss feeds based on the keywords I pass to the page. The problem is that each call takes .5 - 2 seconds to get a response and display the results. If I multiply the number of keywords by the time I end up with a very slow loading page. Is there a way to execute all of the calls at one time?

View 3 Replies

Forms :: Get The Name Of The Control That Calls The OnEnter?

May 31, 2009

I'm just starting to look at Custom Controls after watching a MS video online. Video Training - WindowsClient.net I wondered if it's possible to get the name of the control that calls the OnEnter event that I am running.

[Code]...

I wanted to add a new combobox to the form and it always call this GetComboList each time OnEnter BUT I need to pass the combobox that the onEnter is firing from. Would save code and give me an insight into how custom controls work.

View 1 Replies

Get Name Of Current Class Which Calls Method?

Jul 24, 2009

I need to get the name of curent class which calls the method (which parent is another class) from inside of that method. Is it possible in vb.net?

View 6 Replies

Getting URL Of Web Service That Calls Class Library

Mar 10, 2011

I have a web service that calls a class library. In this class library I'm trying to find out the URL of the web service that calls the class library. Is there a simple way of doing this??

View 3 Replies

Implement What Ada Calls Private Types?

Aug 26, 2009

Is there a way to implement what Ada calls Private Types?Specifically I want to define two ID types (internally simple integers), but in a way that are assignment and operator isolated (aka SUPER strict type checking)

I can get close with a class, but you cannot have

a) constant classes (or structures) or

b) have optional parameters of classes or structures

c) class copies require clones to avoid assignment side effect (a1=a2 becomes a1 = a2.clone())

[code]...

View 8 Replies

Make A Multiple Asynchronous Calls Using .NET?

Jul 12, 2011

The scenario is that an ASP.NET webforms page will call a web service in an async manner to make about 8 web service calls to various providers for data. I would like to run them in parallel to speed things up. I also need to wait for them all to come back before moving on.

View 1 Replies







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