19,728 Topics

Member Avatar for
Member Avatar for starlight849

Hello all I am new to the community and have been stumbing across a problem with my code. I have a program that is connecting to an oracle database. I am using the table adapter to fill a combobox to select a model. Then I am connecting to the database …

Member Avatar for starlight849
0
6K
Member Avatar for toomuchtodo

So, I've been getting some help from the community on some issues (mainly G_Waddle, thanks again!). I'm a VB6 rookie, and it's been a while since I even did coding with that. So, basically here is my VB6 snippet. It's very straight forward and easy to code in VB6, but …

Member Avatar for toomuchtodo
0
163
Member Avatar for vampiro999

I'm trying to convert a simple program fron vb6. IT's only draggin several pictures with the mouse and drop them into anothet picture (trashbin). If the object picture dropped is a match then the trashbin.image changes to another image But: First, I don't know how to allow drag controls!!!

Member Avatar for Oxiegen
0
230
Member Avatar for Kingcoder210

I can show information by specific ID there in crystal report by following code. Code : [CODE]Imports CrystalDecisions.CrystalReports.Engine Imports CrystalDecisions.Shared Public Class Form6 Inherits System.Windows.Forms.Form Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click 'Dim cryRpt As New ReportDocument 'cryRpt.Load(Application.StartupPath & "\CrystalReport5.rpt") 'CrystalReportViewer1.ReportSource = cryRpt 'CrystalReportViewer1.Refresh() Dim …

Member Avatar for Oxiegen
0
122
Member Avatar for gha1d

Hi Guys i'm writing a macro in excel that need a down arrow send at one point. Below is the script Sheets("1").Select Range("A4").Select Selection.End(xlDown).Select Sheets("2").Select Range("A4").Select Range(Selection, Selection.End(xlDown)).Select Range(Selection, Selection.End(xlToRight)).Select Selection.Copy Sheets("1").Select ActiveSheet.Paste Selection.End(xlDown).Select SendKeys ("DOWN") ' I need to send the down arrow here' How do i do it …

Member Avatar for Oxiegen
0
94
Member Avatar for selle05

How to use Select Case in reading rows in a table in mySQL? by not using the username of the user. some codes please? thank you!...

Member Avatar for Oxiegen
0
30
Member Avatar for benhowdle89

Hi i'm developing an app where i'm reading a value from a device and putting it into a mysql db, i have setup a function where the vb will calculate whether the new value being read has changed by 3% from the last value and if it has run the …

Member Avatar for Oxiegen
0
199
Member Avatar for Kingcoder210

I can show information by specific ID there in crystal report by following code. Code : [CODE]Imports CrystalDecisions.CrystalReports.Engine Imports CrystalDecisions.Shared Public Class Form6 Inherits System.Windows.Forms.Form Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click 'Dim cryRpt As New ReportDocument 'cryRpt.Load(Application.StartupPath & "\CrystalReport5.rpt") 'CrystalReportViewer1.ReportSource = cryRpt 'CrystalReportViewer1.Refresh() Dim …

Member Avatar for Luc001
0
160
Member Avatar for Progr4mmer

i want to make a save button for images without having to open a save file dialog so i would specify the name and location to save in the code please help

Member Avatar for Rajesh Parmar
-1
252
Member Avatar for jamesvick

i was trying to make a [URL="http://devvicky.com/"]free microsoft word[/URL] plugin in vb.net. It automatically fills a web form. The main problem with the plugin is that it uses web browser control and once it has filled a form it will need to navigate another form. The form can only be …

Member Avatar for jamesvick
0
214
Member Avatar for Kingcoder210

I want to set resolution automatically when my program will run. I want to make it (resolution) 1280*1024. What should I write there in my vb.net program to set resolution when my program will run? When user will stop using my program it will get default resolution. Thats all. Please …

Member Avatar for Oxiegen
0
127
Member Avatar for xfrolox

I need to kill a specific process, i got ListBox1, and Button1 and Button2 Button1 Gets Process which is notepad, When Button1 is clicked in the ListBox1 it shows the Main titled of the windows, Example Notepad is running and his title is Untitled - Notepad in Listbox1 will show …

Member Avatar for xfrolox
0
288
Member Avatar for Oxiegen

Hello. I'm having a bit of difficulty implementing Drag and Drop. The scenario is this. I have a project with an MDI child where I want to drop documents from Windows Explorer. The code is all in place (this is just for debugging purposes) and I have set AllowDrop to …

Member Avatar for Oxiegen
0
207
Member Avatar for selle05

