20,278 Topics

Member Avatar for
Member Avatar for xVent

Hello , I have a label on my code and i have 3 lines on it , what i want to do is to have my first line on white color and bold , next line normal white and third line on yellow normal .. still searching for a solution. …

Member Avatar for xVent
1
160
Member Avatar for xVent

Hello , i would like to add a hover text when i have my mouse in fronnt of the image , not from the properties because i want to add some code on it .. it could be like 150x40 or more or less in size .. i would like …

Member Avatar for AndreRet
0
279
Member Avatar for zulhimi89

i want to create a system that will trigger alert based on few condition, my condition is: the alert will trigger if there is a negative value for 2 consecutive years. example: 1)negative amount for 2005 2)negative amount for 2006 here is the code that i have for now and …

Member Avatar for zulhimi89
0
106
Member Avatar for awmantonio

Hi everyone! I have an installment payment program which have Hijri date (Saudi Arabia) and I already have the code for it's converter inside the forms (using datetimepicker for the Gregorian & maskedtextbox for the Hijri). I'd like to know how can I convert or produce the corresponding equivalent Hijri …

Member Avatar for lolafuertes
0
775
Member Avatar for arjen

hello guys i need help how can u get the data in to two tables in one form. This code works but the problem is like in combobox2.text the data is display twice and also in inEmployee.text the data is display 4 time both are combobox so when u click …

Member Avatar for lolafuertes
0
180
Member Avatar for jategaonkar
Member Avatar for mrbungle

I guess I have two questions (Visual Basic 2010)- When I run my compiled project, it creates a start menu folder and desktop icon. But there's nothing in the Program Files of my OS. Is it because my project is still small- or something else? Shouldn't it create a folder …

Member Avatar for AndreRet
0
107
Member Avatar for Leodumbi

Hi Guys Hi have a small project I've been developing too hel me study VB 2005. Now I stuck. could pease help me on How Could I exort retrieved data into an excel Sheet. consider having 4 text boxes and 1 pic box. Hope hear from you soon Leo

Member Avatar for mrbungle
0
153
Member Avatar for Simran Kaur

Hello, I am getting the below error while migrating from VB6 to VB.Net: Error 1 [B]'PrintForm1' is not a member of 'System.Windows.Forms.Form'. [/B]in the below code: [B]Public Sub PrintScreen(ByRef frm As System.Windows.Forms.Form, ByRef FormHeight As Short) [I]'UPGRADE_ISSUE: PrintForm Component might require to be declared.[/I] frm.PrintForm1.Print(frm, PowerPacks.Printing.PrintForm.PrintOption.CompatibleModeClientAreaOnly) End Sub[/B] The error …

Member Avatar for Simran Kaur
0
922
Member Avatar for Simran Kaur

