Why Program Doesnt Work Without Help Of Visual Studio
Jun 13, 2011
I am really confused! My program doesnt work if I dont have visual studio here in my pc. To test it I have uninstalled visual studio. But my program doesnt work though flash player is present there(I have used flash animation in first form). To be more sure about it I have installed Flash. But its not working! That means flash animation file(.swf) is not making problem! It needs support from visual studio to start. Doesnt it mean that some files are not attached with setup file as a result it needs visual studio to run? Let me tell you how do I create setup file of my program.[code] Application Folder> Create another shortcut & bring it to User`s Programs Menu>Folder(program`s name as folder`s name)
View 4 Replies
ADVERTISEMENT
May 15, 2012
I have one tool which we developed on visual studio 2010. there are basically two parts of my project, one is UI part which i wrote in VB and algorithm part which is in C++ on back end. When we compile C++ part it creates a .dll which is used by my front end VB program.
Now my problem is little weird since i am compiling and deploying this tool on windows xp machine but some of the users are using windows 7 64 bit machines and after running the program for about 5-10 minutes, it crashes on windows 7 with following error
Not enough storage is available to process this command and when i view details of that error, i get the following description.
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ComponentModel.
************** Loaded Assemblies **************
mscorlib
[Code].....
i am completely clue less for this error since this program works fine on xp but doesn't work on windows 7.
View 12 Replies
Apr 11, 2012
I'm not quite sure why, but this program doesnt work as intended. It's kind of difficult to explain but if you tried it, it doesn't work properly.
Private Sub btnApply_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnApply.Click
'clears the changes box before going through if statements
Me.txtChange.Text = ""
[CODE]...
View 3 Replies
Jun 6, 2009
How can I congigure Source Control to work with VS.NET
View 3 Replies
Nov 4, 2010
Have anyone worked on a project on 2 different computers with different version of Visual Studio Express?
In my case, I have made (and still working on..) a project in VSE2008, which I have installet at my job-computer.
At my homepc I have VSE2010 installed. I am a bit afraid to try working on that project from another version of the Visual Studio..
View 1 Replies
May 15, 2008
[Code]...
KEYASCII command does not work with visual studio 2005. What is the new code we should use?
View 4 Replies
Feb 16, 2011
I'm trying to write a Vistual Studio 2008 macro to run a stored TFS query and display the results.Previously I've created a query and named it 'Assigned to Me' to display all the work items currently assigned to me.Instead of View->Team Explorer, click, click down the tree to My Queries then double click 'Assigned to me' I want to write a macro to automate these steps.
Sub TemporaryMacro()
DTE.Windows.Item("{131369F2-062D-44A2-8671-91FF31EFB4F4}").Activate() 'Team Explorer
DTE.ActiveWindow.Object.GetItem("tfsserverMyProjectWork ItemsMy QueriesAssigned to Me").Select(vsUISelectionType.vsUISelectionTypeSelect)
[code]....
View 1 Replies
May 12, 2011
EDIT I accidentaly found a walk around to this problem... Adding the following line in the begining of the function solved the problem for some reason.remoteIPAdress = remoteIPAdress & "END"
I have a school assignment where I am supposed to build a simple TCP/IP messenger in Visual Basic.The problem is that when the client sends his IP in a request I've built ("LetMeInXXX.XXX.XXX.XXX"), even if the server receives the request as it should, it parses it completely wrong..
[Code]...
View 1 Replies
Jan 22, 2010
I am trying to make a console program in Visual Basic on Visual Studio 2008. I want to ask the user of the program if he wants the premium version or the standard version. If he chooses the premium version, then I want it to say premium in his "receipt" later on and if he chooses standard, then standard in the receipt.
[code]...
View 1 Replies
Jan 31, 2010
I have visual studio 2008 installed and was using C#. I am now trying to find Visual Basic. I can't find it. Is there a way to download it or should it be somewhere in my visual studio program? I don't want to use vbexpress, just regular VB 2008.
View 1 Replies
Feb 15, 2009
I need to convert the following code to work in a visual studio 2008 windows form application, the moment ObjectQuery, ManagementObjectSearcher, ManagementObject and ManagementObjectCollection are not valid.
im objectQuery As New ObjectQuery("SELECT * FROM Win32_NetworkAdapter WHERE NetConnectionId IS NOT NULL")
Dim searcher As New ManagementObjectSearcher(Scope, objectQuery)
[code].....
View 4 Replies
Aug 20, 2009
I have 2 console apps projects in the same directory but different projects. There is some common code in the App_Code directory and a common app.config which gets build into seperate .exe.config files.One module (VScanDemonStarter) starts up and writes to one logger with its own appender going to a seperate file. It uses an process.start() to execute the other module (VScanDemon) in another command prompt hidden window.When I run VScanDemon by itself it puts entries into its log file. When I run VScanDemonStarter it puts entries into its (different) log file, the VScanDemon log file gets created, but no entries. I can see it is executing because some files get moved from one directory to another. Just no Log entries.
<root>
</root>
<appender name="LogFileAppender" type="log4net.Appender.RollingFileAppender" >
[code].....
View 1 Replies
Mar 6, 2011
I am trying to write data to a binary file using the Print() method, but when I run it I get the System.IO exception Bad File Mode.
Here's the code for the FileOpen declaration, that might have something to do with it?
FileOpen(filenumber, "path to file", OpenMode.Binary, OpenAccess.Write, OpenShare.LockReadWrite)
Print(filenumber, expression(variable))
View 1 Replies
Dec 2, 2010
well i have been looking all over the internet for hours and i just cant sseem to find a working line of code. ok i know this isnt efficent or anything but i just wana know how to use sendkeys to send control c (copy to clipboard) ive tried using this: Sendkeys.send("^C") and many varriations of that but none of them seem to work and i dont understan why. My program is highlighting some text then i want it to copy that to clipboard.
View 2 Replies
Nov 11, 2009
MsgBox(Session("fllog_ref"))
Dim query As String = "SELECT customer_name FROM tblFixedLine_order_summary WHERE fllog_ref=@fllog_ref"
[code]....
View 4 Replies
Aug 15, 2009
My.Computer.FileSystem.WriteAllText("my.resources.highscore", TextBox2.Text, True)Im trying to use the resources as the directory but it doesnt work
View 2 Replies
Mar 17, 2010
i have a problem, from some reason i'm getting an error when "i" and "i+6" value within the str i = 1 To str.Length If i Mod 79 = 0 Then Dim c As Integer = str.Substring(i, i + 6) If c = "" Then str = str.Insert(i, "b") End If End If Next i
View 27 Replies
Apr 10, 2011
I tested every example I found but it doens't work in vb 2010 express... Do I need to install anything moor to make it work?
View 2 Replies
Mar 2, 2011
So i made 3 forms in the first i made a simple textbox on form2_load i have this code [code] It SHOULD show in form 3 the input of form 2 but that simply doesnt work while it works with the same code on Form 2 . that when Form2 loads it actually has the Input of form1 but not in form 3..As i said there is NO error message and i dont know what i did wrong . Can anyoone help me out
View 20 Replies
Oct 12, 2011
WebMatrix is a web development and deployment tool by Microsoft so how is this compared to Visual Studio? which Use C# Razor Syntax is that more better coding.
[Code]...
View 2 Replies
Mar 14, 2012
Ok, so I have set my form as the parent of a 3rd party application.Appactivate works when the 3rd party application is not a child of my form.It would appear that if the application is not on the taskbar (A non taskbar application) appactivate does not work.
View 10 Replies
Jan 9, 2010
I got this code from a c# post on how to get the location of an open process. What I want to do is beable to snap applications to running processes by finding their location using winapi user32.dll and searching window name then parse the location and set my application on a time to constantly move to what ever location that program is in. I tried the C# to vb.net converter doesnt work.
View 1 Replies
Apr 6, 2009
I have a database and I wanna select a field ..I usually do this with access:
dim chosen as string
chosen = textbox1.text
Dim querysql = "select * from table where field = " & chosen & ""
But with SQL it doesnt work =S I really need to make this work .
View 7 Replies
May 9, 2009
I got the code from ALLAPI but it gives me errors of declarations that have changed in this version of VB, i tried to update the code but...
Public Class Form1
Const VK_H = 72
Const VK_E = 69
[code].....
View 5 Replies
Mar 4, 2010
I have an MS access database that has fomrs with buttons to do certain tasks - a "console" or "toolkit". I am trying to run cmd.exe as the local administrator using this command....
Call Shell("C:WINDOWSsystem32
unas.exe /noprofile /user:administrator cmd.exe")
If my domain account is added to the local administrators this works fine (it asks for a password - is there any way round this?)
If i visit another PC in the domain on which i am not a local administrator, it doesnt work and i don't know why In both scenarios i can manually browse to cmd.exe and right click and runas a differnt user without any problems.Also, is there a more efficient way of running this command?
View 9 Replies
Jan 21, 2010
My debugger doesnt work correctly anymore and I want to let it work correctly cause i've done some changes in my project but when I click on debug then it just shows my old layout.
View 4 Replies
Jan 13, 2011
VB.NET
if InStr(string1, "text1" or "text2") then
msgbox("it has text1 or text2")
end if
How to make it work?
View 3 Replies
Feb 24, 2011
I'm doing a baseball program for a class project. And I almost have it complete, but it's giving me a syntax error. I can't figure out what i'm doing wrong. I'm using two functions to return a value for different type of baseball tickets to the button that calculates them. Here are the instructions 1.)User selects whether to purchase season tickets or single-game tickets 2.) User enters the number of tickets needed and the type of seats based on whether they selected season single-game tickets.3.) User clicks the Compute Ticket Cost Button to display final cost4.) User clicks the Clear Form button to clear the responseI just can't figure out what I did wrong. I know it's something stupid that i'm doing.the errors are happening inside the btnCompute sub routine. with syntax erros on SingleGameCost() and SeasonalCost() line 114 and 118
Public Class Form1
'Global Variables
Dim intTicketChoice As Integer
[code]...
View 2 Replies
Sep 15, 2009
I have to compile projects which was compiled in Visual Studio 6 in Visual Studio 2005. When i compiled i got a set of same error. I opened the project for VS6 by selecting File->open->project/solution and tried to build a solution by Build option but i am getting the following error.
[Code]...
View 7 Replies
Apr 11, 2011
Is it possible to open visual studio express files with normal visual studio?
View 2 Replies