19,728 Topics

Member Avatar for
Member Avatar for hdreyer

Good day, Can anybody help me with this question please? I want to know how to write info back to a program line. In other words to be able to search for a file and put it into the xslt.Load(".....") This is the source code to transform XML to HTML …

Member Avatar for Herman_1
0
221
Member Avatar for gbhs

Hi Experts I have an rdlc report onto which I have to add a watermark image, resize it and set opacity. How can I do it (programmatically)? The jpeg image is located in my resources folder of my project. thanks Newbie

0
108
Member Avatar for LoveAntwinette

Can someone explain to me what I am doing wrong? I am trying to get a word to repeat the number of times as the number input. I tried a list box and a text box and I cant seem to figure it out. I am having trouble with a …

Member Avatar for Reverend Jim
0
401
Member Avatar for lester2020

Cannot seem to make the message box to not appear when I click cancel. Help please ! Private Sub btnEnter_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnEnter.Click Dim input As String Dim total As Single Dim average As Single Dim count As Single Const msg1 As String = …

Member Avatar for Santanu.Das
0
170
Member Avatar for TheGuy831

Hi ive been trying hard to get a img url collection from a textbox.. or how to stop loop on 3rd img url please help me. Thank You.. Heres What ive Got.. URL: https://www.facebook.com/tony.trujillo.3517 Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Dim PageElement As HtmlElementCollection = WebBrowser1.Document.GetElementsByTagName(TextBox1.Text) …

Member Avatar for tinstaafl
0
169
Member Avatar for batoolhussain

hello I want to save and retrieval a picture from access database and i have this code that i use it in my work but when i use it they tell me that the table that i look for does not exist and i used visual basic .net 2010 .please …

Member Avatar for Santanu.Das
0
182
Member Avatar for J.C. SolvoTerra

I was just mucking around with a progress feature for some software, and thought I'd just put this wee demo up of a clocky type progress thing =0) Just Copy and paste the form code and watch it run. (p.s it's in degrees, note minutes and seconds) ![55f1addda67a729e91ae90c980c39deb](/attachments/small/4/55f1addda67a729e91ae90c980c39deb.png)

Member Avatar for J.C. SolvoTerra
0
238
Member Avatar for xardoz

Here is a sample of the XML I need to get the <Order Header> Nodes, then loop through the <Order Detal> <Line> Nodes Using xml Reader "Using reader As XmlReader = XmlReader.Create(New StringReader(sFileContects))", i get all the header information, but cant properly parse the Line Iformation Using LINQ "Dim xd …

Member Avatar for xardoz
0
142
Member Avatar for cbutler7

hi, i am receieving a repsonse from googles json api that has the formatted_address but i want to extract the city and county from either the formatted_address which is displayed in a label (lblAddress.text) or the JSON file Google gave me. so for example: Palgrove Road, Pennywell, Sunderland, Tyne and …

Member Avatar for J.C. SolvoTerra
0
2K
Member Avatar for fugio

I want to learn timekeeping software how to retrieve employee information and time timekeeper I'm starting to connect using TCP / IP and trying to figure out how to send and receive data if anyone has found out about this field, can send a code example desire to help thanks …

Member Avatar for Reverend Jim
-1
902
Member Avatar for kaye.santos.92

i have a code that select the columns in mysql and fill it in a datagridview... what i want to do is encrypt the 3 column in the datagridview since it is a password... can you help me??? here is my code Dim dbDataSet As New DataTable Dim SDA As …

Member Avatar for Santanu.Das
0
591
Member Avatar for BleepyE

Hi, im wondering how I could contact my Call of Duty: Black Ops game server's console, through RCon, through an application I have created in VB.net All I want to beable to do is have the ingame console in a textbox or something, it doesnt even have to be live, …

Member Avatar for chris.weisskeiner
0
1K
Member Avatar for Triple_7

Here is a VB 6 fuction I used to calculate number of hours worked given a start time and an end time (24 hour format). This function worked even when start time > end time (17:00 start time - 03:12 end time next morning). The result is formatted in tenths …

Member Avatar for J.C. SolvoTerra
0
2K
Member Avatar for Anish_2

I am trying the below code by not able to execute it properly, because as soon as first if is cleared then the other if statement take the previous i value. that is when i = 2 is accepted then i remain 2 all time. below is the code i …

