Java - What's The Best New Development Tool Of 2009?

Mar 5, 2009

I am looking to do a presentation at work to our development team. I was wondering if their is any new tool which would be easy to demonstrate. It is just an after work thing for talking about new technologies.

View 5 Replies


ADVERTISEMENT

Convert A Java Tool Into A VB 2005 Application

Jul 20, 2009

i need to convert a Java tool into a VB (2005) application. Most things are fairly straight forward, but i have on a few lines my problem the appropriate VB function to find.

View 5 Replies

Make A Tool Bar In Task Bar Such As Windows Media Player Tool Ba

Jan 5, 2010

I want to make a Tool Bar in my task bar such as windows media player tool bar.

I'm using VS2005.net Windows xp Professional Edition.

View 5 Replies

Using VB2010 With DirectX Aug 2009?

Dec 31, 2009

My OS is Vista Home Premium (64-bit) SP2. I've been working with VS 2010 Beta 2, wrote a few apps, and downloaded the Aug 2009 DirectX SDK. I have all of the source code for a game I wrote ten years ago (with VB5 using DirectSound and DirectInput from DX7) and I would like to get it working with the latest VB and DirectX (and use Direct2D also) but the first problem is that I can't even find how to "include" directx into a project. I was hoping to make a small example app to figure out what I need to do to update my code and what capabilities D2D has, but I can't even get out of the gate with DirectX.

View 6 Replies

Why The Value Is Not Set In StartDate Variable As 29-Sep-2009

Sep 20, 2009

I have a variable for startdate as shown below.

Dim startDate as Datetime
startDate = Convert.ToDateTime(datepicker1.text).ToString("dd-MMM-yyyy")

In the immediate window if I try Convert.toDate(datepicker1.text).toString("dd-MMM-yyyy")it is showing date as 29-Sep-2009 but the value of startDate is 09/29/2009 I really don't understand why the value is not set in startDate variable as 29-Sep-2009

View 3 Replies

Put Tool Tip Text In Tool Strip Status Label?

Oct 17, 2010

how to put the tool tip text in status bar label this in form load event

View 14 Replies

Code To Use AX 2009 ReturnOrderInService Web Service

Jul 22, 2011

Need to use the create method of the AX 2009 ReturnOrderInService web service in a vb.NET aspx page to create an RMA in AX.The code I've written below creates the RMA in AX, but doesn't show the line details in the AX RMA form, even though the records are in SalesTable and SalesLine.Is a record needed in InventTrans or is there a missing InventRefId value somewhere?[code]

View 1 Replies

Convert A Program Written In VB 4 To VB 2009 Express?

Jan 4, 2010

Is there an easy way to convert a program written in VB 4 to VB 2009 Express? VB 2008 wil not open a .MAK project.

View 7 Replies

Error: GR Fingerprint Is Not Initialized - SDK 2009 Integrated With VB

Feb 15, 2012

Im currently working in integrating GR Fingerprint SDK with vb.net application. I am using MSSQL 2008 as my database and vb.net as the front end. I have completed almost 90% of the application and im stuck in integrating this SDK with my application. It has an error such as Unable to connect to database and also grfinger is not initialized cannot be converted to double and stuffs like dat. [Code]

View 3 Replies

Using Xsl Transform To Return A Sorted Xml Document In Vb 2009

Dec 29, 2009

i need to create a function for transforming an xml document using xslt. I am able to copy the document using xsl:copy-of, however it's not copying the root of the source xml document. As shown below, the root of the xml should be <List xsi:noNamespaceSchemaLocation ~>: [Code]. My IDE is Visual Basic .Net 2008. I need to reproduce the xml file with the SName attributes sorted in ascending order.

View 3 Replies

CPS 110 Spring 2009 (Singh) Review Topics For Test 2?

Mar 31, 2009

Basically I have a test tomorrow in CPS 110, my programming class that I am completely lost in. I plan on becoming a network admin and not a programmer but I had to take the class. Anyways, here is the email of the review my professor sent me. Following that I am going to say what I need help with.

CPS 110 Spring 2009 (Singh) Review topics for Test 2(You are expected to remember the previous stuff: datatypes,if / if-else statements and booleans).I. Select case statements: write code/walk through

II. Strings and built-in methods. You CAN use the handout about strings and characters from class on the test.

[Code]...

View 7 Replies

Guitar Champion Final Release ! 2009 Share Your Project | Dream.In.Code?

Feb 28, 2009

Its finally done... post your impressions!Attached File(s) GH_Champion.zip (11.34K)Number of downloads: 35

View 7 Replies

Won't See All The 01-01-2009 Rows Listed First Followed By The 01-01-2010 Rows?

Nov 2, 2009

My DataGridView sorts by date. For grins I entered the date 11-02-2010 fully expecting it to be at the bottom of the list, not listed right after the last 11-02-2009 row and before the first 11-03-2009 row.How do I handle this so that come January 1, I won't see all the 01-01-2009 rows listed first followed by the 01-01-2010 rows then the 01-02-2009 rows, etc?

[code]...

View 6 Replies

Use VS 2010 For All New App Development?

Feb 4, 2011

Is VS 2010 just IDE features - or do I need to use it to target more recent framework versions?Starting a big project and want to make sure I'm aware of what VS 2010 offers over VS 2008.

View 2 Replies

Date After Clean Install Error "Conversion From String "13/8/2009" To Type Date Is Not Valid"

Aug 15, 2009

I did a clean install and tried to get the project running again. The code ... AlteredDate = SelectedDay & "/" & SelectedMonth & "/" & SelectedYear would always work defaulting to DD/MM/YYYY before the clean install. The program now runs an error "Conversion from string "13/8/2009" to type Date is not valid.. How do I change the default back to DD MM YYYY or format it to that?

