Creating New Application With VB Web Developer?

Apr 20, 2009

I'm creating new application with visual basic web developer i have 3 textbox on web form ajax this is code inside event load

Dim Connection As SqlConnection
Dim Command As SqlCommand
Dim dr As SqlDataReader

[code]....

View 5 Replies


ADVERTISEMENT

Concurrency Handle Is Part Of The Software Developer Or Database Developer?

Jul 23, 2009

In CRUD application development we have to face the issues with concurencies in Ids such as Generate and display UNique EmployeeIDs on forms. Currently i'm writting .DLL file that has a class that will handle concurrencies.

But i'm puzziled with the Question, is this concurrency handle is part of the software developer or Database developer?

View 9 Replies

Remote Desktop Application? Safe To Use Winsock In Creating A Client/server Application?

Jul 18, 2012

Im planning to create a Remote Desktop Application and I'm having problem with viewing other computers monitor or screen.

Im not asking for the code on how to do it. and one more thing is it safe to use winsock in creating a client/server application?

View 3 Replies

What's The Best Way For A C# Developer To Learn VB?

Mar 26, 2009

I'm a C# programmer who needs to pick up some VB. The syntax differences are easy enough to figure out, but there are other things I'll need more of a tutorial on. For example, VB's "strict" mode in Visual Studio is something essential to me, but something I wouldn't have learned just by comparing language syntax. Any recommendations on how to pick up VB quickly, yet thoroughly? I can't stand to work through a 1000 page book introducing VB to novices.

View 10 Replies

Cannot Execute Exe On Machines Other Than The Developer?

Jul 19, 2011

I updated a VB.NET application from Visual Studio 2008 to Visual Studio 2010 and made a few changes to it. Now it works fine on my development workstation but when the user tries to run it, it fails. The error detail is below. I've searched for System.InvalidOperationException and found several suggestions but none of them have helped. There isn't any static initialization code in the application. I changed the compilation to x86 instead of AnyCpu. None of these has helped. The project is compiled for .NET 3.5 and that hasn't changed. Both environments are Windows 7 64-bit.

Does anyone have a suggestion as to how I might determine what is causing this?

[Code]...

View 6 Replies

Download The Developer Tools?

Nov 9, 2011

I have been trying to download the Visual Basic and it took me 3 days now to download because my network is not always good, so when the net is off, I have to start it over and over again. My question is: How can I download the Visual Basic just once and for all so that I start learning how to build my first Windows Applications?

View 3 Replies

Store Password, Even The Developer Can't See It?

Jul 8, 2009

I went for an interview last week, and the interviewer asked me a question that i failed to answer.

He asked me, how did i store the password in the database. Then i answered that i would encrypt it then store it in database.

Then he said after encryption, developer or admin still able to view the encrypted password. But he didn't want developer or admin to be able to view the encrypted password.

I thought of cookies, but if user clear their cookies file, everything will be gone.

View 7 Replies

VB Web Developer Wanting To Learn C#

Jul 28, 2011

I've been an ASP.NET VB.NET Web Developer for the past 4 years, but its been mainly self-taught so I think theres a fair few basics I have probably not learnt along the way.I'm interested in switching to C#, and was wondering what book would be best to buy to learn this.Is Jon Skeet's 'C# in depth' book a good place to start learning, or would this be too difficult for me to start with?

View 4 Replies