Member Avatar for Santanu.Das
0
122
Member Avatar for LoveAntwinette

I have been working on this program for days and I can not figure out what I am doing wrong. I have most of the code done but I am getting error messages with the radio buttons. The new user radio button is supposed to take the data inserted in …

Member Avatar for Santanu.Das
0
241
Member Avatar for swatimmm

I want to add icon on a textbox border .Pls let me know the approach to code in vb.net.

Member Avatar for Santanu.Das
0
50
Member Avatar for Hassan_9

hello guys,please i need some help .I have many folders that contains images .I have to store these folders in my database .And then use these images.Please i want an advice to know how to start .it's my first program of that type =( and i'm using Vb.net and Sql …

Member Avatar for Hassan_9
0
115
Member Avatar for J.C. SolvoTerra

After trying to manipulate PNG files and failing miserably discovering that the standard GDI doesn't provide support for any PNG parameters decided to provide some basic image manipulation functions built into .Net that I came across on my investigations. 1. Adjust Image Quality 2. Flip Image Horizontally 3. Flip Image …

Member Avatar for Santanu.Das
1
2K
Member Avatar for Herman_1

Got my database transformation to html right with xslt transformation Uploaded to [planet-source-code.com](http://www.planet-source-code.com), look under my name Herman Dreyer Best, Herman Dreyer

0
25
Member Avatar for batoolhussain

hi everyone .I have this code to convert color image to grayscale image but the problem is that the image after converting does not display on the picturebox2 . I am using visualbasic.net 2010 Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click Dim pic As Bitmap …

Member Avatar for batoolhussain
0
4K
Member Avatar for filipgothic

Hello, I need help real fast for my exam matric 3x5 which will multiply with Pi Thanks in advance

Member Avatar for filipgothic
0
109
Member Avatar for fugio

How can I filter records from the clock set at right angles In data if I add a column is minute Time from start plus column-minute any help? thanks a lot Imports System.Data.OleDb Public Class Form1 Dim con As OleDbConnection Dim dt As DataTable Dim da As OleDbDataAdapter Dim str …

Member Avatar for Santanu.Das
0
176
Member Avatar for jeffersonalomia

Please Help me with my problems as follows below : 1 What is the connection string to connect database to vb.net 2 How do i INSERT UPDATE DELETE AND SEARCH records using sql.. 3 How do i start creating a database application using vb.net and sql Thats all... hope you …

Member Avatar for Santanu.Das
0
291
Member Avatar for J.C. SolvoTerra

Did you know that you can data bind a bitmap to a PictureBox's image property, and the source image doesn't have to be in a binary format stored in a data table? Using a standard object setup for data binding (iNotify etc.) you can easily update your program's image propertie's …

0
1K
Member Avatar for segadude

Is it possible to have more that one argument when creating a shortcut with IWshShortcut in VB.NET? I can't find an answer anywhere. I know how to create a shortcut with one argument using IWshShortcut but I need to know how to create a shortcut with more than one argument. …

0
36
Member Avatar for batoolhussain

hey all .I have project retrieval image based content(color and shape) and i want to compute RGB color for the image. could you help me please.

Member Avatar for batoolhussain
0
131
Member Avatar for yvrej17

Hi, I just need some help in aligning 2 barcodes in just 1 line in receipt using epson standard (ESC/POS). I manage to print barcodes in all kinds of symbology but I can't align 2 barcodes in just 1 line. Please check my codings below. Thank you in advance. Friend …

0
216
Member Avatar for Nebil

Hi, I had a little problem in querying something. When defining a project you use work items. And a work item may use a material, labor and equipment. It may not use one or two of them for that work item when it is defined. So for that work item …

Member Avatar for Santanu.Das
0
125
Member Avatar for Waldis_1

How can I populate a listview from another form passing the SQL statement from this form to the other form with the listview showing the result of the query?

Member Avatar for Santanu.Das
0
454
Member Avatar for steveneaster

I'm working on a project where I've loaded a database into a DGV. I also have an additional unbound checkbox column for the users to select entries with. I have code in place to read the selected rows and save them into a CSV string, which is then saved in …

Member Avatar for swhowie
-1
460

The End.