View 3 Replies

Get The From "1/1/2009" To "3/1/2008" Using Datetime Picker?

Feb 2, 2009

Dim mDate As Date For mDate = dtpFrom.Text To dtpTo.Text

Next i have tried that code to get the from "1/1/2009" to "3/1/2008" using datetime picker but this error is found 'For' loop control variable cannot be of type 'Date'.

View 2 Replies

.net - Active X Development: VC++ Or VB Or Other Technologies?

Mar 6, 2010

We are in the process of creating active-x controls used within our application. Since Microsoft stopped supporting classic Visual Basic, is it wise to use Visual Basic to develop the Active X control or the latest VC++/ATL/MFC libraries provide more feature where we can create controls faster by leaving Visual Basic flexibility?

We will not be able to use .NET/VB.NET/C# since the application is supposed to work inside containers and containers may not support latest .NET runtime.

View 4 Replies

.net Windows Application Development?

Mar 31, 2010

I am working on a VB6 project and my organization is planning to upgrade the technology from VB6 to VB.net. As I am new to VB.net windows application development, I dont know where to start and what to include in code. I have read that VB.net windows applications code should have AssemblyInfo, CultureInfo, Windows Security authentication etc. But I have still not found any article, code sample or VB.net windows application sample that could give me a complete list of features that an organization level VB.net windows application must have.

View 2 Replies

Asp.net - Find A Clean API For VB Development?

Feb 18, 2010

I am completely new to ASP.NET programming, and was asked to work on a small project involving ASP.NET, VB (which I am new to as well) and Microsoft SQL Server 2005.Being used to php/java I was hoping to find some kind of similar API to php.net and the javadoc. It would be very useful to have as I would prefer to work with a text editor, instead of using DreamWeaver or Visual Web Developer.In the project I basically only need to use ASP.NET to read from a SQL 2005 database and write to JSON files. where to find a clean and decent API to work with?

View 4 Replies

Best Language To Choose For Development

Jul 18, 2010

Which language, VB.Net or C# is the best language to choose for development right now? Needing users to have the .Net framework is something that I see as a drawback to Vb.NET, but what are the pro's and con's of each language? What can be achieved with one but not the other?

View 1 Replies

C# :: Sharepoint Development In What Language?

Jun 9, 2010

I know this might sound a little silly. but I'm confused as to what language does sharepoint code behind uses? do they use vb or c#? or is it possible to use eithe

View 2 Replies

Code In .net For Application Development?

Feb 17, 2009

I am new developer and i need code for my tools which i had to develop for my desktop Application like pan add data show attribute table

View 1 Replies

Development Of A Text Editor?

Oct 8, 2010

I've programmed a text editor and controlled through its sound as a program, but I want to distinguish it from other software

View 5 Replies

Getting Recommendation For VB Development Computer?

Jan 12, 2010

I currently develop VB programs on a Dell Dimension 9150 with XP Pro SP3 that I bought in 2006.I use my computer to develop VB 3.0 to VS 2010 programs. I also use Microsoft Office 2007, Expression Studio 4.0 and other email and internet searching and reading.I'm not a game player or music player. I mainly do just development and other utilities to aid in my programming efforts.

I am going to buy another computer and I was wondering what others would recommend as far as how much memory and hard drive space
and which processor to get. I would also like a recommendation as to which operating system to get, Windows 7 I'm sure, but which version?

View 1 Replies

Id Card Software Development?

Mar 1, 2010

I want to develop a software that can be used to design and print plastic Id card. The software will consist of toolbox where user can select item for drawing and data entry, i.e. label and picture control. The Label could be linked to database and should give user to save and retrieve the project in the feature.

View 3 Replies

IDE :: D3D Game Hack Development?

Jun 24, 2010

compile this game hack. I get syntax error and GetModuleName.

#include <windows.h>
#include <detours.h>
#include <d3d8.h>
#include <d3dx8.h>
#include "log.h"

[Code]...

View 2 Replies

Keeping The Development Resolution?

May 26, 2011

I've been trying to find the answer to keeping an application from allowing "scaling" of controls and forms to the user's settings. I have set the autoscalemode to "none" on one form but it doesn't seem to work. I'm using Visual Studio 2008 Visual Basic. My users are on using either XP or Windows 7. I think we are all using Framework 3.5 but not really sure.

I knew this problem would eventually become an issue but ... Now the problem has become an issue. I have a user that has dual monitors and has the text setting on medium. Now the label controls overlap the input text fields.

View 1 Replies

N Tier Development For Win Forms?

Apr 27, 2010

I usually create N Tier applications with ASP .Net applications as per the advice at ASP .Net (data tutorials). Recently ive tried to create an N Tier Windows Form database application and found the method im use to (i.e. ASP .Net) doesnt really work (unless i was doing something wrong).

View 7 Replies

No VB SDK For Windows Phone 7 Development

Sep 18, 2010

Despite the fact that Lisa and Luca anounced on 13 may 2009 that C# and VB.NET would have a Co-Evolution i am dissapointed that there is still no VB SDK for Windows Phone 7 development ( afaik complete XNA isn`t supported yet ) .

View 6 Replies

Software Development By Program?

Jun 11, 2011

how to develop application software and doing research regularly.Is there any powerfully software available that automatically create software without and coding knowledge. still conceptualizations and sketch is important part.Like we have Macromedia Dreamweaver, through which we can see ontime our design and coding accordingly...is there any software available to create any custom software on same theme.May be one of the example could be "Real Studio"?

View 5 Replies







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