20,278 Topics

Member Avatar for
Member Avatar for ObSys

Ok so basically I want to know how I can paint multiple items to the screen without using all of my laptop CPU power. I was thinking that it may be possible to arrange the items as a bitmap and then paint that bitmap to the screen but im not …

Member Avatar for ObSys
0
172
Member Avatar for BilalAKhan

I have a simple loop which is matching the letters and giving the equivalent into binary. Forexample I have a sequence of letters as *abc*, then according to the code given below the binary generated will be 000010001000011 and saved in the variable at the end. What I want to …

Member Avatar for TnTinMN
0
839
Member Avatar for opman234

Please help me. I want to set the identity specification to yes, but all the option is gray out. I could not change it to yes from no. Ĩ̷̊ñ sql server 2008. Thanks

Member Avatar for opman234
0
91
Member Avatar for johnson kennady

while running the following code i got error of " End of Statements expected" targets me.. what changes should me made to correct an error. 'UPGRADE_WARNING: Couldn't resolve default property of object picScope.Line. Click for more: 'ms-help://MS.VSCC.v90/dv_commoner/local/redirect.htm?keyword="6A50421D-15FE-4896-8A1B-2EC21E9037B2"' picScope.line((step_Renamed * xScale), preData) - ((step_Renamed + 1) * xScale, Data)

Member Avatar for pritaeas
0
117
Member Avatar for esraa90

I'm beginner with vb6, i want help to create vb6 application store data in sqlserver8 Could you give me example for windows application?

0
36
Member Avatar for elwickstrife

Hi guys, I am new here, can someone give me a sample source code were the Crossmatch Verifier 300 LC works. Thanks

0
29
Member Avatar for CloudZELL91

hi,, i know i will be criticised by this but am not a programmer though but its ok,,,, i like to know if someone is willing to help... ==>> Student Attendance system.......that uses VB and access that includes SEARCH,ADD,DELETE,EDIT.... info: database/access only includes student,id# course and a specific date on …

Member Avatar for TnTinMN
0
99
Member Avatar for Start4me

I’m making a program that will be like a search engine, similar to a map program. There will be a text box for the user to search for a location. The thing I don’t know is that the user has 4 different combinations that they may enter. For example: **N229** …

Member Avatar for TnTinMN
0
295
Member Avatar for opman234

Please help me. I want to make my software a trial version for 30 days. Help me with code to use , and the steps. •̸ŤђαϞĸs

Member Avatar for ObSys
0
339
Member Avatar for 7c00h

i have some code i am working on andit keeps throwing an expression expected error. this code is designed to cheeck a RichTextBox form and highlight text, specified by a dictionary. Dim location As UInteger = 0 Dim dict As Dictionary(Of String, ULong) = getWords(rText1) Dim wcount As Integer = …

Member Avatar for ObSys
0
2K
Member Avatar for benjie.v.sanpedro

Can anybody help me please? My codes does'nt seem to work and i don't know the error.

Member Avatar for Reverend Jim
0
83
Member Avatar for Dzulham

I want to have 60 buttons that each button has same function with other but not the output when its selected/focused. I don't want to make one by one function. Here is what i mean: Private Sub Button_Click() Handles button1.click, button2.click, .... ,button60.click Dim ST As Button [ST As Selected/Focused …

Member Avatar for Dzulham
0
103
Member Avatar for Merovingian

I've just spent the last 3 hours trying to find some good examples.... I need to query a router using UPnP and retrieve this info: UPnPDevice::IconURL() IUPnPDevice::get_Property() IUPnPDevice::get_Children() IUPnPDevice::get_Description() IUPnPDevice::get_FriendlyName() IUPnPDevice::get_HasChildren() IUPnPDevice::get_IsRootDevice() IUPnPDevice::get_ManufacturerName() IUPnPDevice::get_ManufacturerURL() IUPnPDevice::get_ModelNumber() IUPnPDevice::get_ModelName() IUPnPDevice::get_ModelNumber() IUPnPDevice::get_ModelURL() IUPnPDevice::get_ParentDevice() IUPnPDevice::get_PresentationURL() IUPnPDevice::get_RootDevice() IUPnPDevice::get_SerialNumber() IUPnPDevice::get_Services() IUPnPDevice::get_Type Uniform() IUPnPDevice::get_UniqueDeviceName() IUPnPDevice::get_UPC() Please save my …

Member Avatar for TnTinMN
0
242
Member Avatar for benjie.v.sanpedro

