How to copy textbox1.text to clipboard
VB.NET Forum
by theyikes
2w ago
Hi! ok i'll make this as simple as possible. I've written a piece of code that trims a text string . The result is outputted to a textbox. my questions is how do i copy the textbox1.text to clipboard?I know this is a newb question but then again I am a newbie. Any help would be gratefully appreciated ..read more
Visit website
Using string() as dictionary key
VB.NET Forum
by rsmith1302
3w ago
If I use an array of strings as a dictionary key, I can't retrieve by key later on. In the following code, why does the second ContainsKey return false? Dim dict As New Dictionary(Of String(), Integer) Dim key1 As String() = {"c", "d"} Dim key2 As String() = {"c", "d"} dict.Add(key1, 0) Debug.Print(dict.ContainsKey(key1)) ' returns True Debug.Print(dict.ContainsKey(key2)) ' returns False And how do I put my code sample in one of those nicely... Read more ..read more
Visit website
Taking screenshot
VB.NET Forum
by GuruMadMat
3w ago
I would like to take a screenshot from an object in my form My form consist of a browser and I want what is viewable in browser save in an jpg or bmp file and stored on pc i'v looked in google but they always take full screenshot etc.... thnx GuruMadMat ..read more
Visit website
Remove Click Event Handler
VB.NET Forum
by aaaron
3w ago
I want to be able to remove an event handler from a component. I tried a couple of things includeing the code below but can't get it to work. Or maybe it is working but my checking is faulty. VB.NET: Private mDelegateSaveBitmap As New System.EventHandler(AddressOf Me.ToolStripMenuItem_General0_DateOfSelected0_Click) Private Sub RemoveHandlerTest() RemoveClickHandler(ToolStripMenuItem_General0_DateOfSelected0, "Click", mDelegateSaveBitmap) End Sub Public Shared Sub... Read more ..read more
Visit website
Adsense alternative for application
VB.NET Forum
by Rootbob91
1M ago
Hello guys, im searching since 2 days for a good alternative for Google adsense. Since adsense isn't allowed to be used in .NET applications im searching for another alternative. I just found something for Bing ads, but not very helpful. Do you have any ideas? Thanks, Rob ..read more
Visit website
Graphics and data gridview question
VB.NET Forum
by Huitain
1M ago
Hello, How do you create a graph from the data displayed in a datagridview ..read more
Visit website
Shared Methods
VB.NET Forum
by aaaron
1M ago
VB.NET: Imports System.Reflection Imports System.ComponentModel Partial Public Class Form1 Inherits Form Public Sub New() InitializeComponent() AddHandler button1.Click, AddressOf button1_Click AddHandler button1.Click, AddressOf button1_Click2 AddHandler button2.Click, AddressOf button2_Click End Sub Private Sub button1_Click(sender As Object, e As EventArgs) MessageBox.Show("Hello")... Read more ..read more
Visit website
DEPLOYE PROJECT TO EXE -WITHOUT .RPT FILE
VB.NET Forum
by muhammadidristvr
2M ago
i want deploy vb.net project to exe, my question is how to print reports without include .rpt file ..read more
Visit website
Generar reporte Excel desde un datagridview
VB.NET Forum
by Inocente
2M ago
Estimadas buenas tardes, con el permiso del administrador. Soy aficionado a vb.net y estoy trabajando en un proyecto con vb.Net pero tengo problemas al momento de realizar informes de excel, este es el código que estoy empleando para realizar el informe el cual está construido en el módulo ReportesExcel. pero al llamar el reporte solo me imprime los encabezados y no los valores del datagridview, al principio si me funcionaba pero despues nada.. el proyecto no puedo adjuntar lo pero... Read more ..read more
Visit website
Consuming WebService
VB.NET Forum
by frutuopa
2M ago
Hello I try with add a service reference from wsdl... https://iop.sime-usy-cloud.com/usy-s...000100/ws.wsdl (You need to build a WSDL file on the local PC and then call it when adding the servicereference) afther this, with my object WSRENRIME1, i have an error in the last line : 'System.ServiceModel.FaultException: 'WebService Request is missing user certificate.' I have no reason to distrust the certificate I provide in the code... Can you help? Thanks Dim certificate As... Read more ..read more
Visit website

Follow VB.NET Forum on FeedSpot

Continue with Google
Continue with Apple
OR