Make Any Changes In Coding In Break Mode?
Jul 8, 2009I am using vs2002.Can we make any changes in coding, while break mode like vb6.0?My editor doesnot allow me to make any changes in coding in break mode.
View 13 RepliesI am using vs2002.Can we make any changes in coding, while break mode like vb6.0?My editor doesnot allow me to make any changes in coding in break mode.
View 13 RepliesIDE :: not able to modify in break mode..
View 2 RepliesWhen I am in break mode, I cannot update code.I receive message "Cannot currently modify this text in the editor. It is read only." Can anyone explain why I get this message?
View 1 RepliesI have a problem when i want to E&C on break mode.I turn off Optimized code generation but i still haved the problem!Here, Build>Configuration manager, when set configuration to release, i get an error like "Changes are not allowd when the debugger has been attached to an already running process or the code being debugged was optimized at build on run time". in Other Side when set it to debug, the breakpoints not be hit and have a error like "The breakpoint will not currently be hit.No symbols have been loaded for this document".I use Win7 x64,Visual studio 2008 and also set my project's platform target to X86?
View 4 RepliesI have developed a VB2005 winform application and used SQL Server Express as the back end. I have developed the Setup package as well. But when it came to deployment, I came across this particular problem.
During deployment SQL Express is installed but not the Server Mgt Studio hence by default SQL Server tends to be in Window Authentication mode. In my application I have used 'sa' user to connect to the DB. Which is possible in mixed mode authentication. Now in the absence of Mixed Mode Authentication, my package is not running as intended.
Now my question is, is it possible to activate Mixed Mode Authentication without installing Management Studio? And I would like to make a patch application to automate the process.
What is the real mode , protected mode , supervisor mode and the hypervisor mode ?
View 1 RepliesImports System
Imports System.Net
Imports System.IO
[code].....
So I have some vb.net code, and I have a nested For loop inside a For loop, and then I have EXIT FOR statement, will it break out of one loop, or the whole chain?
View 2 Repliesi wanted to ask that how to make a downlad coding because that i have sucessfully make a upload coding but i want to download the file from my localhost, it is possible?
View 10 RepliesI am building a program that will calculate the minutes work times the hourly pay rate and will display weekly pay check amount. This what I got but it won't calculate????
rivate
Sub
btnWeeklyPay_Click(ByVal
[code].....
I have completed a VB.NET project and I want make a installer for this project by coding.so I don't know how coding !
View 3 RepliesI am not particular with the database approach of Foreign Key a manner wherein a data related to another data. Table1 > Relations > Table2 How to make a foreign key and how to use that in coding ?
View 9 Replies-new Dell laptop without a Break key.
-VB6 and VS2008 IDEs use Ctrl+Break to pause execution for debugging.
-I need a way to map another key combination to trigger a Ctrl+Break
My setup may make this easier or harder but to be clear I am running Kubuntu 9.10 (latest stable) and WinXP in a VirtualBox VM. Obviously all VB6/VS2008 dev is taking place in the virtual machine.So maybe it's possible to have the linux host send through Ctrl+Break based on a key mapping, or maybe it's possible to remap directly in WinXP. I'd settle for any solution as atm I need to use the XP On-Screen keyboard to send a Ctrl+Break.
im trying to build a form+attachment that needs to be send to email.Im using a VB background code (attachementemail.aspx.vb)and my front (b-16.aspx) I want the page to check that the user entered a email, name, phonenumber and attachment. what command do I put in the axp.vb and what on the .aspx tried just about anything.
View 2 RepliesCoding a button so when press it i will make something appear in the label in response what was in my textbox. [Code] I cant figure out how to code it so when i click the score button it will put correct in the label in response whether the right answer was put in the textbox. Example the right answer for the textbox is Food. so when clicked to score i should show correct in the label. I feel like I missed a big part in my code to figure this out.
View 4 RepliesFirst I say tx to Dream.In.Code, ex. CharlieMay, who have solved all my problem. Now this is not problem to me. only I dont know, how focus to next currentrow without go to down first! because of this , my coding must include SendKeys {UP} else it go to down
CODE:
How to make SendKeys or corectly my coding, for not show in display like this?
Attached image(s)
" how can i make framework 3.5 setup run in silent mode??? "i want to make the framework 3.5 setup run under windows XP in a silent mode and that's mean i will setup framework 3.5 without ask the user if he want to setup or not .* that's happen when we setup the visual studio 2008 .net under Windows XP , it setup the framework 3.5 and 2 without ask the user .i need this because when i make a program it's run under windows vista and windows 7 but it didn't run under windows XP and that becouse of the framework 3.5 is not installed?
View 14 RepliesI'm wondering if there is any code that I could use in VB.net so it can determine the computer's startup mode (such as safe mode or safe mode with networking).
View 1 Repliesi am using visual studio 2005 on win 7 with office 2007. i have developed win application. i am using microsoft activex spreadsheet component in my program. so it automatically creates reference to AxInterop.OWC11.dll When i run program in debug mode (open program and click RUN in toolbar it works) but if i run directly .exe (go to bin elease doubleclick .exe) it give error at loading point of that component. It says "Attempted to read or write protected memory. This is often an indication that other memory has been corrupted." An unhandled exception occurrs.
[Code]...
How do I make flash go on full screen mode when I click on the form button?[URL]
View 32 RepliesI work for a shop that maintains a fairly new app. The app still has its fair share of bugs, with numerous tickets coming in daily. The error information we're given with those tickets is not as useful as it might be because the application was compiled in Release mode, which I read is smaller and faster (makes sense).
Are there any ramifications to deploying a .NET application to production that was compiled in Debug mode? I would expect it would be a bit slower, but I've read the difference is nominal. This would assure us that when we get errors on tickets we have line number associated with those errors and this, of course, makes debugging much easier. major red flags that would prevent you from doing this? I'm tasked with researching the possibility.
I'm using Report Viewer(VS 2008) to make a report in VB.net. I add Table with Table Header, Table Detail, and Table Footer. Then insert a Table Group(table1_group1) and add expression =IntRowNumber Nothing-1/10 on that group. I check page breaks at end.
When I load the report its show normal :
page 1 : page header+ table header + table detail(10 list data) + page footer
page 2 : page header+ table header + table detail(5 list data) + table footer + page footer
But when I click Print Layout Icon its show an extra page(page 3):
page 1 : page header+ table header + table detail(10 list data) + page footer
page 2 : page header+ table header + table detail(5 list data) + page footer
page 3 : page header + table footer + page footer ( this is the error)
I also try to print the report and its print 3 page.
This is applicable to C# and VB.Net. I am writing a console application, but one aspect of it I want to make representable in a GUI (that being downloads running, with progress bars). is it possible to write a console mode application that can also have a form in it that can be called from code inside the console component?
View 3 RepliesSay we have a DataGridView on the main form. I can chose to establish its properties by code or by selecting them in the Properties panel. Is there a difference between these two techniques, a loading time penalty in any of the cases especially?
View 5 RepliesMy program was working fine a few days ago, I opened my project today to do some more work and i got this error.[code..]
This error is coming from every String.Format() in one single file of my project, what has happened has my project been corrupted? Why are the other files not throwing this error, why after leaving a working project for a few days am i now faced with a broken project and an error that does not make any sense?
i need to break out of an inner loop and i've been advised that exit loop is not the best way to do so. So i've thought of another way to do so, i want to get the value within the if statement, but it doesnt appear to be working properly.
[Code]...
You see that i'm using Bavailable to try and break out of the loop to get the value pos in the instance of one of these if's conditions are returned true?
I need to retrive a part of the value present in combobox.Suppose the ComboBox stores the Time values in it.
eg.
00:00
00:30
01:00
01:30
Then how can I retrive only the hours value or the first two values separately from the Combo Box.Is there any function like Substring to break the values....
im using that code can u plz tell me how can i break the line .because the reason is that my rich textbox text is to much so i want if richtextbox textlength greatter than 9 the line change.[code]
View 1 RepliesUsing your RichTextBoxPrintCtrl class, is there a way to set a Page Break? Could code be added that if a certain string of characters were detected, A Page Break would be sent by the class?
View 3 RepliesI need a code wich break
If
x = DialogResult.Cancel Then
ElseIf
x = DialogResult.Yes Then
[code]....