Creating AIO`s - (All In One) Application

Sep 29, 2009

I want to create a AIO (All In One) application.

Heres an example of what i want to do , lets say each line of text on this image is a button that opens the the program when clicked

Also imagine that the pic below is a "Windows Form"

I know i can open programs by using the "shell (Program location) " code , but in want to be able to upload this AIO to rapidshare etc. for others to use on other computers.

View 11 Replies

Creating An Application?

Feb 24, 2009

I'm creating an application in vb.net.I wish to have 2 projects- one for GUI and the other for class implementations.(Its for the maintainabilty purpose i'm separating GUI and implementation.)I would like to call the class ct

View 2 Replies

Creating An ASP.net Application?

Feb 15, 2012

Actually I am facing issue in creating an ASP.net application.I have created a project in VB.net but now my seniors are saying that the code should be in ASP.net and it is taking hell lot of time for code conversion, designing and all other stuff.Actually I am not able to get all the functions and properties in ASP.Net since I had been working in ASP.Net for a long time.

View 11 Replies

Creating CRM Application Using .net?

Aug 26, 2009

I am doing a project on the CRM application which can sending or receiving of emails and sms. Most of the CRM application that has been build is using the web form which mean the application of the CRM is build as website. But the problem is that I am doing it in the windows application. The CRM application that I am doing is the the admin can send/receive emails and sms. It is some sort like microsoft outlook. but the difference is that in microsoft outlook it can only send emails. When i search the internet for the gateway, there is no free gateway. Is there any examples for sending or receiving of sms and emails. My group partner is doing on the emails which he uses the SMTP server.

View 1 Replies

Creating The CRM Application?

Jun 21, 2010

I am doing a project of CRM application which does sending and receiving sms/email. I am doing this using the visual studios 2005 ans SQL Server Database to store the send or received sms/email. I have search on sms in the internet but the problem is that it is using C# as I am using the vb.net language. Even though some of the research that i came across is in vb.net but the application did not work.

In my research, the sending and receiving of sms application uses sms gateway, AT command. But I am not sure which one to use becoz I am doing this application for my project. Hope for any recommendation on which one to use either the sms gateway or AT command or any other device. My lecturer said that my project is most likely like the M2U Mozat. Not only that I am doing the sms but also the email. The email part is done by my partner but the problem is that he creates the email using the SMTP server. How can using a SMTP server to create sms? It is because the part that I am doing which is the sms and the email to combine together.

View 2 Replies

Cannot Install Visual Web Developer 2008 On Win 7 64 Bit?

Jan 10, 2010

I get an error that says Setup Stopped working when installing Microsoft Visual Web Developer 2008 Express Edition with SP1 . Everything else installed fine. I am using the Offline ISO.

EDIT: This happens with the new 2010 Beta 2 also.. same exact error message.

Here are the details:

Description:Microsoft Visual Web Developer 2008 Express Edition with SP1 - ENU has encountered a problem during setup. Setup did not complete correctly.

[Code]...

Google search does not help. What is really funny about this is that from my search I see there are multiple solutions for this problem that have worked for different people, none of which apply to my situation.Why do I get the feeling that God does not want me to learn VB programming? (Grin)

View 1 Replies

Close Button In Visual Web Developer?

Aug 20, 2009

I want to put a button on my Visual Web developer 2005 Express edition page (one single web page) that will close the internet web browser (IE 7 being used), when my users click on the closed button. I need to write visual basic code to closer the browser but haven't found an example that explains how to do this in code. Can someone give me an exmaple of how to accomplish this in Visual Basic Code.Paul Mayer

View 1 Replies

Compiled Code Not Responding Same As Developer?

Oct 27, 2010

I have completed a small VB console app to read data from a BT card scanner. From within the VS2010 developer the app runs as desired, capturing the data and displaying it on screen with console.writeline().When I compile and execute the code either from the debug bin version or the release bin version, the app only captures the first few bytes then closes. All the code is within the Module1 Sub Main. Is there a compile setting or other property that I need to adjust?

View 11 Replies

Create A Website With Program Developer?

Sep 26, 2009

My home page contains three Dropdownlist controls, the lists are populated from my database i created ie. (From three tables)- Courses, Grades and Schools.

I want a situation whereby a user clicks on any of the Courses, or the Grades, or any of the Schools from my dropdownlist controls, and selects the search button, the names of the students that took the course, their grades in that course, and their schools should appear in a table form. if its a Grade that is selected, the names of the students with the grade, their courses and their schools should also appear in a table form. And likewise the School.

View 3 Replies

Display Selected Properties To The Developer?

Sep 15, 2010

I have class containing 10 properties. It has constructor which accepts one string parameter say "Param1". This is actually a liabrary which will be exposed to the developer.

Now when developer writes a code for creating instance of this class and pass the param1, then depending on the value of param1 developer should be able to see limited properties.

If Param1 has value1 then developer should be able to see 4 properties.

if Param1 has value2 then developer should be able to see another 3 properties etc.

View 4 Replies

Exit Button In Visual Web Developer?

Oct 6, 2010

Me.Close() doesn't work.

View 3 Replies

Forums For Quotations For Developer Work?

Sep 17, 2009

I've done a google and bing and am obviously not entering the right words. I'm looking for a forum where I can get developers to bid for some (net) development work I'd like to subcontract out. It wont necessarily be VB net

View 2 Replies

Get Unhandled Exception Information To Developer

Jan 26, 2010

I am wondering how I would get the information on what errors get processed by the application.unhandledexception. I already handle the event and gather the information, but I am unsure how or what the best way to get that information to me (the developer).

So far I have vdialog that asks the user if he/she wants to send the error to me, kind of like when an error occurs in Windows XP and a dialog asks the user if they would like to send information about the error to microsoft. I am unsure what to do when the user clicks "Send".

I have thought about emailing to me, but I don't really want to put my email address as the from, because I might change it or its password in the future, thus breaking its usability.

I cannot yet do an anonymous FTP upload, because my website only allows one FTP user, and that is used only to update the website.

I also have thought about using the user's default email program, but that will not work in most cases of people who rely on web mail.

View 2 Replies

Options Are Available For A Developer When Using Fluent NHibernate?

Jul 9, 2010

I've been using c# for the past year and I enjoy the power you get with Fluent NHibernate. One question that I get from friends is "nice but how can vb.net programmers use this?"So for example- the below is a c# mapping class. How would someone do this with vb.net?

public class PostMap : ClassMap<post>
{
public PostMap()
{
Table("Posts");

[Code]...

View 1 Replies

Python - VB Developer Wants To Write Linux App?

Apr 17, 2012

I am trying to choose a language, IDE and other tools in order to develop a photo gallery application for a Linux platform. Specifically the Raspberry Pi My background is almost exclusively using Visual basic since the early 90's and most recently VB.NET in VS2008

View 1 Replies

Using Sql 2005 And Visual Web Developer 2008?

Jul 21, 2009

im try to do a profile page in my website. has anyone done one before and if so have they any sample code i can look at im using sql 2005 and visual web developer 2008

View 8 Replies

Visual Basic.NET Resources For C# Developer?

May 23, 2009

I am C# developer and now I am involved in some large, already in production, project that is written in Visual Basic.NET.I am trying hard not to write in C# and use some automatic conversion tool to Visual Basic.NET. I want to be able to read and write fluently in Visual Basic.NET QUICKLY. I can write and read VB.NET but it is not so easy like writing and reading C#.

View 3 Replies

Where Is Help File For MSXML And DOM Developer's Guide

Sep 30, 2010

I have a reference to MSXML6.0 so I can handle DOM in my VBA coding (Office 2007) but I need a helpfile.If I open the Object Browser for MSXML2, select the Class IXMLDOMElement and try to open help on the member nodeType nothing happens. Can anyone assist in how I can access help on the MSXML2 Library. Many people refers to the DOM Developer's Guide for help - unfortunately the is no DOM Developer's Guide, at least I can't find it, neither on MSDN nor on W3.

View 2 Replies

Creating A Battleships Application?

Oct 21, 2009

i am kind of new to the programming scene, i am creating a battleships application and i want to know if it is possible to drag an image from a picture box, to another picturebox image at a specific spot in the image, like placing your ships? perhaps set the board as a background imagine, im working with visual basic.net for experienced programmers, and i ahve gotten the idea from the chess game they make,unfortunatly they dont mention dragging from one picture box to another.

View 2 Replies

Creating A Billing Application?

Feb 18, 2010

removed
Attached File(s)
billcalc.zip (239.61K)
Number of downloads: 265

View 3 Replies

Creating A Console Application In VB

May 15, 2012

how to create a console application that asks the user to input his or her first name and last name separately. The console application will display a message that varies according to the user. Then combine the two names into a single string variable named fullName, so that they 'll output a full name.

View 4 Replies

Creating A Desktop Application In .net?

Jun 21, 2010

acctually i m creating a desktop application in vb.net so on the data insertaton page i had got an error that is "the ConnectionString property not initilized" so i m posting all my code here.

[Code]...

View 11 Replies







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