In MDIParent, in my formload in MDIParent, one form is load. And i want the form when i click a button, there is another form will be loaded INSIDE the MDIParent? how is that? Can somebody teach me the code? Thank You!

Member Avatar for selle05
0
96
Member Avatar for krab-man

hi i have just recently joined the group. i have truble in implimenting disater recvery through vb code, can anybody please help me i really bafilled. thanks

0
31
Member Avatar for lolwtf

We want to use a licensing system for our new software, so we know that our customers are using the same amount of apps that they paid for. The general idea is to get their processor ID and HDD serial number and combine them to make our license string. I …

Member Avatar for ghimangi
0
333
Member Avatar for JohnDove

Part of the app I am writing allows users to create an encrypted, password-protected output file that they can email safely to a central store. I can't have the users choose their own password for the encryption as the central store needs to access the contents of all the output …

Member Avatar for ghimangi
0
143
Member Avatar for benhowdle89

Hi, I'm developing a data logging application using VB for the actual logging to a MySQL database. I'm reading a value from a device and then running an insert query every minute. This is great but if the value doesnt change all day then my records are going to all …

Member Avatar for benhowdle89
0
141
Member Avatar for Kingcoder210

I can use following codes to change resolution but problem is that when I run my program it changes resolution(1280*1024) & show form which doesnt fit the screen though its width is 1280 & height is 1024. But when I close that program & run it again then it works …

Member Avatar for Oxiegen
0
305
Member Avatar for tanvirahmad

Hi Experts I m using vb .net2008. I want to skip read-only columns, for this I use these codes But their some error, how is it possible???? [CODE] Private Sub DataGridView1_CellEnter(ByVal sender As Object, ByVal e As System.Windows.Forms.DataGridViewCellEventArgs) Handles DataGridView1.CellEnter Dim y As Integer = DataGridView1.CurrentCellAddress.Y Dim x As Integer …

Member Avatar for Oxiegen
0
250
Member Avatar for peermohammed

am working in vb.net platform.I want to convert input value integer to word during at runtime

Member Avatar for DhananjayPandey
0
261
Member Avatar for jackiejoe

Was researching this but could only find how to use a datagrid which is displaying from a database? I currently have a for loop which goes through a 2d array and prints out all the things I want into a textbox but, what I want is to be able to …

Member Avatar for oric
0
2K
Member Avatar for selle05

How to read per row in a table in mySQL as the database? i want each username when they login, they will go to their respective forms. Like for example, there are 3 users and each user have their different forms. can someone help me with this... thank you! This …

Member Avatar for Teme64
0
77
Member Avatar for Mrinny

Hi people, This is my first post here. It really is a nice community, especially for people who are not "qualified" programmers with the "attitude". I am a programmer by hobby and did not like being in any community previously. There are some really nasty folk. Great job guys! This …

Member Avatar for Mrinny
0
682
Member Avatar for p@rse

I am trying to set the checkbox to be grey. If the user clicks one box and its arguments over ride the other boxes then those will be greyed, but I have searched everywhere for this and cant find it, anyone have a solution? All i have seen was indeterminate …

Member Avatar for p@rse
0
93
Member Avatar for Darkicon

How do I make my app have a description in the Processes tab of the Task Manager? Changing the assembly description doesn't do it apparently. Right now the description is just it's name.

Member Avatar for Teme64
0
80
Member Avatar for preethi_ga

Hello, In .NET im using the backend as SQL Server. but when i write codings for all insert,update and delete in .NET and run the form, the error it shows like "Oledb exception was unhandled by the user" and error in SQL query. the codings are....follows.. [code] imports system imports …

Member Avatar for olobo
0
7K
Member Avatar for toomuchtodo

Ok, I posted earlier this week about reading in data from a csv/txt file into an array. My data is huge, 100 columns and 12000+ rows. I would like to name variables by column and then plot these variables. After I read the data line by line and delimit the …

Member Avatar for toomuchtodo
0
328
Member Avatar for gracea

Hi, I am a VB.net greenhorn so my problem might seem trivial but for me it is getting to be a Herculean and confusing task. :sad: My problem is that I am making a project where the user has to give a quiz where he/she has the choice of number …

Member Avatar for mnmw
0
297
Member Avatar for valkerye

I have a class assignment where i have to calculate the total cost of a parking garage from hours but i have to do it with a method function. So this might be a stupid question but can you read the user input values from a textbox in the function …

Member Avatar for valkerye
0
107

The End.