Click here to Skip to main content
15,890,609 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Refresh a bindingsource Pin
Dave Kreskowiak18-Jun-15 10:17
mveDave Kreskowiak18-Jun-15 10:17 
QuestionHow can I use a string as the name to search controls in an application? Pin
econy17-Jun-15 10:12
econy17-Jun-15 10:12 
AnswerRe: How can I use a string as the name to search controls in an application? Pin
Richard Andrew x6417-Jun-15 10:27
professionalRichard Andrew x6417-Jun-15 10:27 
SuggestionRe: How can I use a string as the name to search controls in an application? Pin
Richard Deeming17-Jun-15 10:34
mveRichard Deeming17-Jun-15 10:34 
GeneralRe: How can I use a string as the name to search controls in an application? Pin
econy17-Jun-15 14:56
econy17-Jun-15 14:56 
AnswerRe: How can I use a string as the name to search controls in an application? Pin
Ralf Meier17-Jun-15 18:55
mveRalf Meier17-Jun-15 18:55 
QuestionHow freeze first row in excel by using EPPlus.dll ??? Pin
Dharmesh .S. Patil16-Jun-15 18:37
professionalDharmesh .S. Patil16-Jun-15 18:37 
AnswerRe: How freeze first row in excel by using EPPlus.dll ??? Pin
Richard Deeming17-Jun-15 0:50
mveRichard Deeming17-Jun-15 0:50 
From the ExcelWorksheet object, access the View property. On the returned ExcelWorksheetView object, call the FreezePanes(row, column) method, passing in the row and column of the first cell which is not frozen.

For example, to freeze the first row, you would need to pass in 2 to the row parameter:
VB.NET
sheet.View.FreezePanes(2, 1)


One of the samples on the site demonstrates this:
https://epplus.codeplex.com/SourceControl/latest#SampleApp/Sample6.cs[^]



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


GeneralRe: How freeze first row in excel by using EPPlus.dll ??? Pin
Dharmesh .S. Patil17-Jun-15 0:53
professionalDharmesh .S. Patil17-Jun-15 0:53 
Questionlist view Pin
Paolo Morta16-Jun-15 5:35
Paolo Morta16-Jun-15 5:35 
AnswerRe: list view Pin
Dave Kreskowiak16-Jun-15 5:49
mveDave Kreskowiak16-Jun-15 5:49 
QuestionHow to filter Record using Crystal report 10 in vb 6 with Access database Pin
Member 1154805216-Jun-15 4:32
Member 1154805216-Jun-15 4:32 
AnswerRe: How to filter Record using Crystal report 10 in vb 6 with Access database Pin
CHill6016-Jun-15 5:03
mveCHill6016-Jun-15 5:03 
QuestionHow can I detect if a database exist in a sql server Pin
satc15-Jun-15 15:34
satc15-Jun-15 15:34 
AnswerRe: How can I detect if a database exist in a sql server Pin
PIEBALDconsult15-Jun-15 16:14
mvePIEBALDconsult15-Jun-15 16:14 
QuestionVisual basic book Pin
ammarlodhi15-Jun-15 1:40
ammarlodhi15-Jun-15 1:40 
AnswerRe: Visual basic book Pin
Mycroft Holmes15-Jun-15 14:27
professionalMycroft Holmes15-Jun-15 14:27 
QuestionMove project resources to separate file Pin
satc12-Jun-15 22:31
satc12-Jun-15 22:31 
AnswerRe: Move project resources to separate file Pin
Eddy Vluggen13-Jun-15 11:39
professionalEddy Vluggen13-Jun-15 11:39 
GeneralRe: Move project resources to separate file Pin
satc13-Jun-15 13:27
satc13-Jun-15 13:27 
GeneralRe: Move project resources to separate file Pin
Eddy Vluggen13-Jun-15 13:36
professionalEddy Vluggen13-Jun-15 13:36 
GeneralRe: Move project resources to separate file Pin
satc13-Jun-15 13:49
satc13-Jun-15 13:49 
GeneralRe: Move project resources to separate file Pin
Eddy Vluggen14-Jun-15 1:49
professionalEddy Vluggen14-Jun-15 1:49 
QuestionMimic the Recycle Bin on a vb.net+SQl server database Pin
satc12-Jun-15 15:45
satc12-Jun-15 15:45 
AnswerRe: Mimic the Recycle Bin on a vb.net+SQl server database Pin
Sascha Lefèvre12-Jun-15 16:48
professionalSascha Lefèvre12-Jun-15 16:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.