Hello, I have Get() & Put() functions in my VB6 project. It was upgraded to FileGet() & FilePut() but they are not working. I am getting the runtime error as "Unable to read beyond the end of the stream." Eg: FileGet(X, Y, Z) -> I think the parameters are FileGet(FileNumber, …

Member Avatar for Simran Kaur
0
1K
Member Avatar for swathys

hi, How do i delete the selected records at listview and textfile (which keep the record from listview) and at the same time show the total current balance at listview. any guidance plz help. [CODE]Imports System.Data.OleDb.OleDbCommand Imports System.Data.OleDb Imports System.IO Imports System Imports System.Text Imports System.Windows.Forms Imports System.Console Public Class …

Member Avatar for swathys
0
118
Member Avatar for mogaka

have been creating reports using crystal report and crystal report viewer. but i want now to generate them from sql databse using reportviewer. my report does not display any record. for a crystal report, to load data, the code is for example: dim myreport as new crystalreport1 crystalreportviewer1.reportsource=myreport crystalreportviewer1.refresh and …

0
49
Member Avatar for jackparsana

Hi, Please help me to create tool strip. Can i use tools commonly for all the winforms? how to create common toolstrip? for example : I have one toolstrip.it has one delete button. All winform has one datagrid and data comes from differs tables. Now i want to remove the …

Member Avatar for lolafuertes
0
209
Member Avatar for guptas

Hi, in my project i am creating a rtf file using xx.save(considering xx is the name of file), now when i try to load the same file using xx.load it opens the file in rtf box it loads the file successfully but prints few unwanted information too. a sample what …

Member Avatar for lolafuertes
0
95
Member Avatar for AirGear

i currently have a project. The application created in this project will be located in a server, and some machines can access this application at the same time. The problem is, i don't know what's needed to connect that application to several machines. I know how to build this application …

Member Avatar for Oxiegen
0
104
Member Avatar for akuvidz

i have a problem with editing data in datagridview in vb.net 2005 ,, can anybody give the full code for that!! i appreciate your help..

Member Avatar for akuvidz
0
118
Member Avatar for zrd0808

Hello, I am very new to VB.net. I know some other languages but this seems completely different, anyways, I am trying to make an autoclicker and auto skill leveler for an online mmorpg. I have the code doing what I want it to; however, I was wondering if I could …

0
83
Member Avatar for breisa

Is there a function in VB.net that allows me to divide a really long String into a specific number of characters? For example: MyString= "Hello man! Wazzup?" group1="Hello " group2="man! W" group3="azzup?" The length of this string is 18 and I'd like to group it by 3, so each group …

Member Avatar for lolafuertes
0
1K
Member Avatar for Demon4231

I'm creating an application that calculates render times for Maya. I kinda got bored of coding all the technical stuff so I started to mess around with the interface. I'm trying to create a combobox color picker. Is there any "easy" way of doing this? I found some examples but …

0
25
Member Avatar for Mindazz

Hello. Can somebody help me please to remove blank lines from listbox? And remove specified text from listbox (text line that i can specify in form code(But if i specify to remove line something like "http://www.google.com/" it will remove the line "http://www.google.com/" but doesn't remove line "http://www.google.com/chrome/" etc ). Please …

Member Avatar for Mindazz
0
505
Member Avatar for Dorayaki

Hello, I had done my program, but I got a little problem here. I don't know how to create Setup for my program. I'm using Visual Studio 2008. What I want is, when the user install, it will ask the user if they want to install the database or not. …

0
69
Member Avatar for dxmedia

VB.NET 2008 - Get Desktop Icons Text Width & Text Height I am developing an application in VB.NET 2008, in which I try to get Desktop Icons Text Width & Text Height. So far I have obtained all desktop icons positions, but I really can't figure by myself how to …

Member Avatar for dxmedia
0
391
Member Avatar for mogaka

my application icon looks ugly-like a paper and i would like to change it to something like globe icon or any suitable image.Am programming using visual studio 2005 and the program is written in vb.net.Can somebody save me ?

Member Avatar for Oxiegen
0
89
Member Avatar for tejaskirodiwal

hello! am an computer engineering student, & these days engaged in a project, the front end tool is vb.net 2008 & the back end tool is oracle10g... am using windows xp as OS.... the reason i need your help is, am not getting option of connecting oracle10g.. i guess, oracle10g …

Member Avatar for Oxiegen
0
84
Member Avatar for jcfans

how to add gridview data to dataTable and display at crystal report? for example,my gridview show 10 data and i wan show these 10 data to crystal report! when i add the gridview data to dataset,there occur sum error![CODE] 'add column to that table For i As Integer = 0 …

0
62
Member Avatar for rcbpro

I want to let others to delete selected row in the following datagrid view, and i have written it like this. Now when i select a row and press the delete button i can remove the selected row but it will not update the database which meant it will not …

Member Avatar for nikita111
0
491
Member Avatar for danielketchum

Ok so I am supposed to be making a checkbook organizer but I am having some problems and need some help. First of all I need to lock the BgngBalance text box after first use. I also need to have the newbalance transfer to the next transaction. and I want …

Member Avatar for Oxiegen
0
78
Member Avatar for perryg30313

I am using a stored procedure to fill a dataset with a large amount of data (47k rows and 8 columns). I am needing to fill two tables with the results of this stored proc. One table will have data representing 47k reps that currently have credit for a transaction. …

Member Avatar for Oxiegen
0
130
Member Avatar for iqlas

[COLOR="Red"]could any one explain me this code pls[/COLOR] [CODE] Imports System.Runtime.InteropServices Public Class Form1 Inherits System.Windows.Forms.Form #Region " Windows Form Designer generated code " Public Sub New() MyBase.New() 'This call is required by the Windows Form Designer. InitializeComponent() 'Add any initialization after the InitializeComponent() call End Sub 'Form overrides dispose …

0
139
Member Avatar for bhagawatshinde

Hi, I am new in vb.net 2008. I am developing windows application in that i am generating PDF report using iTextsharp. Problem is that how to display rtf data in pdf.

Member Avatar for Oxiegen
0
124

The End.