VS 2010 Debugging a function
I have a function that is reporting an error. This function is called from many places in my code and I am wanting to determine the code that is calling this function. How can I do this?
View ArticleConvert into vb.net
Hi, Can anyone convert this code into VB.net functions..im new to vb.net Code: public Function Racedate(DateTime d1, DateTime d2) dim monthDay as integer = {31, -1, 31, 30, 31, 30, 31, 31, 30, 31,...
View ArticleARRAY Decimal Value...Please Help!
I am trying to figure out how to add a decimal value into an array. I have stated the structure state and the DIMs and Constants But I keep getting an error when ttrying to load the information in the...
View ArticleDisplay memory byte array in hex dump
Hi, I wan to create simple hex editor because later want to add function to read memory from comm port. I want to make it able read byte by byte and can edit byte by byte too. So far I do have below...
View ArticleCan you please help me with VB coding?
So im really new to VB. Like just a few days new. I took a class called Enterprising with ASP.NET and were using VB 2010. The class didnt call for any prerequisites when i took it by turns out from my...
View ArticleVB programming
Hi, I'M doing a database using VB. in my database there are a few info (shown below"Picture"). my question is.. how do I program such that the "ID" will run in sequence even i delete in-between??...
View ArticleGecko launch new window for new page script
More of a Gecko web engine question, but I figure someone here might be able to help me out. Naturally, a web browser will need to open up a new window. However, I cannot get it to function properly....
View ArticleMswinsock With Socks 5 Support ?
hi brothers i want a Mswinsock.ocx With Socks 5 Support For Vb.net the Normal Mswinsock.ocx is support HTTPS Proxy But Dont Support Socks 5 :confused::confused::confused: plz help me :ehh:
View ArticleVS 2008 String reduce
Hi all ,Im trying to reduce string repetitions. Keeping same order to not alterate text. So exemple : Code: aabbbbbcccaaaa Would be : Code: a2b5c3a3 I've been trying to figure out ; Code: Â Â Dim a As...
View ArticleVS 2010 Datagrid columns comparison problem
Hi, datagrid trying to compare the two lines. I did, but I can not cross a kind of search. putting an image as an example. I'd appreciate it if you help. The normal appearance of the grid number 1 in...
View ArticleVS 2010 Setting Media Player Item Attributes
Here is my code: Code: Â Â Public Sub SaveMediaItemAttributesToFile(stringFilename As String, stringAttributeName As String, stringAttributeValue As String) Â Â Â Â Dim MediaObject As WMPLib.IWMPMedia3...
View ArticleVS 2008 Events from usercontrol
Hello, I'm trying to make simple but functional usercontrol with only one textbox inside. Here are few main events which depends on situation in usercontrol which I declared like this: Code: Shadows...
View ArticleVS 2010 Display array values in Console
Hello, I have two dynamic arrays, each with three values. I want to display the values of both arrays horizontally. Example: Dim iArray1() As Integer = {1, 2, 3} Dim iArray2() As Integer = {1, 3, 2}...
View ArticleType Mismatch
Hi, I am working with Visual Studio 2005 with SQL Server 2005. Now, I have changed a data type on my table (dbo.files) from int to bigint. As a result I received the following error on my page;...
View Articlehow to open a file through its default application upon selecting it in the...
Suppose i have a listbox filled with doc/docx files, when i select a file within that listbox and press the btnOpen. it will launch the default application , i.e. Microsoft word. thus opening the file...
View ArticleVS 2010 Terms of Use
I made a terms of use form that has accept and decline buttons. It's the startup form, and I only want it to pop up the first time the user runs the app. If they press accept, I don't want it to pop up...
View ArticleHelp please?
Hey guys, I have to create a console application for an assignment that will allow members of staff to record and analyse student grades. The system should allow staff members to: Enter student names...
View ArticleVS 2010 Textbox problem noob plz help
hello everybody i know this maybe a simple problem for you all so please help me i can use only one label i don't want to use more i have textbox and a label and button label1 textbox1 button1...
View ArticleVS 2010 Console App: What file(s) to edit for setting change?
Hi guys. I have a console app that gets deployed to a server. This console app has some variables whose values are stored in the projects settings file available under the Project-> Properties...
View ArticleVS 2010 New keyword ambiguity
I thought the New keyword can only be used with classes, but in the following, size is a structure: me.minimumsize = New Size (400, 300 + systemInformation.captionheight) So my question is: In how many...
View Article