C# Code Within .NET Application?
Apr 4, 2012i have one application which is build using VB.NET now i required to add some C# code inside my existing VB.NET application does it possible or not?
View 6 Repliesi have one application which is build using VB.NET now i required to add some C# code inside my existing VB.NET application does it possible or not?
View 6 Replieswhat is the different writing code application vbnet 2005 application for single user and multiuser?
View 3 RepliesI'm using VB 2008, and I have a dual core computer.Is it possible to make a code that sends one application or program in 1 core, and other application in the other core?
View 1 RepliesI try to make MDI application and take following steps;Create Parent form with toolbar buttons and set isMID property to true.Then create a child form when i minimize the child form it minimize to the corner of the parent only X sign is visible can i set the boundries i mean i want that in minimize condition - and X sign is shown.Second can i get the event from the child form control i mean button click event(button on child form) want to add in the parent form.Is there any example code of MDI application?
View 3 RepliesI want to code a parameter to my vb net application so that it can start minimized like app.exe - minimized or app.exe /minimized how can I define the parameter so that the form does what I want
View 5 RepliesI 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 RepliesI developed a web application that selects a data source from drop downlist and generates xml's for that datasource when generate button is clicked and send s generated xml's to helath vault when i click send button.I want to schedule this application such that it will run every day at specified time.
View 4 RepliesI want to connect a vb.net code , with a different application ( the user denyed from access them untill he enter a password in the vb.net window that appear when he click on that applications )
View 1 Repliesi have an application .exe done with visual basic 2008 and i don't have anymore its project files,etc.Is there any way to get the code of an application .exe done with visaul basic 2008?
View 1 RepliesI want to allow the end user to write vb.net code within my application that will interact with my application and database. I have seen software like this, such as GE iFix, Excel, and others.
View 2 RepliesMy name is Anthony. I want to create a flashcard application for son. I am using Visual Basic. I do not know how to start off the coding. I want him to be able to write the question and answer on it and then test himself. like a regular paper flash card.
View 8 RepliesI am new to VBA and looking at an application code, being developed by some one. Although I do get an over view but not entirly sure what these lines of code do, speciallyAddress(True, False, xlA1). I figured it is property but not sure how it works
ColNum2ColRef = Cells(1, ColNum).Address(True, False, xlA1)
ColNum2ColRef = Left(ColNum2ColRef, InStr(1, ColNum2ColRef, "$") - 1
is it possible to add some VB.net code to handle all the errors in my application. (and not to go in each sub and add the on error intruction) I want to handle every error.
View 6 RepliesI can access any setting using my.settings. But If I want to add/Remove settings from my code is it possible. for example I have three settings for myappname,myappstartdate,myapploginuser. now I want to add loginUserPassword setting using code is it possible.
View 6 Replieswhen i click on the next button i want the next record to be displayed.
View 1 RepliesREASON : my program have many projects , and some of them relative about interface . If i change one , but when i call this from other project then, the change won't affect. and it takes several times , it may work.
View 2 RepliesI want to ask is there is any way to convert the VB.net application to ASP.net without changing the code..
View 1 RepliesHaving a thesis my proposal is 2D and action game.i need to know how to embed my flash work to vb.net 2003 for the completion of my thesis
View 1 RepliesI have an VB executable application(.exe) and I would like to get back sourcecode for my .exe application. Please help me if you have any software to get back source code from VB exe program.
View 4 Replieshow to stop the application from doing the code on next line immediately when the user enters nothing in the textbox and pressed a button?
View 1 RepliesHow can I make code run when an application starts instead of needing an event to happen like a button being pressed or something like that?
View 3 RepliesI wrote an application in my free time that helps people create certain files when they want to create a custom level for some game. The application of course is completely free, I made it for fun and to help the community. That community has now requested that I also release the source code of my application, in case I stop being interested and they ever want to fix some bugs (this has happened loads of times in the past in the same community, there are loads of good applications out there with some small annoying bugs where the creator has gone missing and the source is unavailable).
Therefore I would like to release my full source code, but not before consulting here how exactly I should do it..I could of course just zip up the entire Project folder and upload it, but I feel that is probably not the best way to go about it..
[Code]...
I need to replace VB 6.0 code; 'My.Application.OpenForms' with the VB.NET equivalent.
View 1 RepliesI know, how I can change the default icon of an application in the designer.
But I want to know, if there is any way to change the default app icon with code.
I already change the Me.Icon, but this has only effect on the main form and not on the exe.
I was using VB 2008 to code using applications. An example of something I coded was hangman. I was wondering if its possible to somehow use the application code and apply it to a form.So for example with the code below how would one go about putting into a form? If this isn't possible, what are the main difference between form/application coding? How would I go about coding hangman for example on a form, what are the main difference between the two??
[code]...
How can I write codes to run an external application like PowerDVD9 in Background.
View 4 RepliesI have a block of code in an application I have written. I have tried two different variations.Below are examples of the method I used: [code]
The second example adds only three more lines of code. Yet, the app would run at about 10% of the speed as it would in the first sample.
I'm having trouble finishing up this salary program which is designed to calculate salary based on gross sales while using arrays. Essentially, when the Calculate Salary click event is initiated after salary is entered, either $200 should show up in the list box or, if the persons sales were over $5,000, a calculation of their sales * 9% + 200 should show up in the list box. Right now, anytime I enter any number, "Double Array()" shows up in that list box.
Option Strict On
Public Class Form1
Dim salary(19) As Double
[code].....
I need to create a VB.NET function that takes the source code of a VB.NET console application and compile it into a console application.For example, this is the VB.NET source code for the console application:
Module Module1
Sub Main()
[code]......
i'm working on a internet cache cleaner.. i load the cache files in a listbox and send them to the recycle bin. in this process, the app stalls until completion and the stall depends on how many files are in the cache.how can i do this and keep my app active, not stall?
View 14 Replies