20,279 Topics

Member Avatar for
Member Avatar for amangukiya

Is Mobile PC suit required for sending sms from vb.net application? Is any kind of [B]SMS Gateway[/B] needed for sending sms?

Member Avatar for AndreRet
0
25
Member Avatar for Casperjames

So researching amniotic band syndrome the other night I came across a "Known Attack Site" warning. I got the hell out of there and after I closed my browser Firefox just sits there with a pretty white page (Untitled) while IE says "Internet Explorer cannot display the webpage". I was …

Member Avatar for crunchie
0
675
Member Avatar for p2kpradeep

Hi, I've created a VB .Net windows application that generates reports in excel files from a dataset. I use "New Excel.Application" to create the Excel instance, and push data into it from my dataset. During this process, I do not show the GUI of my instance of Excel to the …

Member Avatar for alc6379
0
160
Member Avatar for MD656

Hello everyone. I am looking for a little assistance in trying to accomplish something that seems pretty impossible.. I am currently writing a program that uses multiple scripts we use to diagnose software we use in our environment. Currently, the only we retrieve our information is going to the local …

Member Avatar for lolafuertes
1
180
Member Avatar for Brianbc

I have a personalised webbrowser in VB 2005. It fills values into a form and submits the form. The first page is "login.php", the next page is "home.php" [CODE] SendKeys.SendWait("{TAB}") SendKeys.SendWait("{TAB}") SendKeys.SendWait("username") SendKeys.SendWait("{TAB}") SendKeys.SendWait("password") SendKeys.SendWait("{Enter}")[/CODE] I want it to do something else based on the url after the form is …

Member Avatar for codeorder
0
391
Member Avatar for mogaka

i have a table in my database that stores store items and their respective prices. i need a code which will, after displaying the items on listview,give the sum of their cost. i.e, when you use listvie1.items.count only gives you the count of the columns. i want to capture the …

Member Avatar for G_Waddell
0
196
Member Avatar for Rox Vi

Help Needed. When I click on button1, employee_id and P values need to be transferred from button1_click to Cal_Category13() and go through all the calculation. After the calculation, udtnew.X and udtnew.MTD values need to be transferred back to button1_Click I've no problem to return multiple values Cal_Category13().MTD and Cal_Category13().X from …

Member Avatar for Mariandi
0
143
Member Avatar for sekhar9038

hai friends i am developing a voting software, but i cant able to find the code for increment the no:of vote in the database when an user click on the button.I used sql server 2005 as my back end..Any one pls help me...

Member Avatar for sekhar9038
0
107
Member Avatar for hari12341

Hi All, I need some guidance here...How does one close or unload all open forms in VB.Net. Can someone please help me out in this regard? Thanks very much.

Member Avatar for sathish_ahs10
-2
2K
Member Avatar for TriceD

Hi all, I need to pass an event as a parameter to a function and I'm wondering if there is any way of doing this. The reason why I need to do this is because I have a sequence of two lines of code that is littered all over my …

Member Avatar for TriceD
0
433
Member Avatar for a_salted_peanut

Hi all, I am stuck on what 'should' be a fairly simple thing to solve, however after a good search i haven't got very far. Basically i am pulling data from a database which might have multiple lines of data, however for one particular task i only want to grab …

Member Avatar for a_salted_peanut
0
152
Member Avatar for dotnextnewb

I have created a UserControl Popup window and called that xaml file into another file. Imported the namespace. When I am trying to build this project an error at this below given code: [code=xaml] <Popup x:Name="POP" IsOpen="False" PlacementTarget="{Binding}" Placement="Center" AllowsTransparency="True"> <a:PopUpWindow x:Name="pp" /> </Popup> [/code] Error at [code=xaml] <a:PopUpWindow x:Name="pp" …

Member Avatar for alc6379
0
157
Member Avatar for xcarbonx

Hi, im having trouble reading in lines of data using arrays and a structure. I believe my main problem is figuring out how to keep track of the lines read in, even if the whole array size isnt used up. Also, To break up each line I am trying to …

Member Avatar for alc6379
0
179
Member Avatar for markdean.expres

Does anyone know where I can find an absolutely free online tutorial on vb 2008 asp programming? I'd like to start learning web-based applications. Thanks!

Member Avatar for alc6379
0
89
Member Avatar for ironclads

I'm trying to get a VB.Net application to type into a file upload control field. The application currently navigates to the correct page, and clicks the "BROWSE" button so the "Choose File" window opens, but when I use SendKeys.Send( "Testing" ), nothing types into the field, even though the cursor …

