0
votes
2answers
15 views
Show icons corresponding to the file type in asp.net
I need to show the ICONS corresponding to file type.
For example i do have "sample.doc" in a string, which i show it in a anchor tag as link to make it downloadable. The link will have file name as ...
0
votes
0answers
13 views
Using WebClient to login and download files
I've found different examples of doing this, but haven't been able to get any combination of them to work.
Basically, I have an intranet system that can generate documents from a web link, and I know ...
0
votes
1answer
26 views
How to login into smtp server
i want to login into smtp server without sending any mail.
Code for explanation:
Dim S As New SMTP()
Dim IsOk As Boolean
IsOk = S.Connect("smtp.example.com","994","username","password")
IF IsOk ...
0
votes
0answers
6 views
nAudio Sending directly from a WAV file to a DirectShow Sound Card
This is my first post on stackoverflow (after years of reading it of course :P) and I am very new to nAudio.
I am using VB.net to integrate sending a wave file to a specific speaker (exactly what is ...
0
votes
1answer
27 views
looping through dynamically generated textareas
I am trying to loop through and retrieve the values of a bunch of dynamically generated textareas on my vb.net webpage.
The user can add textareas via jQuery, and when they click the save button, I ...
0
votes
2answers
20 views
vb.net read text from web .txt file and show it in textbox?
I am trying to read few number from internet .txt file and show it in text box, but without result...
These systems are imported:
Imports System.IO
Imports System.Text
Imports System.Net
Here is ...
0
votes
3answers
22 views
Resize TextFile (Keep X amount of first lines and delete the rest of lines)
I'm trying to delete all the lines after "X" number of line in a textfile, I mean to keep the first "X" amount of lines and delete the rest of lines.
I know how to do this by this way:
1. Open the ...
0
votes
1answer
18 views
Can't copy the blanklines of my RichTextBox
I'm trying to copy the entire text of a RichTextBox to the clipboard.
This is how I append the text in the RichTextbox:
RichTextBox1.Text += vbNewLine & AlbumName
RichTextBox1.Text += vbNewLine ...
0
votes
0answers
16 views
How to dock a view inside of a XtraGrid.GridControl?
I have a DevExpress XtraGrid.GridControl in a Winforms project that I'm using with a Master/Detail setup with multiple tables in a dataset that is bound at runtime. The visual behavior of the grid is ...
0
votes
1answer
15 views
How to include video in Visual Basic program
I'm making a program in Visual Basic 2012. I want to know how to play video file which I have included to project. And I want it to be viewable without an Internet connection.
-1
votes
0answers
20 views
Fill DataGrid with a custom query
I'm trying to fill my DataGrid with a custom query I have written which binds two tables. The query is stored in my dataset (dbPBDataset.xsd) under the table adapters (TransactionTableAdapter) and ...
0
votes
1answer
33 views
RegEx is not doing what I want
I want to retreive a part of a string, my question is if I can get the correct string without touching the matched string (substring or splitting), I know is easy to do a split/substring but I want to ...
1
vote
0answers
17 views
How to register a backup application with the Win7 Action Center?
I've written a little application which continuously backs up my important files to Amazon S3.
I'd like to be able to inform windows that my application is running and thus the Windows Action Center ...
0
votes
1answer
28 views
vb.net exclude specific file names from copying?
How to exclude specific file being copied during copy process. I want to exclude from being copied for example name.xml, adress.xml and data.xml
Here is the code from MSDN I use:
Dim BackupDir ...
1
vote
2answers
58 views
trouble calling a method in form 2 from a button click on form 1, vb.net
I have a program for creating a time sheet and when a saved time sheet is loaded by clicking a button on form 1 the data loads to form 2 and then calls a method in form 2 to print the data to form 3. ...
0
votes
0answers
12 views
Modify property of a dynamically built Table Row Control in ASP.Net Vb
I have built a table control from the results of an SQL request and assigned each table row an ID that consists of:
Dim RowNameBenefit As New TableRow()
TableApprovedItems.Rows.Add(RowNameBenefit)
...
0
votes
0answers
25 views
Getting a word after another, that was between <em> HTML tag
I am trying to code a gender of a scraper, learning purposes, but I am facing a problem.
Elements on my program:
TextBox2
Button - Find
RTB - code
RTB - list (filtrated results)
User inserts his ...
0
votes
0answers
28 views
Custom ToolStrip renderer - DropDown items not appearing on hover
I have a ContextMenuStrip with a custom renderer class that paints the items according to the user's color choices. However, when the custom class is active, the items in the ContextMenuStrip must be ...
0
votes
1answer
26 views
How to parse nested JSON string using .NET
I'm trying to parse a nested JSON string returned from the GCM (Google Could Messaging) server using VB.NET. The JSON string looks like this:
{ "multicast_id": 216,
"success": 3,
"failure": 3,
...
0
votes
2answers
30 views
How to display the members of a second Class in a Datagridview
I have an ArrayList of objects (for example Employees).
Employee Class Properties:
name (String),
email (String),
telephone (String),
workgroup (Workgroup)
The Employee class has a property ...
1
vote
4answers
41 views
.NET Number format - Separator on 2 digits
Number format not working as expected:
Console.WriteLine(String.Format("{0:##,##,##,###.####}", 12345678))
'Outputs 12,345,678
'Expected output 1,23,54,678 based on the format provided
How to get ...
-1
votes
1answer
26 views
Multithread Windows Service [closed]
How and where do I multithread my code. I currently have a Windows service that collects events from the Windows System log. The service forwards collected events to a remote service. My code is in ...
1
vote
1answer
16 views
EF Code First table.add() Method always returning nullreference Exception on table is null
I am new to Entity framework code first.. Whats wrong with the following code..
Sub Main()
Dim _Context As New Sample()
_Context.Database.Initialize(True)
Dim dbHead
...
0
votes
2answers
16 views
VB.NET load/save xml or txt from same path as application
Here is the code I use to set apppath
Private AppPath = Application.StartupPath
Here is the code i tried to open xml or txt file:
filename.Load(Application.StartupPath, "filename.xml")
...
0
votes
0answers
28 views
My custom FadeIN/FadeOut effects is not working with this inherited form which is using APIs for almost all
I want to show a form with fadein effect and close it with a fadeout effect, I know how to do this but this time I need to do it with a hardcoded inherited form which uses API to set the form to ...
0
votes
2answers
58 views
Canadian postal code regex?
In the postal code field only the following format should be valid.
B1C 2B3 or B1C3D3
how to write a regex for this?
Edited:
^([a-zA-Z]\d[a-zA-z]( )?\d[a-zA-Z]\d)$
This is my regex but it ...
2
votes
1answer
31 views
Why is my datatable cell returning a null value?
I have an access database and a stored query. Here is my query...
SELECT MAX(CLNG(RIGHT(ProjectNum, 6))) AS LastDigits
FROM project_master_query
WHERE ((ProjectNum LIKE (IIF([@priorityDefID] = 4, ...
0
votes
1answer
27 views
Winforms MDI Navigation Bar
I have searched and searched and searched, and all I can find is how to do this with RadControls, or with DevX controls.
How can I hide the minimize/close/maximize nav bar once my MDI Parent has ...
0
votes
2answers
35 views
Bottleneck In TPL I Think
I'm working on a small winforms app the moves\formats some files based on the content of the files. I made a few hundred copies of the same file to see how long it took to process the files. It ...
0
votes
2answers
28 views
How can I solve this Object reference Error [closed]
I have following two classes
Public Class Square
Private _ParentForm As Form
Public Sub New(ByVal Parent As Form)
_ParentForm = Parent
End Sub
'Implementation omitted
...
-11
votes
0answers
54 views
Sample Code Changing from visual C++ to VB.net [closed]
I have a project made by Visual studio 2010 by Visual C++, but I must integrate to my VB.Net project. I am not good at C++. so, would you pls to convert This Sample button event it into VB.net? Thanks
...
-2
votes
1answer
29 views
VB.Net Regex - I search a Pattern
I am searching a Pattern for Regex that Matches every single letter in a String.
I have following Strings:
Given string --> wanted string
- 225S225M --> SM
- 225S225M225L --> SML
Please, ...
1
vote
1answer
23 views
Get the first visible column in Ultragrid
I am having number of columns in my ultragrid with userdefined visible and invisible operations. Now i have to check wheather the column is the first column in the grid. since i have some columns ...
-2
votes
2answers
60 views
Can't set the correct value in this while loop
I have translated this code to VB.NET which is a function to check if a image is grayscale.
private static unsafe bool IsGrayScale(Image image)
{
using (var bmp = new Bitmap(image.Width, ...
-2
votes
0answers
35 views
Transparencykey and displayed images issue
I made a transparent WinForm to launch a image for a certain amount of time (A SplashScreen) which is displayed in a picturebox control.
The problem is the transparency of the form, the displayed ...
3
votes
1answer
41 views
If Image contains specific color then
Exists a easy way to check if a image contains certain rgb color?
For example:
Dim img As Image = Image.FromFile("C:\image.png")
If img.contains color.red(.toRGB) then...
I think the hard way to ...
0
votes
0answers
15 views
BigInteger ModInverse
Is this VB calculation
Dim s As BigInteger = (BigInteger.ModPow(k,q - 2,q) * (m + x * r)) Mod q
a proper implementation of this written calculation
I'm basing my calculation of the fact that
...
0
votes
1answer
17 views
Adding Title & Location properties to this custom ColorDialog
I've taken a piece from a custom Colordialog class and another piece of other custom Colordialog.
The first class have implemented the Title property.
This is the first class (The marked answer ...
0
votes
0answers
16 views
Program moves scroll automatically to top in runtime built controls
I'm working on a project that needs to have a page with controls being repeated for the number of elements to be introduced. For example, if I need to configure 5 elements, i will have 5 rows with ...
3
votes
5answers
58 views
Why should I call ArrayList.ToArray?
The code base where I work has code similar to the following in a few places:
Dim i As Integer
Dim ints As New ArrayList
ints.Add(1)
'... lets say we add more Integers
For each i in ...
0
votes
1answer
18 views
Loop into next column of Ultragrid
I am using foreach to loop into a grid by columns and while looping into one column i have to do a validation and loop into next visible column which is the validation and reset the image of the cell ...
0
votes
1answer
9 views
Remove image in a cell of Ultragrid
I have set image to a cell and i have to remove at some point of time.
//Code
'Get the first cell of the first column in the grid
UltraGridCell = ...
0
votes
3answers
29 views
Change a url parameter value
I have a string that contains a URL i.e. .../details?fname=peter&lname=smith&...
Is there a way to replace the lname parameter value in the URL with another? Keeping in mind that lname value ...
1
vote
1answer
39 views
Get color property while ColorDialog still open, before confirming the dialog?
What I want to do is while a ColorDialog is opened, get the temporal selected color in the "full open" mode of the Colordialog.
For example in this image I have a white colored picturebox and a ...
0
votes
1answer
15 views
Get the column number in Ultragrid
I have to get the column number in the grid.
Eg: If i have Name,Age,Number as three columns in the grid and i give the headertext(Age) of the column it should return the Number(2) which represents ...
0
votes
1answer
23 views
best approach to save bidimensional array values of inputboxes in txt file
I have several inputboxes, and I would like to store all those values in bidimensional array, then write all to a txt file, this is because I want to know the i,j, of the value. So if I make some ...
0
votes
2answers
35 views
OleDB lock duplication .NET MS Access
We are in the process of migrating away from MS Access to a modern DBMS, but in the mean time I have come across an issue to which I can not find a solution or explanation.
Typically, opening an ...
2
votes
3answers
46 views
How to check type of generic object in a method?
For example say I want to accept the a generic list of elements as a method parameter and perform a different action based on the type of object that is making up the list. For example:
Private Sub ...
0
votes
0answers
19 views
How do we identify parameters that has been mapped to a crystal report from c#
I have to write a scheduler to schedule the crystal reports to run a specific time. The parameter values for the report are dynamic(change according to the requirement). I was able to identify many ...
1
vote
0answers
16 views
XslCompiledTransform from XmlDocument to XmlDocument
I have the following VB.NET code that I am using to transform some XML into new XML, that I then continue processing.
This is a one off process, not something that is done multiple times, so no ...