strsql = "insert into amenity_tbl values (?,?,?,?,?)" strs = "delete from amenity_tbl where amenityid = ?" Using cn As New OdbcConnection(connM), _ cmd As New OdbcCommand(strsql, cn), _ conn As New OdbcConnection(connA), _ com As New OdbcCommand(strs, conn) cmd.Parameters.Add("?", OdbcType.VarChar, 20) cmd.Parameters.Add("?", OdbcType.VarChar, 200) cmd.Parameters.Add("?", OdbcType.Double, 20, 2) cmd.Parameters.Add("?", OdbcType.VarChar, …

Member Avatar for Reverend Jim
0
159
Member Avatar for steadi

Hello, I recently became stuck while programming my new application. I have two forms (A and B) and I am trying to make a text box on Form A display the name column from the local database on Form B. So in the end, the textbox on Form A will …

Member Avatar for ObSys
0
105
Member Avatar for track&price

Cannot InvokeMember on HTML Page I have a VB Net application that I have been running for over a year to login to a specific website Heritage Coins & Currency The page I'm now unable to loging is --> https://coins.ha.com/c/login.zx I am setting the text boxes as follows: WB1.Document.All("emailAddress").SetAttribute("Value", "sge") …

Member Avatar for TnTinMN
0
296
Member Avatar for fRodzet

Greetings, Id like to know how it is possible, if it is possible, to load some informations from a Game to your project. Example lets say we have a skill in a game, and id like to load the informations from that skill to my project. Having a combobox with …

0
62
Member Avatar for srm2010

Here I am Sending you my code ,wherein I want to have total of examfees(column),PromotionFees(column),Totalfees(column) and Balance(column).Examfees are paid in installment in my project The idea if single record is found then it doing calculation of balance=promotionfees-totlafees and if anywhere due to mistyping is value is higher then the respectively …

0
438
Member Avatar for Dzulham

Im new here and i want to make this code more simple: If tabC.TabCount = 1 Then NClose.Enabled = False CloseNote.Enabled = False CloseNoteContext.Enabled = False CloseNoteX.Enabled = False Else NClose.Enabled = True CloseNote.Enabled = True CloseNoteContext.Enabled = True CloseNoteX.Enabled = True End If I try this `NClose.Enabled, CloseNote.Enabled, CloseNoteContext.Enabled …

Member Avatar for Dzulham
0
132
Member Avatar for consc197

I need some help with the following. I have a form called frmMain that has a couple of icons, one of the icons when clicked loads frmNotes within a Panel, frmNotes has a ListView and i want to load data from a Microsoft Access Database Table into the ListView I've …

Member Avatar for G_Waddell
0
154
Member Avatar for gujinni

Hi everyone. I am making a random music player. How can I play music randomly? My WMP(windows music Player) is Invisible in order to become a background music. What code should need to aplpy to create this program? Here is my Code: Private Sub Form1_Load(ByVal sender As System.Object, ByVal e …

Member Avatar for G_Waddell
0
165
Member Avatar for chris007

Hi guys. I need help for creating an exe which will patch my other exe.. 1st exe is one form with a textbox and a value textbox1.text="Hi,my name is Chris" 2nd exe i want to be an exe which will PATCH the 1st exe and change the value of the …

0
121
Member Avatar for gujinni

hi there, I am making an animation which include music. I want my program to stop the animation when the music stops. Anybody know what code do i need to apply through if condition? I need your help... =( tnx. Here is my code: Private Sub Form1_Load(ByVal sender As System.Object, …

Member Avatar for gujinni
0
2K
Member Avatar for sythez.orgz

Can you guys help me with this little thing. On a a form, i have a textbox1 and add button. If i click the add button, it will check if the textbox has a data and i am already done with that. Now my problem is, if it has a …

Member Avatar for Reverend Jim
0
106
Member Avatar for sean.downes.96

Hello. Ive got a listview with columns etc and ive managed to sort the coding out so when i open a form, fill in the details in the relevant box then press save it transfers some of that data into the relevant columns, which is great. However i would like …

Member Avatar for sean.downes.96
0
104
Member Avatar for rehmard

![Untitled88](/attachments/small/3/Untitled88.png "align-left") ![Untitled211](/attachments/small/3/Untitled211.png "align-left") Good Day everyone! The first image is the data in my database.. As you can see in the first image, there are two (2) president in the "position" column. When I generate it in the comboBox (see second image in which I put circle) it will …

0
54
Member Avatar for opman234
Member Avatar for Nutster
0
98
Member Avatar for Ctechnology24

How can I enter a code for my ribbonsplitbutton's menu items? because the GUI of ribbonsplitbutton is not clickable so how can I enter a code for the menuitem inside it if it is not visible in the design time here is my xaml code <Window x:Class="Window1" xmlns:my="http://schemas.microsoft.com/winfx/2006/xaml/presentation/ribbon" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" …

0
87
Member Avatar for Mubusher

Salaam to everyone! dear i am having a problem i am having a form and datagridview now the problem is that when form load and iam write something like saniplast so data of datagriview select similar saniplast when i pressed enter so the datagridview_keypress coding cannot execute here is coding …

Member Avatar for niravn
0
556
Member Avatar for brihyn

First off, I'm really new to development...sys-admin is really my thing. With that said, though, I'm hoping this is just a simmple mistake I'm trying to write a nice little vb.net app with VS2010 to work as a photobooth. The problem I've run into is, when the user hits the …

Member Avatar for Reverend Jim
0
123

The End.