VS 2010 Code Profiler?
Feb 24, 2012I was searching for code profiler and found Very Sleepy code profile
View 1 RepliesI was searching for code profiler and found Very Sleepy code profile
View 1 RepliesI wish to implement Sql Server Profiler in a C#/VB.net application. Does anyone have a good example of how to do this? I have searched on Google but didn't find a good working example. I don't have Sql Server Profiler on my system and also don't have Sql Server (it is on a different system). How do I create Profiler for my self?
View 2 RepliesI have a problem with running CLR profiler. It throws an exception: See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box.
[code]...
I started out with a console application but half way I switched to windows form in the application properties. Does that have something to do with it? I do this because I don't want to show the console. My application takes about 57 miliseconds to run. Maybe it's too fast for the clr profiler ?
I wish it existed some "maintainability profiler"...
View 4 RepliesThis code was posted in Chit Chat and everyone is saying how great it is. I just have Visual Studio 2010 and no familiarity with VB6 so I thought it would be good to convert the code to Visual Basic 2010.
[Code]...
I had a weird series of errors involving e.Graphics.DrawString() when painting a panel.I am using a barcode font [Code 128] with a library that converts text to the proper format for Barcode readers.That's fine, however, when I draw it to the panel, that's where things stop being fine:But, here's where things get funky. When I put it into a TextBox instead of drawing it via Graphics.DrawString(), everything is peachy:In fact, the TextBox one looks much better than the Graphics.DrawString() one! Am I doing something wrong?[code]
View 2 RepliesWondering if it is possible. It works on the idea that all files share common code. The program would ideally analyse the source file and compare it to the reference files. It would then find common parts of the code and write it to a rebuild file. At the end the rebuild file and the reference files would then be able to rebuild the source file without it being present.
For Example.
source file code = xxyyzyzyxw
ref file 1 = xyxxzyzxwyy
ref file 2 = zxxwyzzywxx
The program would then analyse these files and make a rebuild file like the following
source(0,1) = ref1(2,3)
source(2,3) = ref1(10,11)
source(4,7) = ref2(5,6) + ref2(5,6)
source(8,9) = ref2(2,3)
Thus you would be able to build the source file using these instructions and the reference files.
when i put, for example, a picturebox in form and code some events. then i want delete that picturebox. well the code stills there. imagine that i use another picturebox i use the same name. now if i double click on these picturebox, the code editor recreates a new subs. can i disable these situation?
View 6 RepliesOk i have this code on a button click hook
[Code]...
but if the checkbox is not checked then i want it to wait until it has copied the file before deleting it because at the moment it deletes it quicker than it copies it and the file could be different size everytime so i cant just put a simple timer of say for example 5 seconds in.
I am learning VB for the moment. I want to copy/paste code from a PDF to Visual Basic 2010 Exppress, but if i paste the (structured in PDF) code to VB, i get 1 long string of code and need to restructure it by entering after each line. Otherwise VB gives me a lot of errors. This is a time consuming work. Isn't there a way, VB puts the code in the right format?
View 4 Replieswasnt sure here or games but code applies to vb 2010 more than a game so...Right, this is the second time i've typed this so i'll keep it brief( didnt post last time )im making an rpg game for the hell of making an rpg game and to display the players health im using a case select code which selects one of 20 jpg images depending on the percentage of the chars health (health / max health * 100)
Here is the code :
Select Case monsterhealth / monsterhealthmax * 100
Case 96 To 100
[code].....
I am trying to obtain the content of a web page displayed in an iframe in a Web Browser Control in Vb2010- While searching for this I came across the following C# code to obtain content of iframe. The person who has posted the code suggested that I can use the C# code in a VB.net application. I want to know, how to do this (ie how to use the C# code in a vb.net application)? [code]
View 1 RepliesOption Explicit
Private Const NULLPTR = 0&
' Constants for DEVMODE
Private Const CCHDEVICENAME = 32
[code]....
Prior to VS 2010 I was able to debug VB6 client code from the .Net IDE by setting "Start External Program" to vb6.exe (full path), or attaching to the running vb6 executable via "Tools->Attach to Process" and have execution stop at the required breakpoints in my .Net code.
Now with VS 2010 I seem to be only able to accomplish the same by setting the target framework to 4.
Is this a bug in VS 2010, or is there a switch/option that controls this?
At my old job we used batchscripts to start macro's in another application. These batch scripts would also write data about the status of the macro as loglines to a log file using VB.
I have saved the batchscripts when I moved to another job because I always thought they might come in handy. However I forgot to save the visual basic script needed to create and fill the logfile.
The batchscript would look like this:
SET SP=C: est
SET LOGFILE=C: est est.log
cscript //nologo %SP%logging.vbs "Script executed by admin" >%LOGFILE%
cscript //nologo %SP%logging.vbs "Starting Loading Data" >>%LOGFILE%
Can i use the code of vb2008 in vb 2010?
View 4 RepliesOn my form i have 4 text boxes which need to show one of each of the following.
box1 the amount of years since 25/6/09
box2 the amount of months since 25/6/09
box3 the amount of weeks since 25/6/09
box4 the amount of days since 25/6/09
What would be the code for each of the boxes?
I made a simple VB application has a database created by SSMS and attached to it.Here is my form
Imports System.Data.SqlClient
Public Class Form1
Private cs As New SqlConnection("Data Source=STARMAX-PC;Initial
[code].....
I have the following code, I was wondering if anyone could show me a way to clean it up abit, it's a bit bulky and repetitive and I am just looking to slim it down.
Public Sub RefreshList()
Dim Button As New ListViewGroup("Button")
CodeKeeper.lvCodeList.Groups.Add(Button)
[code].....
Ok, getting a little frustrated. I'm a new VB programmer (just a few months). Let me show you the start of my code so you can see what I'm trying to do:
Public Class Form1
Dim crude1 As Double = 0
Private Sub Button1_Click_1(ByVal sender As System.Object, ByVal e As System.EventArgs)
[code]....
i use this code many times on all my applications.but now i'm on windows 7 and changed the framework to 3.5 and the code does not do what it supose to do.If File.Exists(Application.StartupPath & "downloaded" & ListViewEx1.SelectedItems.Item(0).Text & "ar.exe") Then
[Code]...
I have 4 ComboBoxen and 1 DatagridView into one Form. I make a code, for binding with 5 tables, each is own dataSet and dataAdaptor Is it possible to use one DataSet and one DataAdaptor for 5 Tables, so my code become shorter.
I think the solution is a SQL SELECT query, but i dont no for sure.If it is a SELECT query, ore something else, cane anybody help with make the code i need.
[Code]...
but i used this to check if its true
Dim returnValue As String = html
Label4.Text = html
If Label4.Text = "true" Then
[code].....
I made a simple VB application has a database created by SSMS and attached to it.Here is my form code:
Imports System.Data.SqlClient
Public Class Form1
Private cs As New SqlConnection("Data Source=STARMAX-PC;Initial Catalog=PRACTICE;Integrated
[code].....
I just have a quick question, I have tried to get my code to work for a little while now and have run out of ideas, here is the codeHTML
If picturebox1.image = programname.my.resources.picturename then beep()
Well the problem with that is
Error3Operator '=' is not defined for types 'System.Drawing.Image' and
[code]....
Just a quick question, what will this code be in vb.net? if this is the wrong place for this request.
[Code]...
How to make this 1 Button : when its pressed to run this
@echo off
:end
GameServer.exe 127.0.0.1 55970 127.0.0.1 55960 55901
echo .
[code]....
But to has .ini file that they can change this things (thats are in red)When they change it, then when its pressed the button to open the file with the perifrences that are added in the ini any ideas ?
whenever I have to convert something to a value (for example,lets say I have to convert something to
a boolean) visual studios will give you their advice of CBool, which works, but that's VB6 and I do
not want that. If you know of a plugin that does it, I'm open to that as well.
i have Office 2003 on my developer computer, but my client have Offie 2010. i handle the error on access adding the reference of outlook.exe programatically, but when i have to fix the VB.Net solution, i can't find a way to programatically add the reference of Office 2010 when i don't have that version installed on my computer.
View 5 RepliesI have a form in visual basic 2010 in design view. And when i debug the form. the button i have put on the form does nothing. i want the button that i added, to do what the add new item does on the toolbar at the top of the form the code i have now is
Public
Class
Form1
Private
[code]....