Member Avatar for alc6379
0
182
Member Avatar for hacks14

heres the script basically it sets (supposed to) Local area connection ipv4 static ip address to 10.XX.XX.2 but it dosent work it works fine if you run cmd as addy and put the script in netsh interface ip set address "Local Area Connection" static 10.XX.XX.2 [code] Dim txtlen As Integer …

Member Avatar for alc6379
0
249
Member Avatar for eladreznik

I would like to insert my panel at the top, when I do so now the dgv will cover half of the panel, how do I solve that? [ICODE]Private Sub grdSize() Me.grdAccountTypes.Width = 0 Me.grdAccountTypes.Height = 0 For Each column As DataGridViewColumn In Me.grdAccountTypes.Columns Me.grdAccountTypes.Width += column.Width Next Me.grdAccountTypes.Width += …

0
60
Member Avatar for Ashok2007

[B]Index was out of range. Must be non-negative and less than the size of the collection[/B] Hi, I've a form and the form is working fine also. But my problem is Whenever I closed the form. I'm getting two errors. 1.Index was out of range. Must be non-negative and less …

Member Avatar for JJCollins
0
898
Member Avatar for mahmoud209

Hi all, i was wounding if anybody can help with this I’ll be really grateful I’m working on a piece of software to read a comma separated text files with thousands of lines each line has around 32 word separated with a comma What my code does at the moment …

Member Avatar for mahmoud209
0
137
Member Avatar for hueikar

I would like to do a coding to delete the txt.file that i had created before using visual studio..can anyone teach me the coding?thank you.

Member Avatar for AndreRet
0
914
Member Avatar for Quazy

Hello I have a bindingNavigator and some textboxes connected to the bindingsource, in a childform, a form inside another form. I have a third form, a search function, and I need to change the bindingNavigator Position, when I choose a number in my "search" form. I have some code in …

Member Avatar for Quazy
0
316
Member Avatar for hueikar

Hi.i am facing the problem that is when i open my file in datagridview.it didnt have extra column let me edit(add,change) the data.Besides that, when i want to save it into textbox.it will appear like it added 1 more empty column between each column..why it will save like that?please help …

0
40
Member Avatar for raaif

I am trying to split the letters in a textbox in to letters and add it to a listbox. And then convert each letter separately to unicode and add "| " at the end of each letter. For example; Lets say we have a • listbox called "lst1" put separated …

Member Avatar for GeekByChoiCe
0
136
Member Avatar for hacks14

Well i figure that if i do a temp. batch file for a small project heres the batch script. IPAddy would = a number xx.xx also how to execute from a button and run as admin at the same time. [CODE] @echo off netsh interface ipv4 set address "local Area …

Member Avatar for mrclark
0
95
Member Avatar for hacks14

how do i run my shell Shell("netsh interface ip set address" & Chr(34) & "Local Area Connection" & Chr(34) & "static 10." & IPAddy & ".4") as admin? PLZ

Member Avatar for hacks14
0
101
Member Avatar for eikal

Hi, so im having the user pick two separate colors. Now when they pick the 2.... im going to run an event that determines that combination..... for an example if the user picks red and blue the outcome will be +5 points. Now the only way i can think of …

Member Avatar for codeorder
0
109
Member Avatar for Ruch

hello all please help me out,I have designed a database in access having two fields(1.Regno 2.Smartid).I hav also kept some dummy values in RegNo,But the Smartid is empty. Now what code should I write to retrive the RegNo for which the Smartid is empty. I hav used only these three …

Member Avatar for Naveed_786
0
192
Member Avatar for mls

I am planning to create a webpage to collect simple information. Name, email, phone number, college name and also their markes in each subject Exam subject1 subject2 subject3 subject4 Result test1 85 77 90 90 pass test2 89 89 74 74 pass test3 88 91 98 98 pass Name: College …

Member Avatar for mls
0
176
Member Avatar for Skillzilog

im having a problem on double execution, this is a part of audit trail on my system, the DELETE FUNCTION is working, but it aint updating, im getting an error - it says that "Syntax Error on update statement" on i tried to manually query it on my access and …

Member Avatar for AndreRet
0
125
Member Avatar for emko

Hello, I need some help on making a loop for an Windows Form application. This application takes as input a salesperson gross amount, and determines how many of the salespeople earned salaries in each range ($200 - 299, 300 - 399, and so on). I have to use an array …

Member Avatar for emko
0
172

The End.