Tagged Questions
1
vote
1answer
22 views
VB.NET print pointer of COM Objects
I want to print the memory address of my .NET compiled object imported with DLL.
The code for pinned object are (googling):
' dim managed variable
Dim primitiveObject As String="HELLO WORLD"
' pin ...
0
votes
1answer
43 views
How to Loop through multiple Database connections skipping on connection error
I have a VB.Net program, that accesses 10 Databases, and fills 10 different datasets per database. The program runs automatically at 11PM when we do not have any activity so it didn't matter to me ...
0
votes
0answers
19 views
Update MongoDB Document in VB.NET with the C# Driver
I am having problems updating a document in MongoDB using VB.NET & the C# Driver.
I have code returning the document I wish to update but I'm not sure of the syntax to continue
Imports ...
2
votes
1answer
26 views
Automatic reference to Microsoft.Data.Tools.Schema.Sql.UnitTesting
The following references are being automatically added to my (console application) project:
Microsoft.Data.Tools.Schema.Sql.UnitTesting.dll
Microsoft.Data.Tools.Components.dll
My boss can't open ...
2
votes
0answers
25 views
VB.net and Webservices Exception
I am calling a webservice through VB.NET. I have done a AddWebReference to create the bindings.
When a WS call throws an exception, I am able to catch it as a generic Exception object Catch ex As ...
0
votes
0answers
24 views
Visual Basic + PHP Server
I need a PHP Server to interact with my wireless sensors. But I also need that server to be controlled by a Visual Basic Application.
Some of the features I need in the Visual Basic Application:
...
0
votes
1answer
18 views
Simple example of using DrawImage in VB WPF
I was hoping to figure this out on my own, but after hours of Googling I have countless examples that I can't get to work. Here's the scenario. Hopefully someone can provide a simple solution.
I ...
1
vote
1answer
29 views
How to force creation of manifest file in release folder?
This is driving me crazy. I have developed a .NET COM DLL that is used by a VB6 DLL wrapper in order to update and replace some legacy functions in an application.
I am now trying to remove the ...
0
votes
0answers
32 views
Export gridPanel to excel
I want to export my gridPanel to excel. I am using ext.net(Version 1.6) and vb.net code behind and i don't want to use any java script function.
Please Take a look at this function.
<script ...
0
votes
0answers
36 views
Find and replace running in a never ending loop
I am currently using this code snippet in my script for replacing text in an ASCII file
Dim fso, inputFile, outputFile
Dim str As String
Const quote As String = """"
...
-5
votes
0answers
37 views
What is the procedure sql error? [closed]
xmlSubContaValor.Value = dtUtil.CreateXml("proc_getComboValorSubConta @idContaPai = " & GetFieldValue(dsPonto, "idContaContabil", "ddl") & ", @DataComunicacao = '" & GetFieldValue(dsPonto, ...
0
votes
2answers
34 views
Replacing several winforms controls with custom controls in VS2010
I have inherited a VB.net project, and I need to give several ListBoxes some custom functionality. So I've created a subclass of System.Windows.Forms.ListBox, and now I'd like to replace several ...
0
votes
1answer
43 views
Datagrid with datetimepicker and dropdown menu with a default value
I have a datagrid connected to a msql-server database. User can enter there worktime information there. The columns are e.g. Starttime, Endttime, Date, Projectname etc.
Usually I use a combobox with ...
0
votes
1answer
20 views
Issue with overlapping batch file runs
I am having an issue in my script with things running sequentially. I have an initial script to decompile an swf. A second that searches for one string in one of the decompiled files and a third for ...
0
votes
1answer
42 views
How can I remove the trace of window movements when I move a form in windows xp?
I have a borderless form with a panel on top of it that I use to move and drag the form. This does okay in windows 7, but I found that it shows window trails (like Mouse Trails, shadows/copy/traces ...
-1
votes
1answer
63 views
MSBuild won't compile my solution, it fails with critical and ridiculous errors
I have a project which can be compiled perfectly into vs2012 without ANY warning/error.
When I try to compile the same project using msbuild 3.5 or 3.0 I get this errors:
Microsoft (R) Build Engine, ...
0
votes
0answers
11 views
How to bind other content files with setup
I have an application in visual studio. In that application i have an .txt/.xml file which stores some data(we can say i have used file instead of database to store data) which is needed for ...
0
votes
1answer
34 views
Ext CalendarPanel
Am using Ext.net and vb.net CodeBehind
In CalendarPanel:
<DirectEvents>
<EventClick OnEvent="getCommand" >
</EventClick>
On event click I need to get the EventId in vb,
What am ...
0
votes
1answer
87 views
ASP.net 2010 (VB) Object reference not set to an instance of an object
Morning All,
I am using VS2010 with VB and im trying to get a ping test working in my web application. In order to do this and test that it works i have simply created a button that when clicks ...
0
votes
2answers
67 views
Use ASP.net 2010 B to Ping an IP Address
I'm trying to use a simple Ping technique to ping an IP Address. I have added Imports System.Net.NetworkInformation.Ping to my web page and tried to simply create a button that once clicked ping an IP ...
0
votes
1answer
32 views
Pulling information from the Page Source
Ok so I have been have alot of trouble with the
Web browser control on a few applications I am working on.
All of them share the same issue. I want to have the application navigate s webpage a read ...
-1
votes
1answer
52 views
Image won't Display
I have an image on my WPF form. It displays fine in the IDE but when I run it, its not there. Nor is the tooltip.
I've tried both .png and .jpg. Its marked as visible.
<Grid>
<Image ...
0
votes
1answer
25 views
Best steps for upgrading a project with VS2008 and TFS version control up to VS2012?
I'm looking to upgrade a VS2008 project that's currently on TFS2008 version control, with the eventual destination of VS2012.
One thing I'm wondering is whether it would be better to upgrade the ...
1
vote
4answers
37 views
Specify Picturebox VB.net
This is probably a very simple question, but I'm not sure how to phrase it. I'll just explain what I'm trying to do.
I've made a grid of PictureBoxes, and want to make ones light up when activated. ...
0
votes
0answers
16 views
How do I set a max width for ContextMenuStrip items, so autosizes downwards rather than across?
How do I set a max width for ContextMenuStrip items, so autosizes downwards rather than across?
Code:
Private Sub ListBox1_Click(sender As Object, e As EventArgs) Handles ListBox1.Click
...
0
votes
0answers
22 views
Visual Basic - Check To See If Program Can Edit Registry
I am working on a Visual Basic 2008 program that has to edit the computer's registry, but I want to add a way for the program to check to see if it has permission to edit the registry, and if it ...
3
votes
1answer
50 views
How can I integrate both Java and Python in a Visual Studio project?
I'm developing a software which involves database creation, manipulation and extension in a proprietary format, which is partly inspired from SQL but is more extensive.
Some part of my software is ...
0
votes
1answer
19 views
navigating through records on a database
Simplest way how to loop and display through records using textbox, combo box and datetimepicker.
Below is a code but still cant figure it out
Dim dr As DataRow
Dim ds As Dataset
Dim dt As DataTable
...
1
vote
1answer
59 views
VB.NET - How do I search through Webpage source for particular div and output inside txt as msgbox?
VB.NET - How do I search through Webpage source for particular div and output inside txt as msgbox?
So far I can download a webpage's source code. But I don't know how to search through it for a ...
2
votes
1answer
74 views
“PublicKeyToken <..> is not a valid extension type.” Error?
I added an UPDATE statement to my application which works fine. It updates the database correctly and other than the four error messages, I am seeing no problems. What does this mean?
Error 1 ...
1
vote
1answer
41 views
Deserializing in VB Without Failing When the File Does Not Exist
I've nicked some code from msdn to write and read to an xml file to persist my data, but I need a little help with it. I have a dynamic array called darr. As I understand it, I use this code to store ...
0
votes
0answers
55 views
Application developed in .Net Framework 4.5 retargeted to 3.5, but not working on 32 bit Windows XP.
I have developed a small application in VB using Visual Studio 2012 and .Net Framework 4.5 and it does not work with 32 bit Windows XP machine. So I googled that and retargeted the .Net Framework to ...
-10
votes
0answers
48 views
How to display query execution time from mssql in vb.net [closed]
I have a textbox which insert the value in mssql database on button click event then the value will be displayed in Gridview1..
I want when i press button and the result will be displayed on Gridview ...
0
votes
0answers
172 views
how to update database colum with checkbox in gridview vb.net
i have a checkbox in gridview rows...and have a database column name "Active" whose default value is "1"
i bind checkbox with database colum active...
when i click on checkbox by default its is ...
1
vote
2answers
44 views
Visual Basic Grade generator
For my project we are supposed to create a grade calculator. So far I have everything working. All the averages and final grade are calculated. What I am having trouble with is: how do I convert the ...
0
votes
3answers
83 views
Allow Null values to be saved in database
Im using Visual Studio .NET 2003 the add button works fine when all textbox, combobox fields are filled with data, but upon testing not filling the fields with data leaving it NULL it returns error ...
-1
votes
2answers
69 views
Visual Studio 2010 Error Message
Yesterday night i was working on a project in visual studio 2010. everything seemed to work great. Today morning when i opened my project suddenly i got 102 errors and all of them are related to ...
0
votes
1answer
76 views
how to convert comma seperated numbers from textbox to alphabets
I have a Textbox which displays the value as 10,20,30, i.e
textbox1.text="10,20,30,50"
Predefined values: 10-A, 20-B, 30-$, 50-*
I want the value displayed in label1 is according to textbox1 ...
-3
votes
1answer
97 views
seperate numbers written in textbox after every two digits with comma vb.net
Here is the number chart mentioned above, i want to write the code for my query below :
Controls i have textbox1, label1, label2, button1.
I have a textbox1 which generate random numbers i.e ...
2
votes
1answer
119 views
Visual Studio 2012 crash on startup
As soon as i open visual studio i goes unresponsive, i have looked at the event viewer and it gives 3 error when visual studio crashes in order:
1)
Application: WDExpress.exe
Framework Version: ...
0
votes
0answers
41 views
Content files showing up in install directory
So I currently have a script that works just fine with one problem. Whenever I publish it as a ClickOnce application, it has to be installed on the users computer before it can be used, and the the ...
0
votes
0answers
46 views
System.Drawing.Size values automatically changing in designer.vb file and some MSFlexgrid property changes are encrypted in .resx file.
We have a application which is developed using Vb.Net. We have a form in that application which uses MSFlexgrid and some other control. If we open the form in different PCs, it seems to be that the ...
0
votes
0answers
91 views
vb.net click once deployment - launch online only error.
I have been trying to fix this problem for a long time. When I fix one issue another one pops up. I am pretty sure I am on the last hurdle though.
I have an application I want to make available to ...
2
votes
2answers
40 views
Conditional like: if application started from IDE then (do this) else (do nothing)
There is a way to execute a part of code ONLY if the application is launched from the IDE?.
I want to make a conditional where if application is launched from the VS IDE then do one thing but if ...
1
vote
1answer
31 views
Vaildate text boxes and combo boexs in vb.net
Am trying to validate the data in the text-boxes and combo-boxes in my vb.net program that is connected to an access database.
I have used the following code below but get an error message;
Private ...
-1
votes
0answers
37 views
visual studio intellisense during debug hides quickly
My VS was working really good. I set a breakpoints and when i try to execute application, and during debug, if i hover over a variable it should show its values (Assuming its declared and those codes ...
0
votes
1answer
114 views
VB.NET MessageBox using Code Behind variables @ OnClick
I have the following procedure which when the Select Button is clicked returns a number of values from the row in the GridView which the Select Button was clicked in. These values are stored as ...
0
votes
1answer
44 views
How to Sum all the characters inserted into textbox on page load event?
I have the following given parameters:
Alphabet Provided Value
S 2
U 3
M 5
I have textbox with the default text SUM, and a label to display result of the SUM, i ...
0
votes
1answer
58 views
Is it possible to have asp:calender show a date from the database?
I am trying to have a user type a year into a textbox and if the year exits in the database (which has specific dates for semesters) it displays these dates in a calender.
I have looked for a few ...
1
vote
2answers
34 views
Multiple inhertinace
I have some classes having a .NET control:
Class MyTextBox : Inherits MyControl
Control As TextBox
I would like to use the inheritance instead of having a variable containing the .NET control:
...

